Home
last modified time | relevance | path

Searched refs:cosl (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h87 # define cosl cos macro
116 # define cosl cos macro
161 # define cosl cos macro
/ndk/sources/android/support/include/
Dmath.h51 long double cosl(long double);
/ndk/sources/android/support/src/
Dmath_support.c58 __attribute__((weak)) long double cosl(long double x) { return cos((double)x); } in cosl() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h94 inline long double cosl(long double v) { return __cosl(v); } in cosl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath72 long double cosl(long double x);
766 inline _LIBCPP_INLINE_VISIBILITY long double cos(long double __x) _NOEXCEPT {return cosl(__x);}
1622 using ::cosl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp62 static_assert((std::is_same<decltype(cosl(0)), long double>::value), ""); in test_cos()
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2265 cosl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp140 static_assert((std::is_same<decltype(std::cosl(0)), long double>::value), ""); in test_cos()