Home
last modified time | relevance | path

Searched refs:FP_ILOGBNAN (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/libm/src/math/
Dilogbf.rs1 const FP_ILOGBNAN: i32 = -1 - 0x7fffffff; constant
2 const FP_ILOGB0: i32 = FP_ILOGBNAN;
24 FP_ILOGBNAN in ilogbf()
Dilogb.rs1 const FP_ILOGBNAN: i32 = -1 - 0x7fffffff; constant
2 const FP_ILOGB0: i32 = FP_ILOGBNAN;
24 FP_ILOGBNAN in ilogb()
/external/llvm-project/libclc/generic/lib/math/
Dilogb.cl40 // since FP_ILOGBNAN is set to INT_MAX, but it's clearer this way and
41 // 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 and
65 // FP_ILOGBNAN can change without requiring changes to ilogb() code.
66 r = ax > 0x7ff0000000000000UL ? FP_ILOGBNAN : r;
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c141 #ifndef FP_ILOGBNAN
142 #define FP_ILOGBNAN INT_MIN macro
162 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()
/external/llvm-project/libclc/generic/include/clc/float/
Ddefinitions.h18 #define FP_ILOGBNAN 2147483647 macro
/external/llvm-project/libc/utils/FPUtil/
DManipulationFunctions.h80 return FP_ILOGBNAN; in ilogb()
/external/llvm-project/libc/test/src/math/
DILogbTest.h28 EXPECT_EQ(FP_ILOGBNAN, func(__llvm_libc::fputil::FPBits<T>::buildNaN(1))); in testSpecialNumbers()
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h165 #define FP_ILOGBNAN INT_MAX macro
/external/llvm-project/libc/config/linux/
Dapi.td170 SimpleMacroDef<"FP_ILOGBNAN", "__INT_MAX__">,
/external/llvm-project/libc/spec/
Dstdc.td285 Macro<"FP_ILOGBNAN">,
/external/libcxx/include/
Dcmath33 FP_ILOGBNAN // C99
/external/llvm-project/libcxx/include/
Dcmath32 FP_ILOGBNAN // C99
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp1128 #ifndef FP_ILOGBNAN
1129 #define FP_ILOGBNAN INT_MAX macro
/external/clang/lib/Headers/
Dopencl-c.h178 #define FP_ILOGBNAN INT_MAX macro