HomeSort by relevance Sort by last modified time
    Searched refs:atan2 (Results 351 - 375 of 430) sorted by null

<<1112131415161718

  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 206 double atan2(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_after.h 544 _DEFINE_EXPR_BINARY_FUNCTION(atan2, _Atan2)
valarray_before.h 325 { return atan2(__x, __y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h 544 _DEFINE_EXPR_BINARY_FUNCTION(atan2, _Atan2)
valarray_before.h 325 { return atan2(__x, __y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_after.h 543 _DEFINE_EXPR_BINARY_FUNCTION(atan2, _Atan2)
valarray_before.h 324 { return atan2(__x, __y); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 543 _DEFINE_EXPR_BINARY_FUNCTION(atan2, _Atan2)
valarray_before.h 324 { return atan2(__x, __y); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 592 double angle = Math.atan2(dy, dx);
  /bionic/tests/
math_test.cpp 360 TEST(math, atan2) {
361 ASSERT_DOUBLE_EQ(0.0, atan2(0.0, 0.0));
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 967 box->angle = (float)(180 - atan2(eigenvectors[2], eigenvectors[3])*180/CV_PI);
1088 rp[4] = -0.5 * atan2(gfp[2], gfp[1] - gfp[0]); // convert from APP angle usage
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 597 PHPFN(atan2);
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 923 mHeadingAngle = (float) Math.atan2(mHeadingY, mHeadingX);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 567 double a = atan2(dy, dx);
  /external/deqp/framework/common/
tcuVectorUtil.hpp 435 TCU_DECLARE_VECTOR_BINARY_FUNC(atan2, deFloatAtan2)
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 567 double a = atan2(dy, dx);
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmspcs.c 310 // Auxiliar: atan2 but operating in degrees and returning 0 if a==b==0
319 h = atan2(a, b);

Completed in 1425 milliseconds

<<1112131415161718