Home
last modified time | relevance | path

Searched refs:mpfr_cmpabs_ui (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dcmpabs_ui.c29 mpfr_cmpabs_ui (mpfr_srcptr b, unsigned long c) in mpfr_cmpabs_ui() function
H A Dasinu.c62 compared = mpfr_cmpabs_ui (x, 1); in mpfr_asinu()
H A Dacosu.c60 compared = mpfr_cmpabs_ui (x, 1); in mpfr_acosu()
H A Dexp2m1.c90 if (MPFR_IS_NEG(x) && mpfr_cmpabs_ui (x, MPFR_PREC(y) + 1) > 0) in mpfr_exp2m1()
H A Dexp10m1.c85 if (MPFR_IS_NEG(x) && mpfr_cmpabs_ui (x, 2 + (MPFR_PREC(y) - 1) / 3) > 0) in mpfr_exp10m1()
H A Datanu.c82 if (mpfr_cmpabs_ui (x, 1) == 0) in mpfr_atanu()
H A Dtanu.c68 if (mpfr_cmpabs_ui (x, u) < 0) in mpfr_tanu()
H A Dsinu.c74 if (mpfr_cmpabs_ui (x, u) < 0) in mpfr_sinu()
H A Dcosu.c66 if (mpfr_cmpabs_ui (x, u) < 0) in mpfr_cosu()
H A Dmpfr.h647 __MPFR_DECLSPEC int mpfr_cmpabs_ui (mpfr_srcptr, unsigned long);
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtcmpabs.c198 r[i] = mpfr_cmpabs_ui (x, u); in cmpabs_ui()
/netbsd-src/external/lgpl3/mpfr/dist/
H A DNEWS68 - New function mpfr_cmpabs_ui.
H A DChangeLog5687 [tests/tcmpabs.c] For mpfr_cmpabs: like mpfr_cmpabs_ui, do each test
5693 [tests/tcmpabs.c] For mpfr_cmpabs_ui: do each test in 4 different
5700 [tests/tcmpabs.c] added tests for mpfr_cmpabs_ui
5709 [src/mpfr.h] Added prototype for mpfr_cmpabs_ui.
5711 [doc/mpfr.texi] Added mpfr_cmpabs_ui to Section "Added Functions"
5720 [NEWS] mention new mpfr_cmpabs_ui
5722 added new function mpfr_cmpabs_ui
/netbsd-src/external/lgpl3/mpfr/dist/doc/
H A Dmpfr.info1760 -- Function: int mpfr_cmpabs_ui (mpfr_t OP1, unsigned long int OP2)
3609 • ‘mpfr_cmpabs_ui’ in MPFR 4.1.
4735 * mpfr_cmpabs_ui: Comparison Functions.
H A Dmpfr.texi2225 @deftypefunx int mpfr_cmpabs_ui (mpfr_t @var{op1}, unsigned long int @var{op2})
4353 @item @code{mpfr_cmpabs_ui} in MPFR@tie{}4.1.