/external/libaom/libaom/av1/common/x86/ |
D | av1_txfm_sse4.h | 50 const __m128i sqrt2 = _mm_set1_epi32(val); in av1_round_shift_rect_array_32_sse4_1() local 55 const __m128i r1 = _mm_mullo_epi32(sqrt2, r0); in av1_round_shift_rect_array_32_sse4_1() 62 const __m128i r1 = _mm_mullo_epi32(sqrt2, r0); in av1_round_shift_rect_array_32_sse4_1()
|
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa_impl.c | 954 const BIGNUM *p, const BIGNUM *sqrt2, in generate_prime() argument 1033 if (BN_cmp(out, sqrt2) <= 0) { in generate_prime() 1120 BIGNUM *sqrt2 = BN_CTX_get(ctx); in rsa_generate_key_impl() local 1123 if (totient == NULL || pm1 == NULL || qm1 == NULL || sqrt2 == NULL || in rsa_generate_key_impl() 1146 if (!bn_set_words(sqrt2, kBoringSSLRSASqrtTwo, kBoringSSLRSASqrtTwoLen)) { in rsa_generate_key_impl() 1150 assert(sqrt2_bits == (int)BN_num_bits(sqrt2)); in rsa_generate_key_impl() 1154 if (!BN_rshift(sqrt2, sqrt2, sqrt2_bits - prime_bits)) { in rsa_generate_key_impl() 1160 if (!BN_add_word(sqrt2, 1) || in rsa_generate_key_impl() 1161 !BN_lshift(sqrt2, sqrt2, prime_bits - sqrt2_bits)) { in rsa_generate_key_impl() 1165 assert(prime_bits == (int)BN_num_bits(sqrt2)); in rsa_generate_key_impl() [all …]
|
/external/eigen/unsupported/Eigen/ |
D | MatrixFunctions | 154 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\ 155 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\ 207 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\ 208 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\ 310 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\ 311 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\ 372 \frac12\sqrt2 & -\frac12\sqrt2 & 0 \\ 373 \frac12\sqrt2 & \frac12\sqrt2 & 0 \\
|
/external/pdfium/fpdfsdk/ |
D | fpdfview_embeddertest.cpp | 532 const float sqrt2 = 1.41421356f; in TEST_F() local 533 const int diagonal_bitmap_size = ceil((bitmap_width + bitmap_height) / sqrt2); in TEST_F() 537 sqrt2, sqrt2, -sqrt2, sqrt2, bitmap_height / sqrt2, 0}; in TEST_F()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | matrix_square_root_op_test.py | 114 sqrt2 = gen_linalg_ops.matrix_square_root(square2) 115 all_ops = [sqrt1, sqrt2]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/ |
D | sqrt.ll | 60 %sqrt2 = call double @llvm.sqrt.f64(double %a2) 64 …store double %sqrt2, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i6… 110 %sqrt2 = call double @llvm.sqrt.f64(double %a2) 118 …store double %sqrt2, double* getelementptr inbounds ([8 x double], [8 x double]* @dst64, i32 0, i6… 140 %sqrt2 = call float @llvm.sqrt.f32(float %a2) 144 …store float %sqrt2, float* getelementptr inbounds ([16 x float], [16 x float]* @dst32, i32 0, i64 … 175 %sqrt2 = call float @llvm.sqrt.f32(float %a2) 183 …store float %sqrt2, float* getelementptr inbounds ([16 x float], [16 x float]* @dst32, i32 0, i64 … 241 %sqrt2 = call float @llvm.sqrt.f32(float %a2 ) 257 …store float %sqrt2 , float* getelementptr inbounds ([16 x float], [16 x float]* @dst32, i32 0, i64…
|
D | call.ll | 110 %sqrt2 = tail call double @sqrt(double %a1) nounwind readnone 113 store double %sqrt2, double* %idx2, align 8 138 %sqrt2 = tail call nnan double @sqrt(double %a1) nounwind 141 store double %sqrt2, double* %idx2, align 8
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | DfpField.java | 603 Dfp sqrt2 = two.sqrt(); 604 Dfp yk = sqrt2.subtract(one); 607 Dfp ak = two.multiply(three.subtract(two.multiply(sqrt2)));
|
/external/libaom/libaom/aom_dsp/x86/ |
D | txfm_common_avx2.h | 251 const __m256i sqrt2 = _mm256_set1_epi32(val); in av1_round_shift_rect_array_32_avx2() local 256 const __m256i r1 = _mm256_mullo_epi32(sqrt2, r0); in av1_round_shift_rect_array_32_avx2() 263 const __m256i r1 = _mm256_mullo_epi32(sqrt2, r0); in av1_round_shift_rect_array_32_avx2()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-sqrt-02.ll | 104 %sqrt2 = call double @llvm.sqrt.f64(double %val2) 140 store volatile double %sqrt2, double *%ptr
|
D | fp-sqrt-01.ll | 104 %sqrt2 = call float @llvm.sqrt.f32(float %val2) 140 store volatile float %sqrt2, float *%ptr
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-sqrt-02.ll | 104 %sqrt2 = call double @llvm.sqrt.f64(double %val2) 140 store volatile double %sqrt2, double *%ptr
|
D | fp-sqrt-01.ll | 102 %sqrt2 = call float @llvm.sqrt.f32(float %val2) 138 store volatile float %sqrt2, float *%ptr
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | loop_optimizer_test.cc | 649 Output sqrt2 = ops::Sqrt(scope.WithOpName("sqrt2"), s2.output_true); in TEST_F() local 664 ops::Merge m4(scope.WithOpName("m4"), {square1, sqrt2}); in TEST_F() 666 ops::Merge m6(scope.WithOpName("m6").WithControlDependencies(sqrt2), in TEST_F()
|
/external/speex/libspeexdsp/ |
D | smallft.c | 753 static float sqrt2=1.414213562373095f; in dradb4() local 832 ch[t5+=t0]=sqrt2*(tr1-ti1); in dradb4() 834 ch[t5+=t0]=-sqrt2*(tr1+ti1); in dradb4()
|
/external/deqp/framework/common/ |
D | tcuTexLookupVerifier.cpp | 2224 const float sqrt2 = deFloatSqrt(2.0f); in computeLodBoundsFromDerivates() local 2225 const float fxMax = sqrt2 * (mux + mvx + mwx); in computeLodBoundsFromDerivates() 2226 const float fyMax = sqrt2 * (muy + mvy + mwy); in computeLodBoundsFromDerivates()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.c | 3634 LLVMValueRef sqrt2 = lp_build_const_vec(bld->gallivm, bld->type, M_SQRT2); in lp_build_ilog2() local 3642 x = LLVMBuildFMul(builder, x, sqrt2, ""); in lp_build_ilog2()
|
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |