Home
last modified time | relevance | path

Searched defs:mpfr_cmp_ui (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dcmp_ui.c115 mpfr_cmp_ui (mpfr_srcptr b, unsigned long int i) in mpfr_cmp_ui() function
H A Dmpfr.h913 #define mpfr_cmp_ui(b,i) mpfr_cmp_ui_2exp((b),(i),0) macro
959 #define mpfr_cmp_ui(_f,_u) \ macro