Home
last modified time | relevance | path

Searched refs:FP_ILOGB0 (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_ilogb_test.cpp35 EXPECT_EQ(FP_ILOGB0, ilogb(0.0)); in HWTEST_F()
90 EXPECT_EQ(FP_ILOGB0, ilogbf(0.0f)); in HWTEST_F()
132 EXPECT_EQ(FP_ILOGB0, ilogbl(0.0L)); in HWTEST_F()
/third_party/musl/src/math/
H A Dilogbl.c20 return FP_ILOGB0; in ilogbl()
42 return FP_ILOGB0; in ilogbl()
H A Dilogbf.c15 return FP_ILOGB0; in ilogbf()
H A Dilogb.c15 return FP_ILOGB0; in ilogb()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dilogbl.c20 return FP_ILOGB0; in ilogbl()
42 return FP_ILOGB0; in ilogbl()
H A Dilogbf.c15 return FP_ILOGB0; in ilogbf()
H A Dilogb.c15 return FP_ILOGB0; in ilogb()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/include/
H A Dmath.h31 #define FP_ILOGB0 FP_ILOGBNAN macro
/third_party/musl/libc-test/src/api/
H A Dmath.c49 C(FP_ILOGB0) in f()

Completed in 4 milliseconds