/external/python/cpython2/Lib/test/ |
D | cmath_testcases.txt | 58 -- 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 …]
|
D | ieee754.txt | 169 >>> asin(NAN), acos(NAN), atan(NAN) 175 >>> acos(INF), acos(NINF)
|
/external/python/cpython3/Lib/test/ |
D | cmath_testcases.txt | 64 -- 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 …]
|
D | ieee754.txt | 169 >>> asin(NAN), acos(NAN), atan(NAN) 175 >>> acos(INF), acos(NINF)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | constant-fold-libfunc.ll | 3 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/ |
D | cwise_op_acos.cc | 19 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);
|
D | cwise_op_gpu_acos.cu.cc | 22 DEFINE_UNARY2(acos, float, double);
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Acos.pbtxt | 4 name: "math.acos" 7 name: "acos"
|
/external/crcalc/tests/src/com/hp/creals/ |
D | SlowCRTest.java | 81 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()
|
D | CRTest.java | 112 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.h | 45 __DEVICE__ double acos(double); 46 __DEVICE__ float acos(float); 188 using ::acos;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | Rotation.java | 571 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/ |
D | gpuhelper.cpp | 67 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/ |
D | gles3-test-issues.txt | 2 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/ |
D | Cwise_acos.cpp | 2 cout << v.acos() << endl;
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.intrinsics.vert | 5 acos(inF0); 72 acos(inF0); 141 acos(inF0); 211 acos(inF0); 286 acos(inF0); \
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Acos.pbtxt | 3 summary: "Computes acos of x element-wise."
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | 2009-03-07-SpillerBug.ll | 18 declare double @acos(double) nounwind readonly 44 %19 = call double @acos(double %18) nounwind readonly
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-03-07-SpillerBug.ll | 18 declare double @acos(double) nounwind readonly 44 %19 = call double @acos(double %18) nounwind readonly
|
/external/tensorflow/tensorflow/contrib/labeled_tensor/ |
D | __init__.py | 67 acos = _core.acos variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | 2009-03-07-SpillerBug.ll | 18 declare double @acos(double) nounwind readonly 44 %19 = call double @acos(double %18) nounwind readonly
|
/external/eigen/unsupported/doc/examples/ |
D | MatrixExponential.cpp | 8 const double pi = std::acos(-1.0); in main()
|
D | MatrixPower.cpp | 8 const double pi = std::acos(-1.0); in main()
|
/external/eigen/unsupported/Eigen/src/FFT/ |
D | ei_kissfft_impl.h | 31 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/ |
D | float_trigo.c | 29 {FUNC_NORMAL, 50, acos, "acos", "dacos", "racos",
|