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

/haiku/src/system/libroot/posix/musl/math/
H A Dlogbl.c14 return ilogbl(x);
H A Dilogbl.c5 int ilogbl(long double x) function
10 int ilogbl(long double x) function
33 int ilogbl(long double x) function
46 return ilogbl(x) - 120;
H A Dfmal.c279 if (ilogbl(ret) < -16382 && fetestexcept(FE_INEXACT))
288 if (spread + ilogbl(r.hi) > -16383)
/haiku/headers/posix/
H A Dmath.h283 extern int ilogbl(long double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1912 void ilogbl() {} function
H A Dlibroot_stubs_legacy.c1875 void ilogbl() {} function

Completed in 127 milliseconds