Home
last modified time | relevance | path

Searched defs:sinl (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/config/
H A D_como.h88 # define sinl sin macro
112 # define sinl sin macro
162 # define sinl sin macro
/reactos/sdk/include/c++/stlport/stl/
H A D_cmath.h95 inline long double sinl(long double v) { return __sinl(v); } in sinl() function
/reactos/sdk/include/crt/
H A Dmath.h261 _Check_return_ __CRT_INLINE long double sinl(_In_ long double x) { return (sin((double)x)); } in sinl() function