Home
last modified time | relevance | path

Searched refs:frexpf (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/android/support/src/musl-math/
Dfrexpf.c4 float frexpf(float x, int *e) in frexpf() function
11 x = frexpf(x*0x1p64, e); in frexpf()
/ndk/sources/android/support/
DAndroid.mk98 src/musl-math/frexpf.c \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath95 float frexpf(float value, int* exp);
870 using ::frexpf;
873 …INLINE_VISIBILITY float frexp(float __x, int* __e) _NOEXCEPT {return frexpf(__x, __e);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp110 static_assert((std::is_same<decltype(frexpf(0, &ip)), float>::value), ""); in test_frexp()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp252 static_assert((std::is_same<decltype(std::frexpf(0, &ip)), float>::value), ""); in test_frexp()