Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
/ndk/sources/cxx-stl/llvm-libc++/include/support/android/
Dmath.h36 long double sinl(long double);
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h95 inline long double sinl(long double v) { return __sinl(v); } in sinl() function
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcmath120 long double sinl(long double x);
975 inline _LIBCPP_INLINE_VISIBILITY long double sin(long double __x) _NOEXCEPT {return sinl(__x);}
1632 using ::sinl;
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dmath_h.pass.cpp161 static_assert((std::is_same<decltype(sinl(0)), long double>::value), ""); in test_sin()
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
Dcmath.pass.cpp353 static_assert((std::is_same<decltype(std::sinl(0)), long double>::value), ""); in test_sin()