Searched refs:FP_ILOGBNAN (Results 1 – 14 of 14) sorted by relevance
1 const FP_ILOGBNAN: i32 = -1 - 0x7fffffff; constant2 const FP_ILOGB0: i32 = FP_ILOGBNAN;24 FP_ILOGBNAN in ilogbf()
1 const FP_ILOGBNAN: i32 = -1 - 0x7fffffff; constant2 const FP_ILOGB0: i32 = FP_ILOGBNAN;24 FP_ILOGBNAN in ilogb()
40 // since FP_ILOGBNAN is set to INT_MAX, but it's clearer this way and41 // FP_ILOGBNAN can change without requiring changes to ilogb() code.42 r = ax > EXPBITS_SP32 ? FP_ILOGBNAN : r;64 // since FP_ILOGBNAN is set to INT_MAX, but it's clearer this way and65 // FP_ILOGBNAN can change without requiring changes to ilogb() code.66 r = ax > 0x7ff0000000000000UL ? FP_ILOGBNAN : r;
141 #ifndef FP_ILOGBNAN142 #define FP_ILOGBNAN INT_MIN macro162 if (absx > 0x7ff0000000000000ULL) return FP_ILOGBNAN; in ilogb()191 if (absx > 0x7f800000) return FP_ILOGBNAN; in ilogbf()229 if (u.u.m & CL_LONG_MAX) return FP_ILOGBNAN; in ilogbl()
18 #define FP_ILOGBNAN 2147483647 macro
80 return FP_ILOGBNAN; in ilogb()
28 EXPECT_EQ(FP_ILOGBNAN, func(__llvm_libc::fputil::FPBits<T>::buildNaN(1))); in testSpecialNumbers()
165 #define FP_ILOGBNAN INT_MAX macro
170 SimpleMacroDef<"FP_ILOGBNAN", "__INT_MAX__">,
285 Macro<"FP_ILOGBNAN">,
33 FP_ILOGBNAN // C99
32 FP_ILOGBNAN // C99
1128 #ifndef FP_ILOGBNAN1129 #define FP_ILOGBNAN INT_MAX macro
178 #define FP_ILOGBNAN INT_MAX macro