HomeSort by relevance Sort by last modified time
    Searched refs:atan2l (Results 76 - 85 of 85) sorted by null

1 2 34

  /external/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/
_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/
_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/
_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/
_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/
_cmath.h 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } function
  /external/clang/lib/Headers/
tgmath.h 570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);}
1237 __tg_carg(long double __x) {return atan2l(0.L, __x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 570 __tg_atan2(long double __x, long double __y) {return atan2l(__x, __y);}
1237 __tg_carg(long double __x) {return atan2l(0.L, __x);}
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
math_h.pass.cpp 46 static_assert((std::is_same<decltype(atan2l(0,0)), long double>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
cmath.pass.cpp 97 static_assert((std::is_same<decltype(std::atan2l(0,0)), long double>::value), "");
    [all...]

Completed in 638 milliseconds

1 2 34