Home
last modified time | relevance | path

Searched refs:acos (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/external/python/cpython2/Lib/test/
Dcmath_testcases.txt58 -- acos: Inverse cosine --
62 acos0000 acos 0.0 0.0 -> 1.5707963267948966 -0.0
63 acos0001 acos 0.0 -0.0 -> 1.5707963267948966 0.0
64 acos0002 acos -0.0 0.0 -> 1.5707963267948966 -0.0
65 acos0003 acos -0.0 -0.0 -> 1.5707963267948966 0.0
68 acos0010 acos 1.0 0.0 -> 0.0 -0.0
69 acos0011 acos 1.0 -0.0 -> 0.0 0.0
70 acos0012 acos -1.0 0.0 -> 3.1415926535897931 -0.0
71 acos0013 acos -1.0 -0.0 -> 3.1415926535897931 0.0
74 acos0020 acos -9.8813129168249309e-324 0.0 -> 1.5707963267948966 -0.0
[all …]
Dieee754.txt169 >>> asin(NAN), acos(NAN), atan(NAN)
175 >>> acos(INF), acos(NINF)
/external/python/cpython3/Lib/test/
Dcmath_testcases.txt64 -- acos: Inverse cosine --
68 acos0000 acos 0.0 0.0 -> 1.5707963267948966 -0.0
69 acos0001 acos 0.0 -0.0 -> 1.5707963267948966 0.0
70 acos0002 acos -0.0 0.0 -> 1.5707963267948966 -0.0
71 acos0003 acos -0.0 -0.0 -> 1.5707963267948966 0.0
74 acos0010 acos 1.0 0.0 -> 0.0 -0.0
75 acos0011 acos 1.0 -0.0 -> 0.0 0.0
76 acos0012 acos -1.0 0.0 -> 3.1415926535897931 -0.0
77 acos0013 acos -1.0 -0.0 -> 3.1415926535897931 0.0
80 acos0020 acos -9.8813129168249309e-324 0.0 -> 1.5707963267948966 -0.0
[all …]
Dieee754.txt169 >>> asin(NAN), acos(NAN), atan(NAN)
175 >>> acos(INF), acos(NINF)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dconstant-fold-libfunc.ll3 declare double @acos(double)
9 %pi = call double @acos(double -1.000000e+00)
10 ; CHECK-NOT: call double @acos
19 %pi = call double @acos(double -1.000000e+00) nobuiltin
20 ; CHECK: call double @acos(double -1.000000e+00)
28 %pi = call double @acos(double -1.000000e+00) strictfp
29 ; CHECK: call double @acos(double -1.000000e+00)
/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_acos.cc19 REGISTER2(UnaryOp, CPU, "Acos", functor::acos, float, double);
22 REGISTER2(UnaryOp, GPU, "Acos", functor::acos, float, double);
26 REGISTER2(UnaryOp, SYCL, "Acos", functor::acos, float, double);
Dcwise_op_gpu_acos.cu.cc22 DEFINE_UNARY2(acos, float, double);
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_Acos.pbtxt4 name: "math.acos"
7 name: "acos"
/external/crcalc/tests/src/com/hp/creals/
DSlowCRTest.java81 checkApprEq(x.acos().doubleValue(), Math.acos(xAsDouble), in checkTrig()
108 CR tmp = xcos.acos(); in checkTrig()
165 checkEq(ZERO.acos(), CR.PI.divide(TWO), "acos(0)"); in testSlowTrig()
166 checkEq(ONE.acos(), ZERO, "acos(1)"); in testSlowTrig()
167 checkEq(ONE.negate().acos(), CR.PI, "acos(-1)"); in testSlowTrig()
DCRTest.java112 UnaryCRFunction acos = UnaryCRFunction.acosFunction; in testCR() local
127 check_eq(acos.execute(one.cos()), one, "acos(cos(1) failed"); in testCR()
151 check_appr_eq(Math.acos(0.1*n), in testCR()
152 CR.valueOf(0.1*n).acos().doubleValue(), in testCR()
/external/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h45 __DEVICE__ double acos(double);
46 __DEVICE__ float acos(float);
188 using ::acos;
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java571 return 2 * FastMath.acos(-q0); in getAngle()
573 return 2 * FastMath.acos(q0); in getAngle()
736 FastMath.acos(v2.getX()), in getAngles()
754 FastMath.acos(v2.getX()), in getAngles()
772 FastMath.acos(v2.getY()), in getAngles()
790 FastMath.acos(v2.getY()), in getAngles()
808 FastMath.acos(v2.getZ()), in getAngles()
826 FastMath.acos(v2.getZ()), in getAngles()
/external/eigen/demos/opengl/
Dgpuhelper.cpp67 float angle = 180.f/M_PI * acos(tmp.z()); in drawVector()
88 float angle = 180.f/M_PI * acos(tmp.z()); in drawVectorBox()
/external/deqp/android/cts/master/src/
Dgles3-test-issues.txt2 dEQP-GLES3.functional.shaders.builtin_functions.precision.acos.mediump_vertex.scalar
3 dEQP-GLES3.functional.shaders.builtin_functions.precision.acos.mediump_vertex.vec2
4 dEQP-GLES3.functional.shaders.builtin_functions.precision.acos.mediump_vertex.vec3
5 dEQP-GLES3.functional.shaders.builtin_functions.precision.acos.mediump_vertex.vec4
/external/eigen/doc/snippets/
DCwise_acos.cpp2 cout << v.acos() << endl;
/external/deqp-deps/glslang/Test/
Dhlsl.intrinsics.vert5 acos(inF0);
72 acos(inF0);
141 acos(inF0);
211 acos(inF0);
286 acos(inF0); \
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Acos.pbtxt3 summary: "Computes acos of x element-wise."
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2009-03-07-SpillerBug.ll18 declare double @acos(double) nounwind readonly
44 %19 = call double @acos(double %18) nounwind readonly
/external/llvm/test/CodeGen/ARM/
D2009-03-07-SpillerBug.ll18 declare double @acos(double) nounwind readonly
44 %19 = call double @acos(double %18) nounwind readonly
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py67 acos = _core.acos variable
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2009-03-07-SpillerBug.ll18 declare double @acos(double) nounwind readonly
44 %19 = call double @acos(double %18) nounwind readonly
/external/eigen/unsupported/doc/examples/
DMatrixExponential.cpp8 const double pi = std::acos(-1.0); in main()
DMatrixPower.cpp8 const double pi = std::acos(-1.0); in main()
/external/eigen/unsupported/Eigen/src/FFT/
Dei_kissfft_impl.h31 using std::acos; in make_twiddles()
34 Scalar phinc = (inverse?2:-2)* acos( (Scalar) -1) / nfft; in make_twiddles()
403 using std::acos; in real_twiddles()
408 Scalar pi = acos( Scalar(-1) ); in real_twiddles()
/external/ltp/testcases/misc/math/float/
Dfloat_trigo.c29 {FUNC_NORMAL, 50, acos, "acos", "dacos", "racos",

12345678910>>...13