HomeSort by: relevance | last modified time | path
    Searched defs:mpfr_zero_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
iszero.c 0 /* mpfr_zero_p -- check for zero
26 (mpfr_zero_p) (mpfr_srcptr x) function
mpfr.h 704 __MPFR_DECLSPEC int mpfr_zero_p (mpfr_srcptr);
890 #define mpfr_zero_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_ZERO) macro

Completed in 76 milliseconds