Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h115 # define cosf cos macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h84 inline float cosf(float v) { return __cosf(v); } in cosf() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath71 float cosf(float x);
762 using ::cosf;
765 inline _LIBCPP_INLINE_VISIBILITY float cos(float __x) _NOEXCEPT {return cosf(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp61 static_assert((std::is_same<decltype(cosf(0)), float>::value), ""); in test_cos()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp139 static_assert((std::is_same<decltype(std::cosf(0)), float>::value), ""); in test_cos()