Home
last modified time | relevance | path

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

12345678910>>...15

/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 …]
/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/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dcombine-shift-imm-chain.ll24 %z4 = shl i32 %z3, 4
25 ret i32 %z4
37 %z4 = shl i32 %z3, 10
38 ret i32 %z4
51 %z4 = shl i64 %z3, 10
52 %z5 = shl i64 %z4, 10
78 %z4 = ashr i32 %z3, 4
79 ret i32 %z4
91 %z4 = ashr i32 %z3, 10
92 ret i32 %z4
[all …]
/external/llvm-project/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
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
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
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
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
Dbic.s132 movprfx z4.d, p7/z, z6.d
138 bic z4.d, p7/m, z4.d, z31.d
144 movprfx z4, z6
150 bic z4.d, p7/m, z4.d, z31.d
Dand.s138 movprfx z4.d, p7/z, z6.d
144 and z4.d, p7/m, z4.d, z31.d
150 movprfx z4, z6
156 and z4.d, p7/m, z4.d, z31.d
Deor.s138 movprfx z4.b, p7/z, z6.b
144 eor z4.b, p7/m, z4.b, z31.b
150 movprfx z4, z6
156 eor z4.b, p7/m, z4.b, z31.b
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
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
Dfrintm.s32 movprfx z4.d, p7/z, z6.d
38 frintm z4.d, p7/m, z31.d
44 movprfx z4, z6
50 frintm 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
Dfrinta.s32 movprfx z4.d, p7/z, z6.d
38 frinta z4.d, p7/m, z31.d
44 movprfx z4, z6
50 frinta 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
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
/external/llvm-project/llvm/test/MC/AArch64/SVE2/
Durecpe.s20 movprfx z4.s, p7/z, z6.s
26 urecpe z4.s, p7/m, z31.s
32 movprfx z4, z6
38 urecpe z4.s, p7/m, z31.s
Dursqrte.s20 movprfx z4.s, p7/z, z6.s
26 ursqrte z4.s, p7/m, z31.s
32 movprfx z4, z6
38 ursqrte z4.s, p7/m, z31.s
Dflogb.s32 movprfx z4.d, p7/z, z6.d
38 flogb z4.d, p7/m, z31.d
44 movprfx z4, z6
50 flogb z4.d, p7/m, z31.d

12345678910>>...15