Searched refs:frexp (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dfrexp.c4 double frexp(double x, int* e) { function
13 x = frexp(x * 0x1p64, e);
H A Dfrexpl.c5 return frexp(x, e);
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dfma.c349 xs = frexp(x, &ex);
350 ys = frexp(y, &ey);
351 zs = frexp(z, &ez);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h223 double frexp(double, int*);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk350 $(LOCAL_DIR)/src/math/frexp.c \

Completed in 85 milliseconds