Home
last modified time | relevance | path

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

/reactos/sdk/include/c++/stlport/stl/config/
H A D_como.h86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
/reactos/sdk/include/c++/stlport/stl/
H A D_cmath.h96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } in atan2l() function
/reactos/sdk/include/crt/
H A Dmath.h248 _Check_return_ __CRT_INLINE long double atan2l(_In_ long double y, _In_ long double x) { return (at… in atan2l() function