Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h129 # define fabsf fabs macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h429 inline float abs(float __x) { return ::fabsf(__x); } in _STLP_DEF_MATH_INLINE()
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcmath83 float fabsf(float x);
659 abs(float __x) _NOEXCEPT {return fabsf(__x);}
809 using ::fabsf;
812 inline _LIBCPP_INLINE_VISIBILITY float fabs(float __x) _NOEXCEPT {return fabsf(__x);}
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dmath_h.pass.cpp85 static_assert((std::is_same<decltype(fabsf(0)), float>::value), ""); in test_fabs()
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
Dcmath.pass.cpp187 static_assert((std::is_same<decltype(std::fabsf(0)), float>::value), ""); in test_fabs()