Home
last modified time | relevance | path

Searched refs:ilogbl (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H A Dmath_ilogb_test.cpp132 EXPECT_EQ(FP_ILOGB0, ilogbl(0.0L)); in HWTEST_F()
142 EXPECT_EQ(FP_ILOGBNAN, ilogbl(nan(""))); in HWTEST_F()
152 EXPECT_EQ(INT_MAX, ilogbl(HUGE_VAL)); in HWTEST_F()
153 EXPECT_EQ(INT_MAX, ilogbl(-HUGE_VAL)); in HWTEST_F()
163 EXPECT_EQ(2, ilogbl(4.0L)); in HWTEST_F()
164 EXPECT_EQ(3, ilogbl(8.0L)); in HWTEST_F()
/third_party/musl/src/math/
H A Dilogbl.c5 int ilogbl(long double x) in ilogbl() function
10 int ilogbl(long double x) in ilogbl() function
33 int ilogbl(long double x) in ilogbl() function
46 return ilogbl(x) - 120; in ilogbl()
H A Dlogbl.c14 return ilogbl(x); in logbl()
H A Dfmal.c279 if (ilogbl(ret) < -16382 && fetestexcept(FE_INEXACT)) in fmal()
288 if (spread + ilogbl(r.hi) > -16383) in fmal()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dilogbl.c5 int ilogbl(long double x) in ilogbl() function
10 int ilogbl(long double x) in ilogbl() function
33 int ilogbl(long double x) in ilogbl() function
46 return ilogbl(x) - 120; in ilogbl()
H A Dlogbl.c14 return ilogbl(x); in logbl()
H A Dfmal.c279 if (ilogbl(ret) < -16382 && fetestexcept(FE_INEXACT)) in fmal()
288 if (spread + ilogbl(r.hi) > -16383) in fmal()
/third_party/musl/libc-test/src/math/
H A Dilogbl.c11 #include "sanity/ilogbl.h"
12 #include "special/ilogbl.h"
31 yi = ilogbl(p->x); in main()
35 printf("%s:%d: bad fp exception: %s ilogbl(%La)=%lld, want %s", in main()
41 printf("%s:%d: %s ilogbl(%La) want %lld got %lld\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h241 int ilogbl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h241 int ilogbl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h241 int ilogbl(long double);
/third_party/musl/include/
H A Dmath.h241 int ilogbl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c134 {int(*p)(long double) = ilogbl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c325 mp_f_i(ilogbl) in mp_f_i()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34321 extern int ilogbl (long double __x) throw (); extern int __ilogbl (long double __x) throw ();
35271 using ::ilogbl;
[all...]

Completed in 28 milliseconds