Searched refs:frexpl (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dfrexpl.c4 long double frexpl(long double x, int* e) { function
8 long double frexpl(long double x, int* e) { function
14 x = frexpl(x * 0x1p120, e);
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlog10l.c122 x = frexpl(x, &e);
H A Dlog1pl.c113 x = frexpl(x, &e);
H A Dlogl.c113 x = frexpl(x, &e);
H A Dlog2l.c114 x = frexpl(x, &e);
H A Dfmal.c181 xs = frexpl(x, &ex);
182 ys = frexpl(y, &ey);
183 zs = frexpl(z, &ez);
H A Dpowl.c252 x = frexpl(x, &i);
427 s = frexpl(s, &lx);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h225 long double frexpl(long double, int*);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk352 $(LOCAL_DIR)/src/math/frexpl.c \

Completed in 93 milliseconds