Home
last modified time | relevance | path

Searched refs:fabsl (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h97 # define fabsl fabs macro
130 # define fabsl fabs macro
169 # define fabsl fabs macro
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcmath84 long double fabsl(long double x);
667 abs(long double __x) _NOEXCEPT {return fabsl(__x);}
813 inline _LIBCPP_INLINE_VISIBILITY long double fabs(long double __x) _NOEXCEPT {return fabsl(__x);}
1623 using ::fabsl;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dmath_h.pass.cpp86 static_assert((std::is_same<decltype(fabsl(0)), long double>::value), ""); in test_fabs()
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
Dcmath.pass.cpp188 static_assert((std::is_same<decltype(std::fabsl(0)), long double>::value), ""); in test_fabs()