Home
last modified time | relevance | path

Searched refs:x_5 (Results 1 – 16 of 16) sorted by relevance

/external/libxaac/decoder/armv7/
Dixheaacd_fft32x32_ld2_armv7.s24 LDR r4, [r0, #68] @x_5 = x[16+1]
26 ADD r10, r2, r4 @xh1_0 = x_1 + x_5
27 SUB r11, r2, r4 @xl1_0 = x_1 - x_5
61 LDR r4, [r0, #76] @x_5 = x[18+1]
63 ADD r10, r2, r4 @xh1_0 = x_1 + x_5
64 SUB r11, r2, r4 @xl1_0 = x_1 - x_5
98 LDR r4, [r0, #84] @x_5 = x[20+1]
100 ADD r10, r2, r4 @xh1_0 = x_1 + x_5
101 SUB r11, r2, r4 @xl1_0 = x_1 - x_5
135 LDR r4, [r0, #92] @x_5 = x[22+1]
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java766 long x_5 = x[5] & M; in square() local
770 zz_5 += x_5 * x_0; in square()
774 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
775 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square()
776 zz_8 += (zz_7 >>> 32) + x_5 * x_3; in square()
777 zz_9 += (zz_8 >>> 32) + x_5 * x_4; in square()
882 long x_5 = x[xOff + 5] & M; in square() local
886 zz_5 += x_5 * x_0; in square()
890 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
891 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square()
[all …]
DNat224.java838 long x_5 = x[5] & M; in square() local
842 zz_5 += x_5 * x_0; in square()
846 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
847 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square()
849 zz_8 += (zz_7 >>> 32) + x_5 * x_3; in square()
851 zz_9 += (zz_8 >>> 32) + x_5 * x_4; in square()
869 zz_11 += (zz_10 >>> 32) + x_6 * x_5; in square()
977 long x_5 = x[xOff + 5] & M; in square() local
981 zz_5 += x_5 * x_0; in square()
985 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
[all …]
DNat256.java980 long x_5 = x[5] & M; in square() local
984 zz_5 += x_5 * x_0; in square()
988 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
989 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square()
991 zz_8 += (zz_7 >>> 32) + x_5 * x_3; in square()
993 zz_9 += (zz_8 >>> 32) + x_5 * x_4; in square()
1014 zz_11 += (zz_10 >>> 32) + x_6 * x_5; in square()
1032 zz_12 += (zz_11 >>> 32) + x_7 * x_5; in square()
1144 long x_5 = x[xOff + 5] & M; in square() local
1148 zz_5 += x_5 * x_0; in square()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat192.java770 long x_5 = x[5] & M; in square() local
774 zz_5 += x_5 * x_0; in square()
778 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
779 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square()
780 zz_8 += (zz_7 >>> 32) + x_5 * x_3; in square()
781 zz_9 += (zz_8 >>> 32) + x_5 * x_4; in square()
886 long x_5 = x[xOff + 5] & M; in square() local
890 zz_5 += x_5 * x_0; in square()
894 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
895 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square()
[all …]
DNat224.java842 long x_5 = x[5] & M; in square() local
846 zz_5 += x_5 * x_0; in square()
850 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
851 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square()
853 zz_8 += (zz_7 >>> 32) + x_5 * x_3; in square()
855 zz_9 += (zz_8 >>> 32) + x_5 * x_4; in square()
873 zz_11 += (zz_10 >>> 32) + x_6 * x_5; in square()
981 long x_5 = x[xOff + 5] & M; in square() local
985 zz_5 += x_5 * x_0; in square()
989 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
[all …]
DNat256.java984 long x_5 = x[5] & M; in square() local
988 zz_5 += x_5 * x_0; in square()
992 zz_6 += (zz_5 >>> 32) + x_5 * x_1; in square()
993 zz_7 += (zz_6 >>> 32) + x_5 * x_2; in square()
995 zz_8 += (zz_7 >>> 32) + x_5 * x_3; in square()
997 zz_9 += (zz_8 >>> 32) + x_5 * x_4; in square()
1018 zz_11 += (zz_10 >>> 32) + x_6 * x_5; in square()
1036 zz_12 += (zz_11 >>> 32) + x_7 * x_5; in square()
1148 long x_5 = x[xOff + 5] & M; in square() local
1152 zz_5 += x_5 * x_0; in square()
[all …]
/external/libxaac/decoder/generic/
Dixheaacd_qmf_dec_generic.c845 WORD32 x_4, x_5, x_6, x_7; in ixheaacd_esbr_postradixcompute2() local
872 x_5 = *x0++; in ixheaacd_esbr_postradixcompute2()
881 n11 = ixheaacd_add32_sat(x_5, x_7); in ixheaacd_esbr_postradixcompute2()
883 n31 = ixheaacd_sub32_sat(x_5, x_7); in ixheaacd_esbr_postradixcompute2()
935 WORD32 x_4, x_5, x_6, x_7; in ixheaacd_esbr_postradixcompute4() local
962 x_5 = *x0++; in ixheaacd_esbr_postradixcompute4()
967 xh1_0 = ixheaacd_add32_sat(x_1, x_5); in ixheaacd_esbr_postradixcompute4()
969 xl1_0 = ixheaacd_sub32_sat(x_1, x_5); in ixheaacd_esbr_postradixcompute4()
1684 WORD32 x_4, x_5, x_6, x_7; in ixheaacd_postradixcompute4() local
1711 x_5 = *x0++; in ixheaacd_postradixcompute4()
[all …]
/external/libxaac/decoder/armv8/
Dixheaacd_qmf_dec_armv8.c620 WORD32 x_4, x_5, x_6, x_7; in ixheaacd_esbr_postradixcompute2() local
645 x_5 = *x0++; in ixheaacd_esbr_postradixcompute2()
652 y1[h2 + 1] = ixheaacd_add32_sat(x_5, x_7); in ixheaacd_esbr_postradixcompute2()
656 y3[h2 + 1] = ixheaacd_sub32_sat(x_5, x_7); in ixheaacd_esbr_postradixcompute2()
690 WORD32 x_4, x_5, x_6, x_7; in ixheaacd_esbr_postradixcompute4() local
717 x_5 = *x0++; in ixheaacd_esbr_postradixcompute4()
722 xh1_0 = x_1 + x_5; in ixheaacd_esbr_postradixcompute4()
724 xl1_0 = x_1 - x_5; in ixheaacd_esbr_postradixcompute4()
/external/tensorflow/tensorflow/python/keras/engine/
Dtopology_test.py1209 x_5 = x_3 * pl_1
1213 {pl_1, x_1, x_4, x_5, x_1.op, x_4.op, x_5.op})
1216 {pl_1, pl_2, x_1, x_2, x_4, x_5, x_1.op, x_2.op, x_4.op, x_5.op})
1219 {pl_3, x_3, x_5, x_3.op, x_5.op})
1222 {x_3, x_5, x_5.op})
/external/mesa3d/src/compiler/spirv/
Dvtn_glsl450.c273 nir_ssa_def *x_5 = nir_fmul(b, x_3, x_2); in build_atan() local
274 nir_ssa_def *x_7 = nir_fmul(b, x_5, x_2); in build_atan()
281 nir_fmul(b, x_5, nir_imm_float(b, 0.1938924977115610f)), in build_atan()
/external/libxaac/decoder/
Dixheaacd_aac_imdct.c1952 WORD32 x_4, x_5, x_6, x_7, x_h2_0, x_h2_1; in ixheaacd_fft32x32_ld_dec() local
2093 x_5 = x0[5]; in ixheaacd_fft32x32_ld_dec()
2099 xh1_0 = x_1 + x_5; in ixheaacd_fft32x32_ld_dec()
2101 xl1_0 = x_1 - x_5; in ixheaacd_fft32x32_ld_dec()
2122 n11 = x_5 + x_7; in ixheaacd_fft32x32_ld_dec()
2124 n31 = x_5 - x_7; in ixheaacd_fft32x32_ld_dec()
/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
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D03d7e517425430613d18e6cf09f06f50.000b6ce7.honggfuzz.cov10239 ���h��/e�*��F�o���1�x_5��?��w(W��n�������a���mY'�y��
11639 ���h��/e�*��F�o���1�x_5��?��w(W��n�������a���mY'�y��
D3d3fb7fca46cf046654b3288e5da3369.000fe6ac.honggfuzz.cov4620 ���h��/e�*��F�o���1�x_5��?��w(W��n�������a���mY'�y��
D55044c8be4ce1a6abbad09188436d970.000fe6ac.honggfuzz.cov4620 ���h��/e�*��F�o���1�x_5��?��w(W��n�������a���mY'�y��