Searched refs:frexpf (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/math/
H A Dfrexpf.c4 float frexpf(float x, int* e) { function
13 x = frexpf(x * 0x1p64, e);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dmath.h224 float frexpf(float, int*);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk351 $(LOCAL_DIR)/src/math/frexpf.c \

Completed in 96 milliseconds