Searched refs:get_mpfr_f (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 199 static void get_mpfr_f(const mpfr_t x, uint32 *f, uint32 *extra) in get_mpfr_f() function 278 get_mpfr_f(x, r, rextra); in get_mpc_f() 279 get_mpfr_f(y, i, iextra); in get_mpc_f() 1740 get_mpfr_f(r, &result[0], &result[1]); in docase() 1743 get_mpfr_f(r, &result[0], &result[1]); in docase() 1749 get_mpfr_f(r, &result[0], &result[1]); in docase() 1752 get_mpfr_f(r, &result[0], &result[1]); in docase() 1771 get_mpfr_f(r, &result[0], &result[1]); in docase() 1774 get_mpfr_f(r, &result[0], &result[1]); in docase() 1791 get_mpfr_f(r, &result[0], &result[1]); in docase() [all …]
|