HomeSort by relevance Sort by last modified time
    Searched full:atan2 (Results 401 - 425 of 1351) sorted by null

<<11121314151617181920>>

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVExtInst.h 68 add(OpenCLLIB::Atan2, "atan2");
OpenCL.std.h 43 Atan2 = 7,
  /external/v8/src/wasm/
wasm-opcodes.cc 148 CASE_F64_OP(Atan2, "atan2")
  /external/valgrind/memcheck/tests/amd64/
more_x87_fp.c 56 printf("a=%f b=%f atan2(a, b)=%f\n", a, b, atan2(a, b));
  /hardware/invensense/6515/libsensors_iio/
libmplmpu.so 
  /hardware/invensense/6515/libsensors_iio/software/core/mpl/build/android/
libmplmpu.so 
  /hardware/invensense/65xx/libsensors_iio/
libmplmpu.so 
  /hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
libmplmpu.so 
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 70 qpoints->pAtan2 = atan2;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 93 qpoints->pAtan2 = atan2;
  /art/test/988-method-trace/src/art/
Test988Intrinsics.java 98 java.lang.Math.atan2(0.0, 0.0);
  /cts/tests/openglperf2/jni/reference/scene/flocking/
FlockingScene.cpp 166 transformMatrix->rotate(atan2(vel->mY, vel->mX) + M_PI, 0, 0, 1);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 187 float angle = (float)java.lang.Math.atan2(y, x);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 204 float angle = (float)java.lang.Math.atan2(y, x);
  /external/libcxx/test/std/numerics/complex.number/complex.transcendentals/
acosh.pass.cpp 38 const double pi = std::atan2(+0., -0.);
asin.pass.cpp 38 const double pi = std::atan2(+0., -0.);
asinh.pass.cpp 38 const double pi = std::atan2(+0., -0.);
atanh.pass.cpp 38 const double pi = std::atan2(+0., -0.);
log.pass.cpp 37 const double pi = std::atan2(+0., -0.);
  /external/vulkan-validation-layers/libs/glm/detail/
func_trigonometric.inl 140 return genType(::std::atan2(y, x));
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 80 template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) function in namespace:glm
81 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec2<T, P> atan2(const detail::tvec2<T, P>& x, const detail::tvec2<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) function in namespace:glm
82 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec3<T, P> atan2(const detail::tvec3<T, P>& x, const detail::tvec3<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) function in namespace:glm
83 template <typename T, precision P> GLM_FUNC_QUALIFIER detail::tvec4<T, P> atan2(const detail::tvec4<T, P>& x, const detail::tvec4<T, P>& y){return atan(x, y);} //!< \brief Arc tangent. Returns an angle whose tangent is y/x. The signs of x and y are used to determine what quadrant the angle is in. The range of values returned by this function is [-PI, PI]. Results are undefined if x and y are both 0. (From GLM_GTX_compatibility) function in namespace:glm
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 128 float angle = (float)Math.atan2(-Y, X) * OneEightyOverPi;
  /frameworks/support/transition/api14/android/support/transition/
ViewUtilsApi14.java 128 final float rotation = (float) Math.toDegrees(Math.atan2(sin, cos));
  /frameworks/support/wear/tests/src/android/support/wear/widget/
ScrollManagerTest.java 195 double rowAngle = Math.atan2(relativeX, relativeY);
  /frameworks/support/wear/tests/src/android/support/wear/widget/util/
ArcSwipe.java 160 double rowAngle = Math.atan2(relativeX, relativeY);

Completed in 463 milliseconds

<<11121314151617181920>>