Home
last modified time | relevance | path

Searched defs:mpfr_cmp (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dcmp.c101 mpfr_cmp (mpfr_srcptr b, mpfr_srcptr c) in mpfr_cmp() function
H A Dmpfr.h926 #define mpfr_cmp(b, c) mpfr_cmp3(b, c, 1) macro
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtset_q.c117 mpfr_t mpfr_value, mpfr_cmp; in check_nan_inf_mpq() local