Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
/ndk/sources/android/support/src/
Dmath_support.c57 __attribute__((weak)) long double atan2l(long double x, long double y) { return atan2((double)x, (d… in atan2l() function
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } in atan2l() function