Searched refs:FP_ILOGBNAN (Results 1 - 25 of 64) sorted by relevance

123

/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dilogbq.c23 * ilogbl(NaN) = FP_ILOGBNAN (no signal is raised)
32 #ifndef FP_ILOGBNAN
33 # define FP_ILOGBNAN INT_MAX macro
55 else if (FP_ILOGBNAN != INT_MAX) {
60 { errno = EDOM; feraiseexcept (FE_INVALID); return FP_ILOGBNAN; }
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dilogbq.c23 * ilogbl(NaN) = FP_ILOGBNAN (no signal is raised)
32 #ifndef FP_ILOGBNAN
33 # define FP_ILOGBNAN INT_MAX macro
55 else if (FP_ILOGBNAN != INT_MAX) {
60 { errno = EDOM; feraiseexcept (FE_INVALID); return FP_ILOGBNAN; }
/netbsd-current/lib/libm/noieee_src/
H A Dn_ilogb.c48 return FP_ILOGBNAN;
/netbsd-current/tests/lib/libm/
H A Dt_ilogb.c115 ATF_CHECK(ilogbf(NAN) == FP_ILOGBNAN);
117 ATF_CHECK(ilogb(NAN) == FP_ILOGBNAN);
119 ATF_CHECK(ilogbl(NAN) == FP_ILOGBNAN);
/netbsd-current/lib/libm/src/
H A Ds_ilogbf.c50 return isnan(x) ? FP_ILOGBNAN : INT_MAX;
H A Ds_ilogb.c62 return isnan(x) ? FP_ILOGBNAN : INT_MAX;
H A Ds_ilogbl.c70 return isnan(x) ? FP_ILOGBNAN : INT_MAX;
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dmath.in.h203 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
204 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
208 # undef FP_ILOGBNAN macro
210 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
213 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
217 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
221 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
225 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
229 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/alpha/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/arm/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/armeb/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/hppa/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/i386/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/m68000/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/m68k/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mips64eb/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mips64el/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mipseb/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mipsel/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/mipsn64el/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/powerpc/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
/netbsd-current/external/gpl3/gdb.old/lib/libgnulib/arch/powerpc64/gnulib/import/
H A Dmath.h683 #if defined FP_ILOGB0 && defined FP_ILOGBNAN
684 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are correct. */
688 # undef FP_ILOGBNAN macro
690 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
693 /* Ensure FP_ILOGB0 and FP_ILOGBNAN are defined. */
697 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro
701 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
705 # define FP_ILOGBNAN 2147483647 /* INT_MAX */ macro
709 # define FP_ILOGBNAN (- 2147483647 - 1) /* INT_MIN */ macro

Completed in 328 milliseconds

123