Home
last modified time | relevance | path

Searched refs:x_0 (Results 1 – 15 of 15) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java355 long c = 0, x_0 = x[0] & M; in mul() local
356 c += x_0 * y_0; in mul()
359 c += x_0 * y_1; in mul()
362 c += x_0 * y_2; in mul()
365 c += x_0 * y_3; in mul()
368 c += x_0 * y_4; in mul()
371 c += x_0 * y_5; in mul()
412 long c = 0, x_0 = x[xOff + 0] & M; in mul() local
413 c += x_0 * y_0; in mul()
416 c += x_0 * y_1; in mul()
[all …]
DNat256.java452 long c = 0, x_0 = x[0] & M; in mul() local
453 c += x_0 * y_0; in mul()
456 c += x_0 * y_1; in mul()
459 c += x_0 * y_2; in mul()
462 c += x_0 * y_3; in mul()
465 c += x_0 * y_4; in mul()
468 c += x_0 * y_5; in mul()
471 c += x_0 * y_6; in mul()
474 c += x_0 * y_7; in mul()
523 long c = 0, x_0 = x[xOff + 0] & M; in mul() local
[all …]
DNat224.java353 long c = 0, x_0 = x[0] & M; in mul() local
354 c += x_0 * y_0; in mul()
357 c += x_0 * y_1; in mul()
360 c += x_0 * y_2; in mul()
363 c += x_0 * y_3; in mul()
366 c += x_0 * y_4; in mul()
369 c += x_0 * y_5; in mul()
372 c += x_0 * y_6; in mul()
417 long c = 0, x_0 = x[xOff + 0] & M; in mul() local
418 c += x_0 * y_0; in mul()
[all …]
/external/tensorflow/tensorflow/contrib/resampler/python/ops/
Dresampler_ops_test.py60 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/
Dcelt_pitch_xcorr_arm_gnu.s61 @ 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/
Dixheaacd_fft32x32_ld2_armv7.s13 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/
Dixheaacd_qmf_dec_generic.c743 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 = x_0 + x_l1_0; in ixheaacd_esbr_radix4bfly()
780 xl0_0 = 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 = x_0 + x_2; in ixheaacd_esbr_postradixcompute2()
878 n20 = 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/
Dixheaacd_qmf_dec_armv8.c506 WORD32 x_0, x_1, x_l1_0, x_l1_1, x_l2_0, x_l2_1; in ixheaacd_esbr_radix4bfly() local
537 x_0 = x[0]; in ixheaacd_esbr_radix4bfly()
542 xh0_0 = x_0 + x_l1_0; in ixheaacd_esbr_radix4bfly()
543 xl0_0 = x_0 - x_l1_0; in ixheaacd_esbr_radix4bfly()
607 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute2() local
630 x_0 = *x0++; in ixheaacd_esbr_postradixcompute2()
639 n00 = x_0 + x_2; in ixheaacd_esbr_postradixcompute2()
641 n20 = x_0 - x_2; in ixheaacd_esbr_postradixcompute2()
696 WORD32 x_0, x_1, x_2, x_3; in ixheaacd_esbr_postradixcompute4() local
720 x_0 = *x0++; in ixheaacd_esbr_postradixcompute4()
[all …]
/external/tensorflow/tensorflow/contrib/linear_optimizer/kernels/g3doc/
Dreadme.md134 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/
Dpicture_psnr_enc.c45 const int x_0 = (x - RADIUS < 0) ? 0 : x - RADIUS; in AccumulateLSIM() local
52 for (i = x_0; i < x_1; ++i) { in AccumulateLSIM()
/external/tensorflow/tensorflow/core/kernels/
Dresize_bicubic_op.cc124 inline int Advance(const int64 x_0, const int64 x_1, const int64 x_2, in Advance() argument
129 const std::array<int64, 4> new_x_indices{{x_0, x_1, x_2, x_3}}; in Advance()
145 indexes_[0] = x_0; in Advance()
/external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/
Dlayer_collection_test.py519 x_0 = array_ops.placeholder(dtypes.float32, shape=(32, 10))
522 pre_bias_0 = math_ops.matmul(x_0, w_0)
539 lc.register_fully_connected(w_0, x_0, pre_bias_0)
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c1950 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/
Dlocal_client_execute_test.cc304 auto x_0 = builder.GetTupleElement(x, 0); in XLA_TEST_F() local
308 auto array_sum = builder.Add(x_0, y_1); in XLA_TEST_F()
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_034.ppm9330 �%�-8%C0F4L8VB eO!iS&�l;lT#lR!�l;x_0f7{`4�~R~f:�nB�sE�xKh:qZ,u]0�oC�uH��[��S��]��t��|��Y�|…