HomeSort by relevance Sort by last modified time
    Searched refs:acos (Results 26 - 50 of 366) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/eigen/Eigen/src/plugins/
ArrayCwiseUnaryOps.h 73 * \sa sin(), acos()
103 acos() const function
113 * \sa sin(), acos()
  /external/eigen/demos/opengl/
trackball.cpp 28 float angle = 2. * acos(cos_angle);
gpuhelper.cpp 67 float angle = 180.f/M_PI * acos(tmp.z());
88 float angle = 180.f/M_PI * acos(tmp.z());
  /external/opencv3/modules/cudev/include/opencv2/cudev/expr/
unary_func.hpp 81 CV_CUDEV_EXPR_UNARY_FUNC(acos)
  /external/vulkan-validation-layers/libs/glm/detail/
func_trigonometric.hpp 112 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/acos.xml">GLSL acos man page</a>
115 GLM_FUNC_DECL genType acos(genType const & x);
  /frameworks/base/libs/hwui/utils/
MathUtils.h 78 return (int)(ceilf(angleInRads / acos(targetCosVal)/2)) * 2;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
Point.java 77 float angle = (float) Math.acos(cos);
  /libcore/ojluni/src/main/native/
jfdlibm.h 38 #define acos jacos macro
  /external/crcalc/tests/src/com/hp/creals/
SlowCRTest.java 81 checkApprEq(x.acos().doubleValue(), Math.acos(xAsDouble),
82 "acos float compare:" + xAsDouble);
108 CR tmp = xcos.acos();
113 "acos(cos):" + xAsDouble);
122 "acos(cos):" + xAsDouble);
165 checkEq(ZERO.acos(), CR.PI.divide(TWO), "acos(0)");
166 checkEq(ONE.acos(), ZERO, "acos(1)")
    [all...]
  /external/opencv3/modules/core/src/
types.cpp 119 float alpha = acos( cosAlpha );
120 float beta = acos( cosBeta );
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 82 qpoints->pAcos = acos;
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 65 qpoints->pAcos = acos;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 46 qpoints->pAcos = acos;
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 53 qpoints->pAcos = acos;
  /external/ceres-solver/internal/ceres/
jet_test.cc 281 { // Check that cos(acos(x)) == x.
283 ExpectJetsClose(cos(acos(a)), a);
284 ExpectJetsClose(acos(cos(a)), a);
287 ExpectJetsClose(cos(acos(b)), b);
288 ExpectJetsClose(acos(cos(b)), b);
  /external/v8/test/mjsunit/
transcendentals.js 44 assertTrue(Math.acos(x) != Math.acos(y));
  /external/v8/test/webkit/
math.js 42 shouldBe("Math.acos(NaN)", "NaN");
43 shouldBe("Math.acos(-0)", "Math.acos(0)");
44 shouldBe("Math.acos(1)", "0");
45 shouldBe("Math.acos(1.1)", "NaN");
46 shouldBe("Math.acos(-1.1)", "NaN");
47 shouldBe("Math.acos(Infinity)", "NaN");
48 shouldBe("Math.acos(-Infinity)", "NaN");
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
TwilightCalculator.java 125 float hourAngle = (float) (Math.acos(cosHourAngle) / (2 * Math.PI));
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 62 #define acos(x) ml_acos(x) macro
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 62 #define acos(x) ml_acos(x) macro
  /external/skia/src/animator/
SkDisplayMath.cpp 36 SK_FUNCTION(acos),
58 (SkFunctionParamType) SkType_Float, // acos
108 SK_MEMBER_FUNCTION(acos, Float),
145 case SK_FUNCTION(acos):
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_math_forward_declares.h 45 __DEVICE__ double acos(double);
46 __DEVICE__ float acos(float);
188 using ::acos;
  /bionic/libm/x86/
e_acos.S 35 // To compute acos(s), separate schemes are used when s is in different
40 // acos(s)=pi/2-asin(t)-asin(r), where r=s*sqrt(1-t^2)-t*sqrt(1-s^2)
51 // acos(|s|)=asin(t)-asin(r), r=s*t-sqrt(1-s^2)*sqrt(1-t^2)
52 // acos(-|s|)=pi-acos(|s|)
59 // |s|<2^{-4}: acos(s)=pi/2-asin(s)
62 // |s| in [255/256,1): acos(|s|)=2*asin(q), where q=sqrt((1-|s|)/2)
66 // acos(-|s|)=pi-acos(|s|)
71 // acos(NaN) = quiet NaN, and raise invalid exceptio
95 ENTRY(acos) function
    [all...]
  /external/v8/test/mjsunit/wasm/
asm-wasm-stdlib.js 59 var StdlibMathAcos = stdlib.Math.acos;
162 var acos = stdlib.Math.acos;
190 function acos_f64(x) { x = +x; return +acos(x); }
298 acos: ['f64'],
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 340 //We have to tell the compilers that abs, acos ... math functions are not intrinsic
345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
361 _STLP_DMATH_INLINE(acos)
432 _STLP_DEF_MATH_INLINE(acos, acos)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
554 using ::acos;

Completed in 2690 milliseconds

12 3 4 5 6 7 8 91011>>