Searched defs:mpfr_cmp_si (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/mpfr/src/
H A Dcmp_si.c96 #undef mpfr_cmp_si macro
98 mpfr_cmp_si (mpfr_srcptr b, long int i) function
H A Dmpfr.h773 #define mpfr_cmp_si(b,i) mpfr_cmp_si_2exp((b),(i),0) macro
823 #undef mpfr_cmp_si macro
824 #define mpfr_cmp_si(_f,_s) \ macro

Completed in 175 milliseconds