/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat192.java | 372 long c = 0, x_0 = x[0] & M; in mul() local 373 c += x_0 * y_0; in mul() 376 c += x_0 * y_1; in mul() 379 c += x_0 * y_2; in mul() 382 c += x_0 * y_3; in mul() 385 c += x_0 * y_4; in mul() 388 c += x_0 * y_5; in mul() 429 long c = 0, x_0 = x[xOff + 0] & M; in mul() local 430 c += x_0 * y_0; in mul() 433 c += x_0 * y_1; in mul() [all …]
|
D | Nat224.java | 364 long c = 0, x_0 = x[0] & M; in mul() local 365 c += x_0 * y_0; in mul() 368 c += x_0 * y_1; in mul() 371 c += x_0 * y_2; in mul() 374 c += x_0 * y_3; in mul() 377 c += x_0 * y_4; in mul() 380 c += x_0 * y_5; in mul() 383 c += x_0 * y_6; in mul() 428 long c = 0, x_0 = x[xOff + 0] & M; in mul() local 429 c += x_0 * y_0; in mul() [all …]
|
D | Nat256.java | 472 long c = 0, x_0 = x[0] & M; in mul() local 473 c += x_0 * y_0; in mul() 476 c += x_0 * y_1; in mul() 479 c += x_0 * y_2; in mul() 482 c += x_0 * y_3; in mul() 485 c += x_0 * y_4; in mul() 488 c += x_0 * y_5; in mul() 491 c += x_0 * y_6; in mul() 494 c += x_0 * y_7; in mul() 543 long c = 0, x_0 = x[xOff + 0] & M; in mul() local [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Nat192.java | 376 long c = 0, x_0 = x[0] & M; in mul() local 377 c += x_0 * y_0; in mul() 380 c += x_0 * y_1; in mul() 383 c += x_0 * y_2; in mul() 386 c += x_0 * y_3; in mul() 389 c += x_0 * y_4; in mul() 392 c += x_0 * y_5; in mul() 433 long c = 0, x_0 = x[xOff + 0] & M; in mul() local 434 c += x_0 * y_0; in mul() 437 c += x_0 * y_1; in mul() [all …]
|
D | Nat224.java | 368 long c = 0, x_0 = x[0] & M; in mul() local 369 c += x_0 * y_0; in mul() 372 c += x_0 * y_1; in mul() 375 c += x_0 * y_2; in mul() 378 c += x_0 * y_3; in mul() 381 c += x_0 * y_4; in mul() 384 c += x_0 * y_5; in mul() 387 c += x_0 * y_6; in mul() 432 long c = 0, x_0 = x[xOff + 0] & M; in mul() local 433 c += x_0 * y_0; in mul() [all …]
|
D | Nat256.java | 476 long c = 0, x_0 = x[0] & M; in mul() local 477 c += x_0 * y_0; in mul() 480 c += x_0 * y_1; in mul() 483 c += x_0 * y_2; in mul() 486 c += x_0 * y_3; in mul() 489 c += x_0 * y_4; in mul() 492 c += x_0 * y_5; in mul() 495 c += x_0 * y_6; in mul() 498 c += x_0 * y_7; in mul() 547 long c = 0, x_0 = x[xOff + 0] & M; in mul() local [all …]
|
/external/tensorflow/tensorflow/contrib/resampler/python/ops/ |
D | resampler_ops_test.py | 60 x_0 = np.floor(x).astype(int) 61 x_1 = x_0 + 1 65 x_0 = np.clip(x_0, 0, data.shape[1] - 1) 70 i_a = data[y_0, x_0] 71 i_b = data[y_1, x_0] 77 w_c = (x - x_0) * (y_1 - y) 78 w_d = (x - x_0) * (y - y_0)
|
/external/libopus/celt/arm/ |
D | celt_pitch_xcorr_arm_gnu.s | 61 @ q3 = x_7|x_6|x_5|x_4|x_3|x_2|x_1|x_0 290 SMLABB r6, r12, r10, r6 @ sum[0] = MAC16_16(sum[0],x_0,y_0) 292 SMLABT r7, r12, r10, r7 @ sum[1] = MAC16_16(sum[1],x_0,y_1) 294 SMLABB r8, r12, r11, r8 @ sum[2] = MAC16_16(sum[2],x_0,y_2) 295 SMLABT r9, r12, r11, r9 @ sum[3] = MAC16_16(sum[3],x_0,y_3) 386 SMLABT r14, r6, r8, r14 @ sum = MAC16_16(sum, x_0, y_0) 455 SMLABB r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_0, y_0) 457 SMLABT r11, r6, r8, r11 @ sum1 = MAC16_16(sum1, x_0, y_1) 474 SMLABB r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_0, y_0) 476 SMLABT r11, r6, r8, r11 @ sum1 = MAC16_16(sum1, x_0, y_1) [all …]
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_fft32x32_ld2_armv7.s | 13 LDR r2, [r0] @x_0 = x[0 ] 17 ADD r6, r2, r4 @xh0_0 = x_0 + x_4 18 SUB r7, r2, r4 @xl0_0 = x_0 - x_4 50 LDR r2, [r0, #8] @x_0 = x[2 ] 54 ADD r6, r2, r4 @xh0_0 = x_0 + x_4 55 SUB r7, r2, r4 @xl0_0 = x_0 - x_4 87 LDR r2, [r0, #16] @x_0 = x[4 ] 91 ADD r6, r2, r4 @xh0_0 = x_0 + x_4 92 SUB r7, r2, r4 @xl0_0 = x_0 - x_4 124 LDR r2, [r0, #24] @x_0 = x[6 ] [all …]
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 743 WORD32 x_0, x_1, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_esbr_radix4bfly() local 774 x_0 = x[0]; in ixheaacd_esbr_radix4bfly() 779 xh0_0 = ixheaacd_add32_sat(x_0, x_l1_0); in ixheaacd_esbr_radix4bfly() 780 xl0_0 = ixheaacd_sub32_sat(x_0, x_l1_0); in ixheaacd_esbr_radix4bfly() 844 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local 867 x_0 = *x0++; in ixheaacd_esbr_postradixcompute2() 876 n00 = ixheaacd_add32_sat(x_0, x_2); in ixheaacd_esbr_postradixcompute2() 878 n20 = ixheaacd_sub32_sat(x_0, x_2); in ixheaacd_esbr_postradixcompute2() 933 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local 957 x_0 = *x0++; in ixheaacd_esbr_postradixcompute4() [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 518 WORD32 x_0, x_1, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_esbr_radix4bfly() local 549 x_0 = x[0]; in ixheaacd_esbr_radix4bfly() 554 xh0_0 = (WORD64)x_0 + (WORD64)x_l1_0; in ixheaacd_esbr_radix4bfly() 555 xl0_0 = (WORD64)x_0 - (WORD64)x_l1_0; in ixheaacd_esbr_radix4bfly() 619 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local 640 x_0 = *x0++; in ixheaacd_esbr_postradixcompute2() 649 y0[h2] = ixheaacd_add32_sat(x_0, x_2); in ixheaacd_esbr_postradixcompute2() 653 y2[h2] = ixheaacd_sub32_sat(x_0, x_2); in ixheaacd_esbr_postradixcompute2() 688 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local 712 x_0 = *x0++; in ixheaacd_esbr_postradixcompute4() [all …]
|
/external/tensorflow/tensorflow/contrib/linear_optimizer/kernels/g3doc/ |
D | readme.md | 134 We can start Newton algorithm at $$x_0=0$$ which corresponds to $$ y(\a+\d) = 188 sufficient condition to have convergence is that we start at a point $$ x_0 $$ 192 \left|\frac{4A H(x_0)}{H'(x_0)^2} \right|\leq 1 195 If $$ A$$ is not small, the starting point $$x_0 = 0$$ doesn't satisfy this 199 However, in practice, convergence with $$x_0 = 0$$ always happens (tested for a
|
/external/webp/src/enc/ |
D | picture_psnr_enc.c | 46 const int x_0 = (x - RADIUS < 0) ? 0 : x - RADIUS; in AccumulateLSIM() local 53 for (i = x_0; i < x_1; ++i) { in AccumulateLSIM()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bicubic_op.cc | 168 inline int Advance(const int64 x_0, const int64 x_1, const int64 x_2, in Advance() argument 173 const std::array<int64, 4> new_x_indices{{x_0, x_1, x_2, x_3}}; in Advance() 189 indexes_[0] = x_0; in Advance()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 1950 WORD32 x_0, x_1, x_2, x_3, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_fft32x32_ld_dec() local 2002 x_0 = x[0]; in ixheaacd_fft32x32_ld_dec() 2011 xh0_0 = x_0 + x_l1_0; in ixheaacd_fft32x32_ld_dec() 2013 xl0_0 = x_0 - x_l1_0; in ixheaacd_fft32x32_ld_dec() 2088 x_0 = x0[0]; in ixheaacd_fft32x32_ld_dec() 2098 xh0_0 = x_0 + x_4; in ixheaacd_fft32x32_ld_dec() 2100 xl0_0 = x_0 - x_4; in ixheaacd_fft32x32_ld_dec() 2117 n00 = x_0 + x_2; in ixheaacd_fft32x32_ld_dec() 2119 n20 = x_0 - x_2; in ixheaacd_fft32x32_ld_dec()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | local_client_execute_test.cc | 292 auto x_0 = GetTupleElement(x, 0); in XLA_TEST_F() local 296 auto array_sum = Add(x_0, y_1); in XLA_TEST_F()
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | control_flow_ops_test.py | 262 x_0 = array_ops.gather(x, 0) 276 data_format="NHWC") for inp in [x_i, x_0]
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_034.ppm | 9330 %-8%C0F4L8VB eO!iS&�l;lT#lR!�l;x_0f7{`4�~R~f:�nB�sE�xKh:qZ,u]0�oC�uH��[��S��]��t��|��Y�|…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 3d3fb7fca46cf046654b3288e5da3369.000fe6ac.honggfuzz.cov | 4039 …?d��ܲL�n��D�c�1ݑe3�f�O'�o��$a�+Wi5�~w����7Y;ڸ��9�-��KrCC����f�Q�(�x_0*�6�7:�C��,�X1V×N:z…
|
D | 55044c8be4ce1a6abbad09188436d970.000fe6ac.honggfuzz.cov | 4039 …?d��ܲL�n��D�c�1ݑe3�f�O'�o��$a�+Wi5�~w����7Y;ڸ��9�-��KrCC����f�Q�(�x_0*�6�7:�C��,�X1V×N:z…
|