Home
last modified time | relevance | path

Searched refs:MPFR_ARE_SINGULAR (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/mpfr/src/
HDminmax.c35 if (MPFR_ARE_SINGULAR(x,y)) in mpfr_min()
69 if (MPFR_ARE_SINGULAR(x,y)) in mpfr_max()
HDreldiff.c31 if (MPFR_ARE_SINGULAR (b, c)) in mpfr_reldiff()
HDcmp_abs.c35 if (MPFR_ARE_SINGULAR (b, c)) in mpfr_cmpabs()
HDcmp.c40 if (MPFR_ARE_SINGULAR(b, c)) in mpfr_cmp3()
HDadd.c34 if (MPFR_ARE_SINGULAR(b,c)) in mpfr_add()
HDeq.c36 if (MPFR_ARE_SINGULAR(u, v)) in mpfr_eq()
HDsub.c34 if (MPFR_ARE_SINGULAR (b,c)) in mpfr_sub()
HDhypot.c52 if (MPFR_ARE_SINGULAR (x, y)) in mpfr_hypot()
HDmul.c48 if (MPFR_ARE_SINGULAR(b,c)) in mpfr_mul3()
231 if (MPFR_ARE_SINGULAR (b, c)) in mpfr_mul()
HDatan2.c65 if (MPFR_ARE_SINGULAR (x, y)) in mpfr_atan2()
HDagm.c49 if (MPFR_ARE_SINGULAR (op1, op2)) in mpfr_agm()
HDpow.c428 if (MPFR_ARE_SINGULAR (x, y)) in mpfr_pow()
HDdiv.c180 if (MPFR_UNLIKELY(MPFR_ARE_SINGULAR(u,v))) in mpfr_div()
HDmpfr-impl.h769 #define MPFR_ARE_SINGULAR(x,y) \ macro