Home
last modified time | relevance | path

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

/external/libopus/celt/mips/
Dpitch_mipsr1.h68 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel_mips() local
79 y_2=*y++; in xcorr_kernel_mips()
88 sum_2 = __builtin_mips_madd( sum_2, tmp, y_2); in xcorr_kernel_mips()
95 sum_1 = __builtin_mips_madd( sum_1, tmp, y_2 ); in xcorr_kernel_mips()
102 sum_0 = __builtin_mips_madd( sum_0, tmp, y_2 ); in xcorr_kernel_mips()
109 y_2=*y++; in xcorr_kernel_mips()
114 sum_3 = __builtin_mips_madd( sum_3, tmp, y_2); in xcorr_kernel_mips()
124 sum_2 = __builtin_mips_madd( sum_2, tmp, y_2); in xcorr_kernel_mips()
134 sum_1 = __builtin_mips_madd( sum_1, tmp, y_2 ); in xcorr_kernel_mips()
144 sum_0 = __builtin_mips_madd( sum_0, tmp, y_2 ); in xcorr_kernel_mips()
/external/rnnoise/src/
Dpitch.h56 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel() local
61 y_2=*y++; in xcorr_kernel()
69 sum[2] = MAC16_16(sum[2],tmp,y_2); in xcorr_kernel()
74 sum[1] = MAC16_16(sum[1],tmp,y_2); in xcorr_kernel()
79 sum[0] = MAC16_16(sum[0],tmp,y_2); in xcorr_kernel()
84 y_2=*y++; in xcorr_kernel()
88 sum[3] = MAC16_16(sum[3],tmp,y_2); in xcorr_kernel()
96 sum[2] = MAC16_16(sum[2],tmp,y_2); in xcorr_kernel()
104 sum[1] = MAC16_16(sum[1],tmp,y_2); in xcorr_kernel()
112 sum[0] = MAC16_16(sum[0],tmp,y_2); in xcorr_kernel()
/external/libopus/celt/
Dpitch.h68 opus_val16 y_0, y_1, y_2, y_3; in xcorr_kernel_c() local
73 y_2=*y++; in xcorr_kernel_c()
81 sum[2] = MAC16_16(sum[2],tmp,y_2); in xcorr_kernel_c()
86 sum[1] = MAC16_16(sum[1],tmp,y_2); in xcorr_kernel_c()
91 sum[0] = MAC16_16(sum[0],tmp,y_2); in xcorr_kernel_c()
96 y_2=*y++; in xcorr_kernel_c()
100 sum[3] = MAC16_16(sum[3],tmp,y_2); in xcorr_kernel_c()
108 sum[2] = MAC16_16(sum[2],tmp,y_2); in xcorr_kernel_c()
116 sum[1] = MAC16_16(sum[1],tmp,y_2); in xcorr_kernel_c()
124 sum[0] = MAC16_16(sum[0],tmp,y_2); in xcorr_kernel_c()
/external/libopus/celt/arm/
Dcelt_pitch_xcorr_arm_gnu.s59 @ d3 = y_3|y_2|y_1|y_0
294 SMLABB r8, r12, r11, r8 @ sum[2] = MAC16_16(sum[2],x_0,y_2)
298 SMLATB r7, r12, r11, r7 @ sum[1] = MAC16_16(sum[1],x_1,y_2)
302 SMLABB r6, r14, r11, r6 @ sum[0] = MAC16_16(sum[0],x_2,y_2)
321 SMLABB r8, r12, r11, r8 @ sum[2] = MAC16_16(sum[2],x,y_2)
326 SMLABB r7, r14, r11, r7 @ sum[1] = MAC16_16(sum[1],x,y_2)
332 SMLABB r6, r12, r11, r6 @ sum[0] = MAC16_16(sum[0],tmp,y_2)
390 SMLABT r14, r7, r9, r14 @ sum = MAC16_16(sum, x_2, y_2)
461 SMLATB r11, r6, r9, r11 @ sum1 = MAC16_16(sum1, x_1, y_2)
463 SMLABB r10, r7, r9, r10 @ sum0 = MAC16_16(sum0, x_2, y_2)
[all …]
Dcelt_pitch_xcorr_arm.s56 ; d3 = y_3|y_2|y_1|y_0
291 SMLABB r8, r12, r11, r8 ; sum[2] = MAC16_16(sum[2],x_0,y_2)
295 SMLATB r7, r12, r11, r7 ; sum[1] = MAC16_16(sum[1],x_1,y_2)
299 SMLABB r6, r14, r11, r6 ; sum[0] = MAC16_16(sum[0],x_2,y_2)
318 SMLABB r8, r12, r11, r8 ; sum[2] = MAC16_16(sum[2],x,y_2)
323 SMLABB r7, r14, r11, r7 ; sum[1] = MAC16_16(sum[1],x,y_2)
329 SMLABB r6, r12, r11, r6 ; sum[0] = MAC16_16(sum[0],tmp,y_2)
387 SMLABT r14, r7, r9, r14 ; sum = MAC16_16(sum, x_2, y_2)
458 SMLATB r11, r6, r9, r11 ; sum1 = MAC16_16(sum1, x_1, y_2)
460 SMLABB r10, r7, r9, r10 ; sum0 = MAC16_16(sum0, x_2, y_2)
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/
DNat192.java372 long y_2 = y[2] & M; in mul() local
385 c += x_0 * y_2; in mul()
409 c += x_i * y_2 + (zz[i + 2] & M); in mul()
429 long y_2 = y[yOff + 2] & M; in mul() local
442 c += x_0 * y_2; in mul()
467 c += x_i * y_2 + (zz[zzOff + 2] & M); in mul()
487 long y_2 = y[2] & M; in mulAddTo() local
502 c += x_i * y_2 + (zz[i + 2] & M); in mulAddTo()
526 long y_2 = y[yOff + 2] & M; in mulAddTo() local
541 c += x_i * y_2 + (zz[zzOff + 2] & M); in mulAddTo()
DNat224.java362 long y_2 = y[2] & M; in mul() local
376 c += x_0 * y_2; in mul()
403 c += x_i * y_2 + (zz[i + 2] & M); in mul()
426 long y_2 = y[yOff + 2] & M; in mul() local
440 c += x_0 * y_2; in mul()
468 c += x_i * y_2 + (zz[zzOff + 2] & M); in mul()
491 long y_2 = y[2] & M; in mulAddTo() local
507 c += x_i * y_2 + (zz[i + 2] & M); in mulAddTo()
534 long y_2 = y[yOff + 2] & M; in mulAddTo() local
550 c += x_i * y_2 + (zz[zzOff + 2] & M); in mulAddTo()
DNat256.java470 long y_2 = y[2] & M; in mul() local
485 c += x_0 * y_2; in mul()
515 c += x_i * y_2 + (zz[i + 2] & M); in mul()
541 long y_2 = y[yOff + 2] & M; in mul() local
556 c += x_0 * y_2; in mul()
587 c += x_i * y_2 + (zz[zzOff + 2] & M); in mul()
613 long y_2 = y[2] & M; in mulAddTo() local
630 c += x_i * y_2 + (zz[i + 2] & M); in mulAddTo()
660 long y_2 = y[yOff + 2] & M; in mulAddTo() local
677 c += x_i * y_2 + (zz[zzOff + 2] & M); in mulAddTo()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java368 long y_2 = y[2] & M; in mul() local
381 c += x_0 * y_2; in mul()
405 c += x_i * y_2 + (zz[i + 2] & M); in mul()
425 long y_2 = y[yOff + 2] & M; in mul() local
438 c += x_0 * y_2; in mul()
463 c += x_i * y_2 + (zz[zzOff + 2] & M); in mul()
483 long y_2 = y[2] & M; in mulAddTo() local
498 c += x_i * y_2 + (zz[i + 2] & M); in mulAddTo()
522 long y_2 = y[yOff + 2] & M; in mulAddTo() local
537 c += x_i * y_2 + (zz[zzOff + 2] & M); in mulAddTo()
DNat224.java358 long y_2 = y[2] & M; in mul() local
372 c += x_0 * y_2; in mul()
399 c += x_i * y_2 + (zz[i + 2] & M); in mul()
422 long y_2 = y[yOff + 2] & M; in mul() local
436 c += x_0 * y_2; in mul()
464 c += x_i * y_2 + (zz[zzOff + 2] & M); in mul()
487 long y_2 = y[2] & M; in mulAddTo() local
503 c += x_i * y_2 + (zz[i + 2] & M); in mulAddTo()
530 long y_2 = y[yOff + 2] & M; in mulAddTo() local
546 c += x_i * y_2 + (zz[zzOff + 2] & M); in mulAddTo()
DNat256.java466 long y_2 = y[2] & M; in mul() local
481 c += x_0 * y_2; in mul()
511 c += x_i * y_2 + (zz[i + 2] & M); in mul()
537 long y_2 = y[yOff + 2] & M; in mul() local
552 c += x_0 * y_2; in mul()
583 c += x_i * y_2 + (zz[zzOff + 2] & M); in mul()
609 long y_2 = y[2] & M; in mulAddTo() local
626 c += x_i * y_2 + (zz[i + 2] & M); in mulAddTo()
656 long y_2 = y[yOff + 2] & M; in mulAddTo() local
673 c += x_i * y_2 + (zz[zzOff + 2] & M); in mulAddTo()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat192.java372 long y_2 = y[2] & M; in mul() local
385 c += x_0 * y_2; in mul()
409 c += x_i * y_2 + (zz[i + 2] & M); in mul()
429 long y_2 = y[yOff + 2] & M; in mul() local
442 c += x_0 * y_2; in mul()
467 c += x_i * y_2 + (zz[zzOff + 2] & M); in mul()
487 long y_2 = y[2] & M; in mulAddTo() local
502 c += x_i * y_2 + (zz[i + 2] & M); in mulAddTo()
526 long y_2 = y[yOff + 2] & M; in mulAddTo() local
541 c += x_i * y_2 + (zz[zzOff + 2] & M); in mulAddTo()
DNat224.java362 long y_2 = y[2] & M; in mul() local
376 c += x_0 * y_2; in mul()
403 c += x_i * y_2 + (zz[i + 2] & M); in mul()
426 long y_2 = y[yOff + 2] & M; in mul() local
440 c += x_0 * y_2; in mul()
468 c += x_i * y_2 + (zz[zzOff + 2] & M); in mul()
491 long y_2 = y[2] & M; in mulAddTo() local
507 c += x_i * y_2 + (zz[i + 2] & M); in mulAddTo()
534 long y_2 = y[yOff + 2] & M; in mulAddTo() local
550 c += x_i * y_2 + (zz[zzOff + 2] & M); in mulAddTo()
DNat256.java470 long y_2 = y[2] & M; in mul() local
485 c += x_0 * y_2; in mul()
515 c += x_i * y_2 + (zz[i + 2] & M); in mul()
541 long y_2 = y[yOff + 2] & M; in mul() local
556 c += x_0 * y_2; in mul()
587 c += x_i * y_2 + (zz[zzOff + 2] & M); in mul()
613 long y_2 = y[2] & M; in mulAddTo() local
630 c += x_i * y_2 + (zz[i + 2] & M); in mulAddTo()
660 long y_2 = y[yOff + 2] & M; in mulAddTo() local
677 c += x_i * y_2 + (zz[zzOff + 2] & M); in mulAddTo()
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/terminate_invocation/
Dsubgroup_ballot.amber138 %y_2 = OpIMul %int %int_2 %y_and_1
139 %quad_idx = OpIAdd %int %x_and_1 %y_2
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-advanced/
Dmain.cpp123 int y_2; member
/external/tensorflow/tensorflow/python/keras/layers/
Dgru_v2_test.py188 y_2 = gru_model.predict(x_train)
202 self.assertAllClose(y_2, y_4, rtol=2e-5, atol=2e-5)
265 y_2 = gpu_model.predict(x_train)
279 self.assertAllClose(y_1, y_2, rtol=1e-5, atol=1e-5)
280 self.assertAllClose(y_2, y_3, rtol=1e-5, atol=1e-5)
Dlstm_v2_test.py360 y_2 = lstm_model.predict(x_train)
372 self.assertAllClose(y_2, y_4, rtol=1e-5, atol=2e-5)
566 y_2 = gpu_model.predict(x_train)
579 self.assertAllClose(y_1, y_2)
580 self.assertAllClose(y_2, y_3)
Drecurrent_test.py373 y_2 = rnn_2(time_major)
374 y_2 = keras.layers.Lambda(
375 lambda t: array_ops.transpose(t, [1, 0, 2]))(y_2)
377 model_2 = keras.models.Model(x, y_2)
Dwrappers_test.py655 y_2 = model.predict(x, batch_size=1)
657 self.assertAllClose(y_1, y_2)
/external/tensorflow/tensorflow/python/keras/engine/
Dfunctional_test.py285 y_2 = network(x_2)
286 self.assertEqual(y_2.shape.as_list(), [None, 2])
290 y_2 = network(x_2)
291 self.assertEqual(y_2.shape.as_list(), [None, 2])
765 y_2 = network(x_2)
766 self.assertEqual(y_2.shape.as_list(), [None, 32])
770 y_2 = network(x_2)
771 self.assertEqual(y_2.shape.as_list(), [None, 32])
/external/tensorflow/tensorflow/python/distribute/
Dstrategy_test_lib.py464 x_2, y_2 = run_and_concatenate(strategy, i)
466 self.assertAllEqual(y, y_2)
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py5478 y_1, x_1, y_2, x_2 = array_ops.split(
5481 math_ops.less_equal(y_1[0, 0, 0], y_2[0, 0, 0]))
5483 y_1_is_min, lambda: (y_1, y_2), lambda: (y_2, y_1))
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2887 LLVMValueRef y_2 = LLVMBuildSIToFP(b, emm2_and, bld->vec_type, "y_2"); in lp_build_sin_or_cos() local
2937 LLVMValueRef x_1 = lp_build_fmuladd(b, y_2, DP1, x_abs); in lp_build_sin_or_cos()
2938 LLVMValueRef x_2 = lp_build_fmuladd(b, y_2, DP2, x_1); in lp_build_sin_or_cos()
2939 LLVMValueRef x_3 = lp_build_fmuladd(b, y_2, DP3, x_2); in lp_build_sin_or_cos()
/external/llvm-project/polly/lib/External/isl/doc/
Dimplementation.tex1763 \{\, (x, y) \to (x_2, y_2) \mid {} & (3y = 2x \wedge x_2 = x \wedge 3y_2 = 3 + 2x \wedge x \ge 0 \w…
1764 & (x_2 = 1 + x \wedge y_2 = y \wedge x \ge 0 \wedge 3y \ge 2 + 2x \wedge x \le 2 \wedge 3y \le 3 + …
1785 \{\, (x, y) \to (x_2, y_2) \mid (3y = 2x \wedge x_2 = x \wedge 3y_2 = 3 + 2x \wedge x \ge 0 \wedge …