Searched refs:xt (Results 1 – 3 of 3) sorted by relevance
/math/ |
A D | atest-exp.c | 107 mp1 ex, x, xt, e2, e3; in do_test() local 119 memset (xt, 0, sizeof (mp1)); in do_test() 120 xt[(FRAC - N2) / mpbpl] = (mp_limb_t)1 << (FRAC - N2) % mpbpl; in do_test() 127 mpn_mul_1 (x,xt,SZ,i); in do_test()
|
A D | atest-exp2.c | 144 mp1 ex, x, xt, e2, e3; in do_test() local 156 memset (xt, 0, sizeof (mp1)); in do_test() 157 xt[(FRAC - N2) / mpbpl] = (mp_limb_t)1 << (FRAC - N2) % mpbpl; in do_test() 164 mpn_mul_1 (x, xt, SZ, i); in do_test()
|
A D | atest-sincos.c | 146 mp1 si, co, x, ox, xt, s2, c2, s3, c3; in do_test() local 159 memset (xt, 0, sizeof (mp1)); in do_test() 160 xt[(FRAC - N2) / mpbpl] = (mp_limb_t)1 << (FRAC - N2) % mpbpl; in do_test() 167 mpn_mul_1 (x, xt, SZ, i); in do_test()
|
Completed in 6 milliseconds