Home
last modified time | relevance | path

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

/glibc-2.36/math/
Datest-exp2.c61 print_mpn_fp (const mp_limb_t *x, unsigned int dp, unsigned int base) in print_mpn_fp() function
183 print_mpn_fp (ex, (FRAC / 4) + 1, 16); in do_test()
186 print_mpn_fp (e2, (FRAC / 4) + 1, 16); in do_test()
190 print_mpn_fp (e3, (FRAC / 4) + 1, 16); in do_test()
216 print_mpn_fp (maxerror, (FRAC / 4) + 1, 16); in do_test()
219 print_mpn_fp (e3, (FRAC / 4) + 1, 16); in do_test()
/glibc-2.36/ChangeLog.old/
DChangeLog.1867491 (print_mpn_fp): ... to function scope.