Searched refs:ilogb (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dsignificand.c6 return scalbn(x, -ilogb(x));
H A Dlogb.c16 return ilogb(x);
H A Dilogb.c4 int ilogb(double x) function
H A Dilogbl.c7 return ilogb(x);
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h196 /* Return the fractional part of X after dividing out `ilogb (X)'. */
280 __MATHDECL (int,ilogb,, (_Mdouble_ __x));
/haiku/headers/posix/
H A Dmath.h223 extern int ilogb(double x);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1910 void ilogb() {} function
H A Dlibroot_stubs_legacy.c1873 void ilogb() {} function

Completed in 130 milliseconds