Home
last modified time | relevance | path

Searched refs:sinl (Results 1 – 8 of 8) 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/android/support/include/
Dmath.h56 long double sinl(long double);
/ndk/sources/android/support/src/
Dmath_support.c63 __attribute__((weak)) long double sinl(long double x) { return sin((double)x); } in sinl() function
/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++/libcxx/include/
Dcmath120 long double sinl(long double x);
976 inline _LIBCPP_INLINE_VISIBILITY long double sin(long double __x) _NOEXCEPT {return sinl(__x);}
1634 using ::sinl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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++/
Dexport_symbols.txt2277 sinl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp366 static_assert((std::is_same<decltype(std::sinl(0)), long double>::value), ""); in test_sin()