Searched refs:same_mpfr_value (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/lgpl3/mpc/dist/tests/ |
H A D | comparisons.c | 25 same_mpfr_value (mpfr_ptr got, mpfr_ptr ref, int known_sign) in same_mpfr_value() function 43 return same_mpfr_value (mpc_realref (got), mpc_realref (ref), known_signs.re) in same_mpc_value() 44 && same_mpfr_value (mpc_imagref (got), mpc_imagref (ref), known_signs.im); in same_mpc_value()
|
H A D | mpc-tests.h | 137 extern int same_mpfr_value (mpfr_ptr got, mpfr_ptr ref, int known_sign);
|
H A D | tgeneric.c | 145 if (same_mpfr_value (rop, rop4rnd, 1)) in tgeneric_fc() 568 if (!same_mpfr_value (mpc_realref (x), expected, 1)) in reuse_fc() 581 if (!same_mpfr_value (mpc_imagref (x), expected, 1)) in reuse_fc()
|