Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h111 # define sinf sin macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h85 inline float sinf(float v) { return __sinf(v); } in sinf() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath119 float sinf(float x);
972 using ::sinf;
975 inline _LIBCPP_INLINE_VISIBILITY float sin(float __x) _NOEXCEPT {return sinf(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp160 static_assert((std::is_same<decltype(sinf(0)), float>::value), ""); in test_sin()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp365 static_assert((std::is_same<decltype(std::sinf(0)), float>::value), ""); in test_sin()