Home
last modified time | relevance | path

Searched refs:atan2l (Results 1 – 2 of 2) sorted by relevance

/external/stlport/stlport/stl/config/
D_como.h86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
/external/stlport/stlport/stl/
D_cmath.h96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } in atan2l() function