HomeSort by relevance Sort by last modified time
    Searched refs:atan2f (Results 126 - 139 of 139) sorted by null

1 2 3 4 56

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } function
  /external/clang/lib/Headers/
tgmath.h 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 562 __tg_atan2(float __x, float __y) {return atan2f(__x, __y);}
1229 __tg_carg(float __x) {return atan2f(0.F, __x);}
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 60 angW = -atan2f(q2[2], q2[1]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 45 static_assert((std::is_same<decltype(atan2f(0,0)), float>::value), "");
  /frameworks/base/services/input/
InputReader.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 96 static_assert((std::is_same<decltype(std::atan2f(0,0)), float>::value), "");
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3837 function atan2f(sp) function
    [all...]

Completed in 1179 milliseconds

1 2 3 4 56