Searched refs:frexpf (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/android/support/src/musl-math/ |
D | frexpf.c | 4 float frexpf(float x, int *e) in frexpf() function 11 x = frexpf(x*0x1p64, e); in frexpf()
|
/ndk/sources/android/support/ |
D | Android.mk | 98 src/musl-math/frexpf.c \
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 95 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/ |
D | math_h.pass.cpp | 110 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/ |
D | cmath.pass.cpp | 252 static_assert((std::is_same<decltype(std::frexpf(0, &ip)), float>::value), ""); in test_frexp()
|