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

  /src/external/lgpl3/mpfr/dist/src/
cmp_si.c 113 #undef mpfr_cmp_si macro
115 mpfr_cmp_si (mpfr_srcptr b, long int i) function
mpfr.h 643 __MPFR_DECLSPEC int mpfr_cmp_si (mpfr_srcptr, long);
914 #define mpfr_cmp_si(b,i) mpfr_cmp_si_2exp((b),(i),0) macro
964 #undef mpfr_cmp_si macro
965 #define mpfr_cmp_si(_f,_s) \ macro

Completed in 22 milliseconds