Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
Dmath_ilogb_test.cpp35 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/
Dilogb.h1 T(RN, 0x0p+0, FP_ILOGB0, INVALID)
2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
Dilogbf.h1 T(RN, 0x0p+0, FP_ILOGB0, INVALID)
2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
Dilogbl.h1 T(RN, 0x0p+0, FP_ILOGB0, INVALID)
2 T(RN, -0x0p+0, FP_ILOGB0, INVALID)
/third_party/musl/porting/liteos_a/kernel/src/math/
Dilogbl.c20 return FP_ILOGB0; in ilogbl()
42 return FP_ILOGB0; in ilogbl()
Dilogb.c15 return FP_ILOGB0; in ilogb()
Dilogbf.c15 return FP_ILOGB0; in ilogbf()
/third_party/musl/src/math/
Dilogbl.c20 return FP_ILOGB0; in ilogbl()
42 return FP_ILOGB0; in ilogbl()
Dilogbf.c15 return FP_ILOGB0; in ilogbf()
Dilogb.c15 return FP_ILOGB0; in ilogb()
/third_party/musl/ndk_musl_include/
Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/libc-test/src/api/
Dmath.c49 C(FP_ILOGB0) in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/include/
Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/
DWHATSNEW1965 - FP_ILOGB0 and FP_ILOGBNAN definitions were not valid for use in #if