Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 1 of 1) sorted by relevance

/math/
A Datest-sincos.c176 c2[j] = (mp_limb_t) dc2; in do_test()
177 dc2 = (dc2 - c2[j]) * sf; in do_test()
183 if (mpn_cmp (co, c2, SZ) >= 0) in do_test()
184 mpn_sub_n (c3, co, c2, SZ); in do_test()
186 mpn_sub_n (c3, c2, co, SZ); in do_test()
190 c2s = mpn_bitsize (c2, SZ); in do_test()
205 print_mpn_hex (c2, (FRAC / 4) + 1); in do_test()
240 memset (c2, 0, sizeof (mp1)); in do_test()
255 if (mpn_cmp (co, c2, SZ) >= 0) in do_test()
256 mpn_sub_n (c3, co, c2, SZ); in do_test()
[all …]

Completed in 5 milliseconds