Searched refs:sinl (Results 1 – 6 of 6) sorted by relevance
88 # define sinl sin macro112 # define sinl sin macro162 # define sinl sin macro
36 long double sinl(long double);
95 inline long double sinl(long double v) { return __sinl(v); } in sinl() function
120 long double sinl(long double x);975 inline _LIBCPP_INLINE_VISIBILITY long double sin(long double __x) _NOEXCEPT {return sinl(__x);}1632 using ::sinl;
161 static_assert((std::is_same<decltype(sinl(0)), long double>::value), ""); in test_sin()
353 static_assert((std::is_same<decltype(std::sinl(0)), long double>::value), ""); in test_sin()