/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cmath | 51 using ::atan2;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cmath | 51 using ::atan2;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cmath | 51 using ::atan2;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cmath | 51 using ::atan2;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cmath | 51 using ::atan2;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cmath | 51 using ::atan2;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
cmath | 51 using ::atan2;
|
/system/extras/tests/bionic/libstdc++/ |
test_cmath.cpp | 49 using ::atan2;
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
lua.php | 61 'abs','acos','asin','atan','atan2','ceil','cos','deg','exp', 72 'math.abs','math.acos','math.asin','math.atan','math.atan2','math.ceil','math.cos','math.deg','math.exp',
|
freebasic.php | 47 "append", "as", "asc", "asin", "asm", "atan2", "atn", "beep", "bin", "binary", "bit",
|
/external/valgrind/main/memcheck/tests/amd64/ |
more_x87_fp.stdout.exp | 11 a=2.000000 b=3.000000 atan2(a, b)=0.588003 25 a=1.400000 b=-5.000000 atan2(a, b)=2.868584
|
/external/valgrind/main/memcheck/tests/x86/ |
more_x86_fp.stdout.exp | 12 a=2.000000 b=3.000000 atan2(a, b)=0.588003 27 a=1.400000 b=-5.000000 atan2(a, b)=2.868584
|
/frameworks/base/core/java/android/util/ |
MathUtils.java | 139 public static float atan2(float a, float b) { method in class:MathUtils 140 return (float) Math.atan2(a, b);
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
MathExtras.h | 169 // Work around a bug in Win, where atan2(+-infinity, +-infinity) yields NaN instead of specific values. 187 result = ::atan2(x, y); 198 #define atan2(x, y) wtf_atan2(x, y) macro
|
/external/clang/test/CodeGen/ |
libcall-declarations.c | 14 double atan2(double, double); 80 acos, acosl, acosf, asin, asinl, asinf, atan, atanl, atanf, atan2, atan2l, 98 // CHECK-NOERRNO: declare double @atan2(double, double) [[NUW]]
|
/external/llvm/test/Transforms/InstCombine/ |
win-math.ll | 43 declare double @atan2(double %x, double %y) 47 ; WIN32: double @atan2 50 %3 = call double @atan2(double %1, double %2)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowLocation.java | 291 sigma = Math.atan2(sinSigma, cosSigma); // (16) 331 float initialBearing = (float) Math.atan2(cosU2 * sinLambda, 336 float finalBearing = (float) Math.atan2(cosU1 * sinLambda,
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
Atan2PiTest.java | 73 ref[i * (stride - skip) + j] = (float)(Math.atan2((double)in[idx],(double)in[idx+stride]) / Math.PI);
|
Atan2Test.java | 73 ref[i * (stride - skip) + j] = (float)Math.atan2((double)in[idx],(double)in[idx+stride]);
|
/external/chromium_org/content/browser/device_orientation/ |
accelerometer_mac.cc | 74 orientation->set_beta(kRad2deg * atan2(-axis_value[1], axis_value[2]));
|
/external/chromium_org/third_party/skia/include/core/ |
SkFloatingPoint.h | 39 #define sk_float_atan2(y,x) (float)::atan2(y,x)
|
/external/chromium_org/v8/test/mjsunit/ |
function-names.js | 82 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
|
/external/eigen/Eigen/src/Eigen2Support/ |
MathFunctions.h | 25 template<typename T> inline T ei_atan2(const T& x,const T& y) { return internal::atan2(x,y); }
|
/external/skia/include/core/ |
SkFloatingPoint.h | 39 #define sk_float_atan2(y,x) (float)::atan2(y,x)
|
/external/v8/test/mjsunit/ |
function-names.js | 82 "log", "round", "sin", "sqrt", "tan", "atan2", "pow", "max", "min"];
|