Searched refs:set_mpfr_d (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 70 static void set_mpfr_d(mpfr_t x, uint32 h, uint32 l) in set_mpfr_d() function 118 set_mpfr_d(x, rh, rl); in set_mpc_d() 119 set_mpfr_d(y, ih, il); in set_mpc_d() 1719 set_mpfr_d(a, args[0], args[1]); in docase() 1755 set_mpfr_d(a, args[0], args[1]); in docase() 1757 set_mpfr_d(b, args[2], args[3]); in docase() 1777 set_mpfr_d(a, args[0], args[1]); in docase()
|