Home
last modified time | relevance | path

Searched refs:y_1 (Results 1 – 25 of 26) sorted by relevance

12

/external/libopus/celt/mips/
Dpitch_mipsr1.h68 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel_mips() local
78 y_1=*y++; in xcorr_kernel_mips()
87 sum_1 = __builtin_mips_madd( sum_1, tmp, y_1); in xcorr_kernel_mips()
94 sum_0 = __builtin_mips_madd( sum_0, tmp, y_1 ); in xcorr_kernel_mips()
100 y_1=*y++; in xcorr_kernel_mips()
105 sum_3 = __builtin_mips_madd( sum_3, tmp, y_1); in xcorr_kernel_mips()
113 sum_2 = __builtin_mips_madd( sum_2, tmp, y_1); in xcorr_kernel_mips()
123 sum_1 = __builtin_mips_madd( sum_1, tmp, y_1 ); in xcorr_kernel_mips()
133 sum_0 = __builtin_mips_madd( sum_0, tmp, y_1 ); in xcorr_kernel_mips()
142 y_1=*y++; in xcorr_kernel_mips()
[all …]
/external/libopus/celt/
Dpitch.h68 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel_c() local
72 y_1=*y++; in xcorr_kernel_c()
80 sum[1] = MAC16_16(sum[1],tmp,y_1); in xcorr_kernel_c()
85 sum[0] = MAC16_16(sum[0],tmp,y_1); in xcorr_kernel_c()
90 y_1=*y++; in xcorr_kernel_c()
94 sum[3] = MAC16_16(sum[3],tmp,y_1); in xcorr_kernel_c()
99 sum[2] = MAC16_16(sum[2],tmp,y_1); in xcorr_kernel_c()
107 sum[1] = MAC16_16(sum[1],tmp,y_1); in xcorr_kernel_c()
115 sum[0] = MAC16_16(sum[0],tmp,y_1); in xcorr_kernel_c()
123 y_1=*y++; in xcorr_kernel_c()
[all …]
/external/tensorflow/tensorflow/contrib/resampler/python/ops/
Dresampler_ops_test.py63 y_1 = y_0 + 1
68 y_1 = np.clip(y_1, 0, data.shape[0] - 1)
71 i_b = data[y_1, x_0]
73 i_d = data[y_1, x_1]
75 w_a = (x_1 - x) * (y_1 - y)
77 w_c = (x - x_0) * (y_1 - y)
/external/libopus/celt/arm/
Dcelt_pitch_xcorr_arm_gnu.s59 @ d3 = y_3|y_2|y_1|y_0
292 SMLABT r7, r12, r10, r7 @ sum[1] = MAC16_16(sum[1],x_0,y_1)
296 SMLATT r6, r12, r10, r6 @ sum[0] = MAC16_16(sum[0],x_1,y_1)
320 SMLABT r7, r12, r10, r7 @ sum[1] = MAC16_16(sum[1],x,y_1)
324 SMLABT r6, r14, r10, r6 @ sum[0] = MAC16_16(sum[0],x,y_1)
388 SMLATB r14, r6, r9, r14 @ sum = MAC16_16(sum, x_1, y_1)
457 SMLABT r11, r6, r8, r11 @ sum1 = MAC16_16(sum1, x_0, y_1)
459 SMLATT r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_1, y_1)
476 SMLABT r11, r6, r8, r11 @ sum1 = MAC16_16(sum1, x_0, y_1)
478 SMLATT r10, r6, r8, r10 @ sum0 = MAC16_16(sum0, x_1, y_1)
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java365 long y_1 = y[1] & M; in mul() local
376 c += x_0 * y_1; in mul()
400 c += x_i * y_1 + (zz[i + 1] & M); in mul()
422 long y_1 = y[yOff + 1] & M; in mul() local
433 c += x_0 * y_1; in mul()
458 c += x_i * y_1 + (zz[zzOff + 1] & M); in mul()
480 long y_1 = y[1] & M; in mulAddTo() local
493 c += x_i * y_1 + (zz[i + 1] & M); in mulAddTo()
518 long y_1 = y[yOff + 1] & M; in mulAddTo() local
531 c += x_i * y_1 + (zz[zzOff + 1] & M); in mulAddTo()
DNat224.java356 long y_1 = y[1] & M; in mul() local
368 c += x_0 * y_1; in mul()
395 c += x_i * y_1 + (zz[i + 1] & M); in mul()
420 long y_1 = y[yOff + 1] & M; in mul() local
432 c += x_0 * y_1; in mul()
460 c += x_i * y_1 + (zz[zzOff + 1] & M); in mul()
485 long y_1 = y[1] & M; in mulAddTo() local
499 c += x_i * y_1 + (zz[i + 1] & M); in mulAddTo()
527 long y_1 = y[yOff + 1] & M; in mulAddTo() local
541 c += x_i * y_1 + (zz[zzOff + 1] & M); in mulAddTo()
DNat256.java463 long y_1 = y[1] & M; in mul() local
476 c += x_0 * y_1; in mul()
506 c += x_i * y_1 + (zz[i + 1] & M); in mul()
534 long y_1 = y[yOff + 1] & M; in mul() local
547 c += x_0 * y_1; in mul()
578 c += x_i * y_1 + (zz[zzOff + 1] & M); in mul()
606 long y_1 = y[1] & M; in mulAddTo() local
621 c += x_i * y_1 + (zz[i + 1] & M); in mulAddTo()
652 long y_1 = y[yOff + 1] & M; in mulAddTo() local
667 c += x_i * y_1 + (zz[zzOff + 1] & M); in mulAddTo()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat192.java369 long y_1 = y[1] & M; in mul() local
380 c += x_0 * y_1; in mul()
404 c += x_i * y_1 + (zz[i + 1] & M); in mul()
426 long y_1 = y[yOff + 1] & M; in mul() local
437 c += x_0 * y_1; in mul()
462 c += x_i * y_1 + (zz[zzOff + 1] & M); in mul()
484 long y_1 = y[1] & M; in mulAddTo() local
497 c += x_i * y_1 + (zz[i + 1] & M); in mulAddTo()
522 long y_1 = y[yOff + 1] & M; in mulAddTo() local
535 c += x_i * y_1 + (zz[zzOff + 1] & M); in mulAddTo()
DNat224.java360 long y_1 = y[1] & M; in mul() local
372 c += x_0 * y_1; in mul()
399 c += x_i * y_1 + (zz[i + 1] & M); in mul()
424 long y_1 = y[yOff + 1] & M; in mul() local
436 c += x_0 * y_1; in mul()
464 c += x_i * y_1 + (zz[zzOff + 1] & M); in mul()
489 long y_1 = y[1] & M; in mulAddTo() local
503 c += x_i * y_1 + (zz[i + 1] & M); in mulAddTo()
531 long y_1 = y[yOff + 1] & M; in mulAddTo() local
545 c += x_i * y_1 + (zz[zzOff + 1] & M); in mulAddTo()
DNat256.java467 long y_1 = y[1] & M; in mul() local
480 c += x_0 * y_1; in mul()
510 c += x_i * y_1 + (zz[i + 1] & M); in mul()
538 long y_1 = y[yOff + 1] & M; in mul() local
551 c += x_0 * y_1; in mul()
582 c += x_i * y_1 + (zz[zzOff + 1] & M); in mul()
610 long y_1 = y[1] & M; in mulAddTo() local
625 c += x_i * y_1 + (zz[i + 1] & M); in mulAddTo()
656 long y_1 = y[yOff + 1] & M; in mulAddTo() local
671 c += x_i * y_1 + (zz[zzOff + 1] & M); in mulAddTo()
/external/mesa3d/src/compiler/nir/
Dnir_lower_double_ops.c281 nir_ssa_def *y_1 = nir_fmul(b, nir_imm_double(b, 2.0), h_1); in lower_sqrt_rsq() local
282 nir_ssa_def *r_1 = nir_ffma(b, nir_fneg(b, y_1), nir_fmul(b, h_1, src), in lower_sqrt_rsq()
284 res = nir_ffma(b, y_1, r_1, y_1); in lower_sqrt_rsq()
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
Dsoftmax_centered_test.py102 y_1 = (1e-5 * rng.rand(5)).astype(np.float32)
104 y = np.array([y_0, y_1, y_2])
/external/libvpx/config/x86/
Dvp8_rtcd.h48 void vp8_blend_b_c(unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, int v_1,…
51 void vp8_blend_mb_inner_c(unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, i…
54 void vp8_blend_mb_outer_c(unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, i…
/external/libvpx/config/x86_64/
Dvp8_rtcd.h48 void vp8_blend_b_c(unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, int v_1,…
51 void vp8_blend_mb_inner_c(unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, i…
54 void vp8_blend_mb_outer_c(unsigned char *y, unsigned char *u, unsigned char *v, int y_1, int u_1, i…
/external/webp/src/enc/
Dpicture_psnr_enc.c44 const int y_1 = (y + RADIUS + 1 >= h) ? h : y + RADIUS + 1; in AccumulateLSIM() local
51 for (j = y_0; j < y_1; ++j) { in AccumulateLSIM()
/external/tensorflow/tensorflow/python/keras/layers/
Dgru_v2_test.py163 y_1 = gru_model.predict(x_train)
179 self.assertAllClose(y_1, y_3, rtol=2e-5, atol=2e-5)
236 y_1 = cpu_model.predict(x_train)
257 self.assertAllClose(y_1, y_2)
Dlstm_v2_test.py330 y_1 = lstm_model.predict(x_train)
344 self.assertAllClose(y_1, y_3, rtol=1e-5, atol=2e-5)
526 y_1 = cpu_model.predict(x_train)
546 self.assertAllClose(y_1, y_2)
/external/tensorflow/tensorflow/contrib/distribute/python/
Dstrategy_test_lib.py372 x_1, y_1 = run_and_concatenate(strategy, i)
374 self.assertAllEqual(y, y_1)
/external/eigen/Eigen/src/Core/arch/AltiVec/
DPacketMath.h367 Packet4f t, y_0, y_1;
374 y_1 = vec_madd(y_0, t, y_0);
376 return vec_madd(a, y_1, p4f_MZERO);
/external/v8/src/objects/
Dbigint.cc647 Handle<MutableBigInt> y_1 = AbsoluteSubOne(isolate, y); in BitwiseAnd() local
648 result = AbsoluteOr(isolate, result, y_1, *result); in BitwiseAnd()
674 Handle<MutableBigInt> y_1 = AbsoluteSubOne(isolate, y); in BitwiseXor() local
675 return AbsoluteXor(isolate, result, y_1, *result); in BitwiseXor()
707 Handle<MutableBigInt> y_1 = AbsoluteSubOne(isolate, y); in BitwiseOr() local
708 result = AbsoluteAnd(isolate, result, y_1, *result); in BitwiseOr()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_execute_test.cc295 auto y_1 = GetTupleElement(y, 1); in XLA_TEST_F() local
296 auto array_sum = Add(x_0, y_1); in XLA_TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc2628 auto y_1 = ops::Const(s.WithOpName("y_1"), {-1.0f, -1.0f}, {1, 2}); in TEST_F() local
2638 Output out_1 = ops::Pow(s.WithOpName("out_1"), x, y_1); in TEST_F()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D17ee30806356a83515d54547cd6724c7.0000dd46.honggfuzz.cov64 \�H[�&��@�B���Gs3����L��{n>�*�2aN��y_1�s�4m�=7Ìs\�n9��於H�ϗ%ٯ3j���V����㠸c�(xޜJ��(4c�T�#k�r����9…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D17ee30806356a83515d54547cd6724c7.0000dd46.honggfuzz.cov64 \�H[�&��@�B���Gs3����L��{n>�*�2aN��y_1�s�4m�=7Ìs\�n9��於H�ϗ%ٯ3j���V����㠸c�(xޜJ��(4c�T�#k�r����9…
D5da4d762b599b04343a2c1766a3ccd98.0004de4b.honggfuzz.cov150 …��f�>������t�/n���1������*�ՖB���k�7���Wg����s�����8��m�!�g��� /�˵��y_1�#��(��z_$L�ep�l��3…

12