HomeSort by relevance Sort by last modified time
    Searched defs:atan2l (Results 1 - 25 of 65) sorted by null

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_atan2l.c 47 atan2l(long double y, long double x) function
  /external/stlport/stlport/stl/
_cmath.h 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } function
  /external/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /ndk/sources/android/support/src/
math_support.c 57 __attribute__((weak)) long double atan2l(long double x, long double y) { return atan2((double)x, (double)y); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_como.h 86 # define atan2l atan2 macro
119 # define atan2l atan2 macro
160 # define atan2l atan2 macro
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 339 /* Define to 1 if you have the `atan2l' function. */
1138 # define atan2l macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 339 /* Define to 1 if you have the `atan2l' function. */
1138 # define atan2l macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 339 /* Define to 1 if you have the `atan2l' function. */
1138 # define atan2l macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 339 /* Define to 1 if you have the `atan2l' function. */
1138 # define atan2l macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 339 /* Define to 1 if you have the `atan2l' function. */
1138 # define atan2l macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 339 /* Define to 1 if you have the `atan2l' function. */
1138 # define atan2l macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 339 /* Define to 1 if you have the `atan2l' function. */
1138 # define atan2l macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 339 /* Define to 1 if you have the `atan2l' function. */
1138 # define atan2l macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 339 /* Define to 1 if you have the `atan2l' function. */
1138 # define atan2l macro
    [all...]

Completed in 499 milliseconds

1 2 3