/external/libjpeg-turbo/ |
D | jidctint.c | 179 JLONG z1, z2, z3, z4, z5; variable 233 z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]); 235 z1 = MULTIPLY(z2 + z3, FIX_0_541196100); 236 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065); 240 z3 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]); 242 tmp0 = LEFT_SHIFT(z2 + z3, CONST_BITS); 243 tmp1 = LEFT_SHIFT(z2 - z3, CONST_BITS); 261 z3 = tmp0 + tmp2; 263 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 271 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ [all …]
|
D | jfdctint.c | 147 JLONG z1, z2, z3, z4, z5; variable 192 z3 = tmp4 + tmp6; 194 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 202 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ 205 z3 += z5; 208 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); 210 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); 257 z3 = tmp4 + tmp6; 259 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 267 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ [all …]
|
D | jfdctflt.c | 64 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; variable 105 z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */ 107 z11 = tmp7 + z3; /* phase 5 */ 108 z13 = tmp7 - z3; 155 z3 = tmp11 * ((FAST_FLOAT) 0.707106781); /* c4 */ 157 z11 = tmp7 + z3; /* phase 5 */ 158 z13 = tmp7 - z3;
|
D | jfdctfst.c | 121 DCTELEM z1, z2, z3, z4, z5, z11, z13; variable 163 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */ 165 z11 = tmp7 + z3; /* phase 5 */ 166 z13 = tmp7 - z3; 213 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */ 215 z11 = tmp7 + z3; /* phase 5 */ 216 z13 = tmp7 - z3;
|
D | jidctred.c | 126 JLONG z1, z2, z3, z4; variable 166 z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]); 168 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865); 177 z3 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]); 182 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */ 187 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */ 236 z3 = (JLONG) wsptr[3]; 241 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */ 246 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jidctint.c | 154 INT32 z1, z2, z3, z4, z5; variable 207 z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]); 209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100); 210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065); 214 z3 = DEQUANTIZE(inptr[DCTSIZE*4], quantptr[DCTSIZE*4]); 216 tmp0 = (z2 + z3) << CONST_BITS; 217 tmp1 = (z2 - z3) << CONST_BITS; 235 z3 = tmp0 + tmp2; 237 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 245 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ [all …]
|
D | fpdfapi_jfdctint.c | 144 INT32 z1, z2, z3, z4, z5; variable 189 z3 = tmp4 + tmp6; 191 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 199 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ 202 z3 += z5; 205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); 207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS); 254 z3 = tmp4 + tmp6; 256 z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */ 264 z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */ [all …]
|
D | fpdfapi_jfdctfst.c | 118 DCTELEM z1, z2, z3, z4, z5, z11, z13; variable 160 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */ 162 z11 = tmp7 + z3; /* phase 5 */ 163 z13 = tmp7 - z3; 210 z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */ 212 z11 = tmp7 + z3; /* phase 5 */ 213 z13 = tmp7 - z3;
|
D | fpdfapi_jidctred.c | 123 INT32 z1, z2, z3, z4; variable 162 z3 = DEQUANTIZE(inptr[DCTSIZE*6], quantptr[DCTSIZE*6]); 164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865); 173 z3 = DEQUANTIZE(inptr[DCTSIZE*3], quantptr[DCTSIZE*3]); 178 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */ 183 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */ 232 z3 = (INT32) wsptr[3]; 237 + MULTIPLY(z3, - FIX_2_172734803) /* sqrt(2) * (-c1-c5) */ 242 + MULTIPLY(z3, FIX_0_899976223) /* sqrt(2) * (c3-c7) */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | Well512a.java | 96 final int z3 = z1 ^ z2; in next() local 97 …final int z4 = (z0 ^ (z0 << 2)) ^ (z1 ^ (z1 << 18)) ^ (z2 << 28) ^ (z3 ^ ((z3 << 5) & 0xda442d24)); in next() 99 v[index] = z3; in next()
|
D | Well19937a.java | 97 final int z3 = z1 ^ z2; in next() local 98 final int z4 = z0 ^ (z1 ^ (z1 << 9)) ^ (z2 ^ (z2 << 21)) ^ (z3 ^ (z3 >>> 21)); in next() 100 v[index] = z3; in next()
|
D | Well19937c.java | 97 final int z3 = z1 ^ z2; in next() local 98 int z4 = z0 ^ (z1 ^ (z1 << 9)) ^ (z2 ^ (z2 << 21)) ^ (z3 ^ (z3 >>> 21)); in next() 100 v[index] = z3; in next()
|
D | Well44497a.java | 98 final int z3 = z1 ^ z2; in next() local 101 final int z4 = z0 ^ (z1 ^ (z1 >>> 20)) ^ z2Second ^ z3; in next() 103 v[index] = z3; in next()
|
D | Well44497b.java | 100 final int z3 = z1 ^ z2; in next() local 103 int z4 = z0 ^ (z1 ^ (z1 >>> 20)) ^ z2Second ^ z3; in next() 105 v[index] = z3; in next()
|
D | Well1024a.java | 96 final int z3 = z1 ^ z2; in next() local 99 v[index] = z3; in next()
|
/external/llvm/test/CodeGen/Mips/ |
D | selpat.ll | 10 @z3 = common global i32 0, align 4 29 store i32 %cond10, i32* @z3, align 4 52 store i32 %cond10, i32* @z3, align 4 79 store i32 %cond10, i32* @z3, align 4 102 store i32 %cond10, i32* @z3, align 4 127 store i32 %cond10, i32* @z3, align 4 152 store i32 %cond10, i32* @z3, align 4 177 store i32 %cond10, i32* @z3, align 4 201 store i32 %cond10, i32* @z3, align 4 223 store i32 %cond10, i32* @z3, align 4 [all …]
|
/external/mesa3d/src/mesa/program/ |
D | prog_noise.c | 346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; in _mesa_noise3() local 423 z3 = z0 - 1.0f + 3.0f * G3; in _mesa_noise3() 459 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3; in _mesa_noise3() 466 z3); in _mesa_noise3() 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; in _mesa_noise4() local 568 z3 = z0 - k3 + 3.0f * G4; in _mesa_noise4() 614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3; in _mesa_noise4() 622 x3, y3, z3, w3); in _mesa_noise4()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2a.rc | 22 #undef z3 30 #define z3 (y4 + k + 1) 32 #define z2 (z3 + k + 1) 72 LTEXT "", IDT_PROGRESS_STATUS, m, z3, xc, MY_TEXT_NOPREFIX
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | stack-overflow.cc | 30 volatile int z0, z1, z2, z3, z4, z5, z6, z7, z8, z9, z10, z11, z12, z13; variable 41 t3 = z3; in recursive_func() 56 z3 = t3; in recursive_func()
|
/external/libjpeg-turbo/simd/ |
D | jfdctfst-altivec.c | 79 z3 = vec_madds(tmp11, pw_0707, pw_zero); \ 81 z11 = vec_add(tmp7, z3); \ 82 z13 = vec_sub(tmp7, z3); \ 97 z1, z2, z3, z4, z5, z11, z13, in jsimd_fdct_ifast_altivec() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP224R1Field.java | 126 long z3 = cc & M; in reduce() local 141 z3 += cc; in reduce() 153 z3 += cc >> 32; in reduce() 155 z[3] = (int)z3; in reduce() 156 cc = z3 >> 32; in reduce()
|
/external/boringssl/src/ssl/test/runner/curve25519/ |
D | curve25519.go | 800 var x1, x2, z2, x3, z3, tmp0, tmp1 fieldElement 804 feOne(&z3) 812 feCSwap(&z2, &z3, swap) 815 feSub(&tmp0, &x3, &z3) 818 feAdd(&z2, &x3, &z3) 819 feMul(&z3, &tmp0, &x2) 823 feAdd(&x3, &z3, &z2) 824 feSub(&z2, &z3, &z2) 828 feMul121666(&z3, &tmp1) 830 feAdd(&tmp0, &tmp0, &z3) [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | merge-cond-stores.ll | 102 %z3 = and i32 %z2, 67 103 store i32 %z3, i32* %p 195 %z3 = sub i32 %z2, %b 199 %z4 = phi i32 [ %z3, %no2 ], [ 3, %yes2 ] 235 %z3 = sub i32 %z2, %b 239 %z4 = phi i32 [ %z3, %no2 ], [ 3, %yes2 ]
|
/external/llvm/test/CodeGen/X86/ |
D | lsr-quadratic-expand.ll | 8 %z = phi i64 [ 0, %entry ], [ %z3, %bb ] 11 %z3 = add i64 %z, 1
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | lsr-quadratic-expand.ll | 8 %z = phi i64 [ 0, %entry ], [ %z3, %bb ] 11 %z3 = add i64 %z, 1
|