Searched refs:FP_ILOGBNAN (Results 1 - 11 of 11) sorted by path

/openbsd-current/include/
H A Dmath.h61 #define FP_ILOGBNAN INT_MAX macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dopencl-c-base.h267 #define FP_ILOGBNAN INT_MAX macro
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL127 foreach (qw(FP_ILOGB0 FP_ILOGBNAN FP_INFINITE FP_NAN FP_NORMAL
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm314 math_h => [qw(FP_ILOGB0 FP_ILOGBNAN FP_INFINITE FP_NAN FP_NORMAL
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t112 FP_ILOGB0 FP_ILOGBNAN FP_INFINITE FP_NAN FP_NORMAL FP_SUBNORMAL FP_ZERO
H A Div_const.t56 push @tests, qw(FP_ILOGBNAN) if $Config{d_double_has_nan};
/openbsd-current/lib/libm/src/ld128/
H A Ds_ilogbl.c19 * ilogb(NaN) = FP_ILOGBNAN (no signal is raised)
48 else if (hx>0x7fff000000000000LL || lx!=0) return FP_ILOGBNAN;
/openbsd-current/lib/libm/src/ld80/
H A Ds_ilogbl.c19 * ilogb(NaN) = FP_ILOGBNAN (no signal is raised)
47 else if ((hx&0x7fffffff|lx)!=0) return FP_ILOGBNAN;
/openbsd-current/lib/libm/src/
H A Ds_ilogb.c16 * ilogb(NaN) = FP_ILOGBNAN (no signal is raised)
45 else if (hx>0x7ff00000 || lx!=0) return FP_ILOGBNAN;
H A Ds_ilogbf.c34 else if (hx>0x7f800000) return FP_ILOGBNAN;
/openbsd-current/regress/lib/libm/msun/
H A Dilogb_test.c46 ATF_CHECK_EQ(FP_ILOGBNAN, ilogb(NAN));
65 ATF_CHECK_EQ(FP_ILOGBNAN, ilogbf(NAN));
85 ATF_CHECK_EQ(FP_ILOGBNAN, ilogbl(NAN));

Completed in 149 milliseconds