Lines Matching refs:t
197 u128 t[5] = { 0 }; in fmul_fmul() local
198 fmul_mul_shift_reduce_(t, tmp, input21); in fmul_fmul()
199 fproduct_carry_wide_(t); in fmul_fmul()
200 b4 = t[4]; in fmul_fmul()
201 b0 = t[0]; in fmul_fmul()
204 t[4] = b4_; in fmul_fmul()
205 t[0] = b0_; in fmul_fmul()
206 fproduct_copy_from_wide_(output, t); in fmul_fmul()
284 u128 t[5]; in fsquare_fsquare_times() local
286 fsquare_fsquare_times_(output, t, count1); in fsquare_fsquare_times()
292 u128 t[5]; in fsquare_fsquare_times_inplace() local
293 fsquare_fsquare_times_(output, t, count1); in fsquare_fsquare_times_inplace()