Lines Matching refs:t01
302 u64 *t01;
316 t01 = buf + 5;
319 fmul_fmul(b1, t01, b1);
320 fsquare_fsquare_times(t01, b1, 10);
321 fmul_fmul(c0, t01, b1);
322 fsquare_fsquare_times(t01, c0, 20);
323 fmul_fmul(t01, t01, c0);
324 fsquare_fsquare_times_inplace(t01, 10);
325 fmul_fmul(b1, t01, b1);
326 fsquare_fsquare_times(t01, b1, 50);