Home
last modified time | relevance | path

Searched refs:mpf_sgn (Results 1 – 25 of 41) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/tests/rand/
H A Dzdiv_round.c35 if (mpf_sgn (f_n) < 0) in zdiv_round()
/netbsd/external/lgpl3/gmp/dist/mpf/
H A Dreldiff.c43 mpf_set_ui (rdiff, (unsigned long int) (mpf_sgn (y) != 0)); in mpf_reldiff()
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpf2mpfr.h86 #undef mpf_sgn
87 #define mpf_sgn mpfr_sgn macro
H A Dgmp_op.c507 return mpfr_cmp_si (x, mpf_sgn (z)); in mpfr_cmp_f()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprf.c44 return mpf_sgn (x); in e_mpf_sgn()
/netbsd/external/lgpl3/gmp/dist/tests/mpf/
H A Dt-muldiv.c101 if (mpf_sgn (v) == 0) in main()
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dmpf_compat.h172 i = mpf_sgn (x); in main()
/netbsd/external/lgpl3/gmp/dist/demos/perl/
H A DGMP.xs1362 RETVAL = mpf_sgn (tmp_mpf_0->m);
1378 RETVAL = mpf_sgn (SvMPF(sv));
2948 RETVAL = (mpf_sgn (f) != 0) ^ ix;
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h2142 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h2142 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h2247 #define mpf_sgn(F) ((F)->_mp_size < 0 ? -1 : (F)->_mp_size > 0) macro

12