Searched refs:FP_ILOGB0 (Results 1 – 17 of 17) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | math_ilogb_test.cpp | 35 EXPECT_EQ(FP_ILOGB0, ilogb(0.0)); 90 EXPECT_EQ(FP_ILOGB0, ilogbf(0.0f)); 132 EXPECT_EQ(FP_ILOGB0, ilogbl(0.0L));
|
/third_party/musl/libc-test/src/math/special/ |
D | ilogb.h | 1 T(RN, 0x0p+0, FP_ILOGB0, INVALID) 2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
|
D | ilogbf.h | 1 T(RN, 0x0p+0, FP_ILOGB0, INVALID) 2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
|
D | ilogbl.h | 1 T(RN, 0x0p+0, FP_ILOGB0, INVALID) 2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | ilogbl.c | 20 return FP_ILOGB0; in ilogbl() 42 return FP_ILOGB0; in ilogbl()
|
D | ilogb.c | 15 return FP_ILOGB0; in ilogb()
|
D | ilogbf.c | 15 return FP_ILOGB0; in ilogbf()
|
/third_party/musl/src/math/ |
D | ilogbl.c | 20 return FP_ILOGB0; in ilogbl() 42 return FP_ILOGB0; in ilogbl()
|
D | ilogbf.c | 15 return FP_ILOGB0; in ilogbf()
|
D | ilogb.c | 15 return FP_ILOGB0; in ilogb()
|
/third_party/musl/ndk_musl_include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 49 C(FP_ILOGB0) in f()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/musl/include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 31 #define FP_ILOGB0 FP_ILOGBNAN macro
|
/third_party/musl/ |
D | WHATSNEW | 1965 - FP_ILOGB0 and FP_ILOGBNAN definitions were not valid for use in #if
|