Searched refs:frexpl (Results 1 - 10 of 10) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1711 void frexpl() {} function
H A Dlibroot_stubs.c1764 void frexpl() {} function
/haiku/headers/posix/
H A Dmath.h281 extern long double frexpl(long double num, int *_exponent);
/haiku/src/system/libroot/posix/musl/math/
H A Dpowl.c296 x = frexpl(x, &i);
474 s = frexpl( s, &lx);
H A Dlogl.c127 x = frexpl(x, &e);
H A Dlog2l.c128 x = frexpl(x, &e);
H A Dlog1pl.c127 x = frexpl(x, &e);
H A Dlog10l.c136 x = frexpl(x, &e);
H A Dfrexpl.c4 long double frexpl(long double x, int *e) function
9 long double frexpl(long double x, int *e) function
16 x = frexpl(x*0x1p120, e);
H A Dfmal.c188 xs = frexpl(x, &ex);
189 ys = frexpl(y, &ey);
190 zs = frexpl(z, &ez);

Completed in 144 milliseconds