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

  /src/external/lgpl3/mpfr/dist/src/
isregular.c 0 /* mpfr_regular_p -- check for regular number (neither NaN, Inf or zero)
26 (mpfr_regular_p) (mpfr_srcptr x) function
mpfr.h 705 __MPFR_DECLSPEC int mpfr_regular_p (mpfr_srcptr);
891 #define mpfr_regular_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp > __MPFR_EXP_INF) macro

Completed in 48 milliseconds