Searched refs:cmpabs1 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtpow_all.c437 int cmpabs1 = mpfr_cmpabs (x, __gmpfr_one); local
439 if ((MPFR_IS_NEG (y) ? (cmpabs1 < 0) : (cmpabs1 > 0)) &&
442 if ((MPFR_IS_NEG (y) ? (cmpabs1 > 0) : (cmpabs1 < 0)) &&

Completed in 112 milliseconds