Searched defs:sinl (Results 1 – 3 of 3) sorted by relevance
88 # define sinl sin macro112 # define sinl sin macro162 # define sinl sin macro
95 inline long double sinl(long double v) { return __sinl(v); } in sinl() function
261 _Check_return_ __CRT_INLINE long double sinl(_In_ long double x) { return (sin((double)x)); } in sinl() function