Home
last modified time | relevance | path

Searched refs:sqrtf (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h127 # define sqrtf sqrt macro
/ndk/sources/android/support/src/msun/
Dmath_private.h698 #define __ieee754_sqrtf sqrtf
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h89 inline float sqrtf(float v) { return __sqrtf(v); } in sqrtf() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath127 float sqrtf(float x);
1003 using ::sqrtf;
1007 inline _LIBCPP_INLINE_VISIBILITY float sqrt(float __x) _NOEXCEPT {return sqrtf(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp176 static_assert((std::is_same<decltype(sqrtf(0)), float>::value), ""); in test_sqrt()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp401 static_assert((std::is_same<decltype(std::sqrtf(0)), float>::value), ""); in test_sqrt()