Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dilogbf.rs2 const FP_ILOGB0: i32 = FP_ILOGBNAN; constant
12 return FP_ILOGB0; in ilogbf()
Dilogb.rs2 const FP_ILOGB0: i32 = FP_ILOGBNAN; constant
12 return FP_ILOGB0; in ilogb()
/external/OpenCL-CTS/test_common/harness/
Dmsvc9.c137 #ifndef FP_ILOGB0
138 #define FP_ILOGB0 INT_MIN macro
159 case 0: return FP_ILOGB0; in ilogb()
188 case 0: return FP_ILOGB0; in ilogbf()
218 if (0 == u.u.m) return FP_ILOGB0; in ilogbl()
/external/llvm-project/libc/test/src/math/
DILogbTest.h25 EXPECT_EQ(FP_ILOGB0, func(__llvm_libc::fputil::FPBits<T>::zero())); in testSpecialNumbers()
26 EXPECT_EQ(FP_ILOGB0, func(__llvm_libc::fputil::FPBits<T>::negZero())); in testSpecialNumbers()
/external/llvm-project/libclc/generic/lib/math/
Dilogb.cl34 r = ax == 0 ? FP_ILOGB0 : r;
58 r = ax == 0UL ? FP_ILOGB0 : r;
/external/llvm-project/libclc/generic/include/clc/float/
Ddefinitions.h17 #define FP_ILOGB0 (-2147483647 - 1) macro
/external/llvm-project/libc/utils/FPUtil/
DManipulationFunctions.h78 return FP_ILOGB0; in ilogb()
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h164 #define FP_ILOGB0 INT_MIN macro
/external/llvm-project/libc/config/linux/
Dapi.td169 SimpleMacroDef<"FP_ILOGB0", "(-__INT_MAX__ - 1)">, // INT_MIN
/external/llvm-project/libc/spec/
Dstdc.td284 Macro<"FP_ILOGB0">,
/external/libcxx/include/
Dcmath32 FP_ILOGB0 // C99
/external/llvm-project/libcxx/include/
Dcmath31 FP_ILOGB0 // C99
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dreference_math.cpp1124 #ifndef FP_ILOGB0
1125 #define FP_ILOGB0 INT_MIN macro
/external/clang/lib/Headers/
Dopencl-c.h177 #define FP_ILOGB0 INT_MIN macro