Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h127 # define sqrtf sqrt macro
/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);
1002 using ::sqrtf;
1006 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.cpp388 static_assert((std::is_same<decltype(std::sqrtf(0)), float>::value), ""); in test_sqrt()