Home
last modified time | relevance | path

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

12345678910>>...18

/external/libjpeg-turbo/
Djidctint.c179 JLONG z1, z2, z3, z4, z5; variable
262 z4 = tmp1 + tmp3;
263 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
272 z4 = MULTIPLY(z4, -FIX_0_390180644); /* sqrt(2) * ( c5-c3) */
275 z4 += z5;
278 tmp1 += z2 + z4;
280 tmp3 += z1 + z4;
364 z4 = tmp1 + tmp3;
365 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
374 z4 = MULTIPLY(z4, -FIX_0_390180644); /* sqrt(2) * ( c5-c3) */
[all …]
Djfdctint.c147 JLONG z1, z2, z3, z4, z5; variable
193 z4 = tmp5 + tmp7;
194 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
203 z4 = MULTIPLY(z4, -FIX_0_390180644); /* sqrt(2) * ( c5-c3) */
206 z4 += z5;
209 dataptr[5] = (DCTELEM)DESCALE(tmp5 + z2 + z4, CONST_BITS - PASS1_BITS);
211 dataptr[1] = (DCTELEM)DESCALE(tmp7 + z1 + z4, CONST_BITS - PASS1_BITS);
260 z4 = tmp5 + tmp7;
261 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
270 z4 = MULTIPLY(z4, -FIX_0_390180644); /* sqrt(2) * ( c5-c3) */
[all …]
Djfdctflt.c64 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; variable
104 z4 = ((FAST_FLOAT)1.306562965) * tmp12 + z5; /* c2+c6 */
112 dataptr[1] = z11 + z4;
113 dataptr[7] = z11 - z4;
154 z4 = ((FAST_FLOAT)1.306562965) * tmp12 + z5; /* c2+c6 */
162 dataptr[DCTSIZE * 1] = z11 + z4;
163 dataptr[DCTSIZE * 7] = z11 - z4;
Djfdctfst.c121 DCTELEM z1, z2, z3, z4, z5, z11, z13; variable
162 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
170 dataptr[1] = z11 + z4;
171 dataptr[7] = z11 - z4;
212 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
220 dataptr[DCTSIZE * 1] = z11 + z4;
221 dataptr[DCTSIZE * 7] = z11 - z4;
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DWell44497b.java103 int z4 = z0 ^ (z1 ^ (z1 >>> 20)) ^ z2Second ^ z3; in next() local
106 v[indexRm1] = z4; in next()
112 z4 = z4 ^ ((z4 << 7) & 0x93dd1400); in next()
113 z4 = z4 ^ ((z4 << 15) & 0xfa118000); in next()
115 return z4 >>> (32 - bits); in next()
DWell19937c.java98 int z4 = z0 ^ (z1 ^ (z1 << 9)) ^ (z2 ^ (z2 << 21)) ^ (z3 ^ (z3 >>> 21)); in next() local
101 v[indexRm1] = z4; in next()
108 z4 = z4 ^ ((z4 << 7) & 0xe46e1700); in next()
109 z4 = z4 ^ ((z4 << 15) & 0x9b868000); in next()
111 return z4 >>> (32 - bits); in next()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Duabd.s38 movprfx z4.d, p7/z, z6.d
44 uabd z4.d, p7/m, z4.d, z31.d
50 movprfx z4, z6
56 uabd z4.d, p7/m, z4.d, z31.d
Dsabd.s38 movprfx z4.d, p7/z, z6.d
44 sabd z4.d, p7/m, z4.d, z31.d
50 movprfx z4, z6
56 sabd z4.d, p7/m, z4.d, z31.d
Dfcadd.s50 movprfx z4.d, p7/z, z6.d
56 fcadd z4.d, p7/m, z4.d, z31.d, #270
62 movprfx z4, z6
68 fcadd z4.d, p7/m, z4.d, z31.d, #270
Dsmax.s86 movprfx z4.d, p7/z, z6.d
92 smax z4.d, p7/m, z4.d, z31.d
98 movprfx z4, z6
104 smax z4.d, p7/m, z4.d, z31.d
Dumin.s86 movprfx z4.d, p7/z, z6.d
92 umin z4.d, p7/m, z4.d, z31.d
98 movprfx z4, z6
104 umin z4.d, p7/m, z4.d, z31.d
Dumax.s86 movprfx z4.d, p7/z, z6.d
92 umax z4.d, p7/m, z4.d, z31.d
98 movprfx z4, z6
104 umax z4.d, p7/m, z4.d, z31.d
Dsmin.s86 movprfx z4.d, p7/z, z6.d
92 smin z4.d, p7/m, z4.d, z31.d
98 movprfx z4, z6
104 smin z4.d, p7/m, z4.d, z31.d
Dbic.s110 movprfx z4.d, p7/z, z6.d
116 bic z4.d, p7/m, z4.d, z31.d
122 movprfx z4, z6
128 bic z4.d, p7/m, z4.d, z31.d
Dand.s116 movprfx z4.d, p7/z, z6.d
122 and z4.d, p7/m, z4.d, z31.d
128 movprfx z4, z6
134 and z4.d, p7/m, z4.d, z31.d
Dorr.s118 movprfx z4.d, p7/z, z6.d
124 orr z4.d, p7/m, z4.d, z31.d
130 movprfx z4, z6
136 orr z4.d, p7/m, z4.d, z31.d
Deor.s116 movprfx z4.b, p7/z, z6.b
122 eor z4.b, p7/m, z4.b, z31.b
128 movprfx z4, z6
134 eor z4.b, p7/m, z4.b, z31.b
Duxtw.s26 movprfx z4.d, p7/z, z6.d
32 uxtw z4.d, p7/m, z31.d
38 movprfx z4, z6
44 uxtw z4.d, p7/m, z31.d
Dsxtw.s26 movprfx z4.d, p7/z, z6.d
32 sxtw z4.d, p7/m, z31.d
38 movprfx z4, z6
44 sxtw z4.d, p7/m, z31.d
Dfrinti.s32 movprfx z4.d, p7/z, z6.d
38 frinti z4.d, p7/m, z31.d
44 movprfx z4, z6
50 frinti z4.d, p7/m, z31.d
Dfabs.s32 movprfx z4.d, p7/z, z6.d
38 fabs z4.d, p7/m, z31.d
44 movprfx z4, z6
50 fabs z4.d, p7/m, z31.d
Dfrecpx.s32 movprfx z4.d, p7/z, z6.d
38 frecpx z4.d, p7/m, z31.d
44 movprfx z4, z6
50 frecpx z4.d, p7/m, z31.d
Dfrintn.s32 movprfx z4.d, p7/z, z6.d
38 frintn z4.d, p7/m, z31.d
44 movprfx z4, z6
50 frintn z4.d, p7/m, z31.d
Dfrintz.s32 movprfx z4.d, p7/z, z6.d
38 frintz z4.d, p7/m, z31.d
44 movprfx z4, z6
50 frintz z4.d, p7/m, z31.d
Dfrintp.s32 movprfx z4.d, p7/z, z6.d
38 frintp z4.d, p7/m, z31.d
44 movprfx z4, z6
50 frintp z4.d, p7/m, z31.d

12345678910>>...18