/external/jpeg/ |
D | jfdctflt.c | 62 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable 85 tmp12 = tmp1 - tmp2; 90 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */ 98 tmp12 = tmp6 + tmp7; 101 z5 = (tmp10 - tmp12) * ((FAST_FLOAT) 0.382683433); /* c6 */ 103 z4 = ((FAST_FLOAT) 1.306562965) * tmp12 + z5; /* c2+c6 */ 135 tmp12 = tmp1 - tmp2; 140 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */ 148 tmp12 = tmp6 + tmp7; 151 z5 = (tmp10 - tmp12) * ((FAST_FLOAT) 0.382683433); /* c6 */ [all …]
|
D | jfdctfst.c | 117 DCTELEM tmp10, tmp11, tmp12, tmp13; variable 141 tmp12 = tmp1 - tmp2; 146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ 154 tmp12 = tmp6 + tmp7; 157 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 159 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ 191 tmp12 = tmp1 - tmp2; 196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ 204 tmp12 = tmp6 + tmp7; 207 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ [all …]
|
D | jidctflt.c | 73 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; variable 132 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT) 1.414213562) - tmp13; /* 2*c4 */ 136 tmp1 = tmp11 + tmp12; 137 tmp2 = tmp11 - tmp12; 156 tmp12 = ((FAST_FLOAT) -2.613125930) * z10 + z5; /* -2*(c2+c6) */ 158 tmp6 = tmp12 - tmp7; /* phase 2 */ 194 tmp12 = (wsptr[2] - wsptr[6]) * ((FAST_FLOAT) 1.414213562) - tmp13; 198 tmp1 = tmp11 + tmp12; 199 tmp2 = tmp11 - tmp12; 213 tmp12 = ((FAST_FLOAT) -2.613125930) * z10 + z5; /* -2*(c2+c6) */ [all …]
|
D | jidctfst.c | 173 DCTELEM tmp10, tmp11, tmp12, tmp13; variable 233 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */ 237 tmp1 = tmp11 + tmp12; 238 tmp2 = tmp11 - tmp12; 257 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */ 259 tmp6 = tmp12 - tmp7; /* phase 2 */ 319 tmp12 = MULTIPLY((DCTELEM) wsptr[2] - (DCTELEM) wsptr[6], FIX_1_414213562) 324 tmp1 = tmp11 + tmp12; 325 tmp2 = tmp11 - tmp12; 339 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */ [all …]
|
D | jfdctint.c | 143 INT32 tmp10, tmp11, tmp12, tmp13; variable 171 tmp12 = tmp1 - tmp2; 176 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); 179 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), 236 tmp12 = tmp1 - tmp2; 241 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); 244 dataptr[DCTSIZE*6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
|
D | jidctint.c | 153 INT32 tmp10, tmp11, tmp12, tmp13; variable 222 tmp12 = tmp1 - tmp2; 262 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS); 263 wsptr[DCTSIZE*5] = (int) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS); 324 tmp12 = tmp1 - tmp2; 372 outptr[2] = range_limit[(int) DESCALE(tmp12 + tmp1, 375 outptr[5] = range_limit[(int) DESCALE(tmp12 - tmp1,
|
D | jidctred.c | 122 INT32 tmp0, tmp2, tmp10, tmp12; variable 167 tmp12 = tmp0 - tmp2; 190 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1); 191 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1); 226 tmp12 = tmp0 - tmp2; 253 outptr[1] = range_limit[(int) DESCALE(tmp12 + tmp0, 256 outptr[2] = range_limit[(int) DESCALE(tmp12 - tmp0,
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jfdctfst.c | 118 DCTELEM tmp10, tmp11, tmp12, tmp13; variable 142 tmp12 = tmp1 - tmp2; 147 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ 155 tmp12 = tmp6 + tmp7; 158 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ 160 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ 192 tmp12 = tmp1 - tmp2; 197 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ 205 tmp12 = tmp6 + tmp7; 208 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ [all …]
|
D | fpdfapi_jidctfst.c | 174 DCTELEM tmp10, tmp11, tmp12, tmp13; variable 234 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */ 238 tmp1 = tmp11 + tmp12; 239 tmp2 = tmp11 - tmp12; 258 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */ 260 tmp6 = tmp12 - tmp7; /* phase 2 */ 320 tmp12 = MULTIPLY((DCTELEM) wsptr[2] - (DCTELEM) wsptr[6], FIX_1_414213562) 325 tmp1 = tmp11 + tmp12; 326 tmp2 = tmp11 - tmp12; 340 tmp12 = MULTIPLY(z10, - FIX_2_613125930) + z5; /* -2*(c2+c6) */ [all …]
|
D | fpdfapi_jfdctint.c | 144 INT32 tmp10, tmp11, tmp12, tmp13; variable 172 tmp12 = tmp1 - tmp2; 177 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); 180 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), 237 tmp12 = tmp1 - tmp2; 242 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); 245 dataptr[DCTSIZE*6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
|
D | fpdfapi_jidctint.c | 154 INT32 tmp10, tmp11, tmp12, tmp13; variable 223 tmp12 = tmp1 - tmp2; 263 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS); 264 wsptr[DCTSIZE*5] = (int) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS); 325 tmp12 = tmp1 - tmp2; 373 outptr[2] = range_limit[(int) DESCALE(tmp12 + tmp1, 376 outptr[5] = range_limit[(int) DESCALE(tmp12 - tmp1,
|
D | fpdfapi_jidctred.c | 123 INT32 tmp0, tmp2, tmp10, tmp12; variable 168 tmp12 = tmp0 - tmp2; 191 wsptr[DCTSIZE*1] = (int) DESCALE(tmp12 + tmp0, CONST_BITS-PASS1_BITS+1); 192 wsptr[DCTSIZE*2] = (int) DESCALE(tmp12 - tmp0, CONST_BITS-PASS1_BITS+1); 227 tmp12 = tmp0 - tmp2; 254 outptr[1] = range_limit[(int) DESCALE(tmp12 + tmp0, 257 outptr[2] = range_limit[(int) DESCALE(tmp12 - tmp0,
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2007-12-18-AddSelCmpSub.ll | 8 %tmp12 = add i32 %smax, %a ; <i32> [#uses=1] 9 %tmp13 = add i32 %tmp12, 1 ; <i32> [#uses=1] 18 %tmp12 = add i32 %smax, %a ; <i32> [#uses=1] 19 ret i32 %tmp12 27 %tmp12 = add i32 %smax, %a ; <i32> [#uses=1] 28 ret i32 %tmp12
|
/external/llvm/test/CodeGen/ARM/ |
D | bx_fold.ll | 20 %tmp12 = icmp eq i32 %i.0, %Ptr ; <i1> [#uses=1] 21 %tmp12.not = xor i1 %tmp12, true ; <i1> [#uses=1] 22 %bothcond = and i1 %tmp12.not, false ; <i1> [#uses=1]
|
D | pr13249.ll | 15 %tmp9 = phi i8* [ %tmp12, %bb13 ], [ %tmp, %bb3 ] 17 %tmp12 = getelementptr inbounds i8, i8* %tmp9, i32 1 21 %tmp14 = load i8, i8* %tmp12, align 1
|
/external/llvm/test/CodeGen/X86/ |
D | cse-add-with-overflow.ll | 19 %tmp12 = load i64, i64* %a1, align 8 20 %tmp13 = icmp ult i64 %tmp12, -281474976710656 28 %tmp15 = trunc i64 %tmp12 to i32 37 %tmp18 = add i64 %tmp12, %tmp8
|
D | 2007-11-04-LiveVariablesBug.ll | 10 %tmp12 = trunc i64 %tmp1 to i32 ; <i32> [#uses=2] 11 store i32 %tmp12, i32* %lines, align 4 14 i32* %lines, i64 256, i64* %p1, i64* %p2, i32 %tmp12 ) ; <i64*> [#uses=0]
|
D | ldzero.ll | 15 %tmp12 = fpext double %tmp1 to x86_fp80 ; <x86_fp80> [#uses=1] 16 store x86_fp80 %tmp12, x86_fp80* %tmp, align 16 34 %tmp12 = fptrunc x86_fp80 %tmp1 to double ; <double> [#uses=1] 35 store double %tmp12, double* %tmp, align 8
|
D | 2008-05-28-LocalRegAllocBug.ll | 17 %tmp12.i.i.i.i.i66 = invoke i8* @_Znwm( i32 12 ) 18 to label %tmp12.i.i.i.i.i.noexc65 unwind label %lpad243 ; <i8*> [#uses=0] 20 tmp12.i.i.i.i.i.noexc65: ; preds = %bb37
|
D | MachineSink-PHIUse.ll | 21 %indvar = phi i64 [ 0, %bb.nph ], [ %tmp12, %bb9 ] ; <i64> [#uses=1] 22 %tmp12 = add i64 %indvar, 1 ; <i64> [#uses=2] 23 %tmp13 = trunc i64 %tmp12 to i32 ; <i32> [#uses=0]
|
D | lsr-interesting-step.ll | 29 %tmp12 = phi i64 [ %tmp14, %bb11 ], [ 2, %bb10 ] ; <i64> [#uses=2] 30 …%tmp13 = getelementptr inbounds [8192 x i8], [8192 x i8]* @flags, i64 0, i64 %tmp12 ; <i8*> [#uses… 32 %tmp14 = add nsw i64 %tmp12, %tmp8 ; <i64> [#uses=2]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2009-01-18-PHIPropCrash.ll | 17 %tmp10 = phi i32 [ 0, %BB2 ], [ %tmp12, %BB11 ] ; <i32> [#uses=1] 21 %tmp12 = phi i32 [ 0, %BB13 ], [ %tmp10, %BB9 ] ; <i32> [#uses=2] 29 ret i32 %tmp12
|
/external/llvm/test/CodeGen/Generic/ |
D | i128-addsub.ll | 12 %tmp12 = or i128 %tmp11, %tmp67 ; <i128> [#uses=1] 13 %tmp15 = add i128 %tmp12, %tmp5 ; <i128> [#uses=2] 31 %tmp12 = or i128 %tmp11, %tmp67 ; <i128> [#uses=1] 32 %tmp15 = sub i128 %tmp5, %tmp12 ; <i128> [#uses=2]
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_intrapred16_dspr2.c | 20 int32_t tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; in vp9_h_predictor_16x16_dspr2() local 157 [tmp11] "=&r" (tmp11), [tmp12] "=&r" (tmp12), in vp9_h_predictor_16x16_dspr2()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | trip-count5.ll | 21 %hiPart.035 = phi i32 [ %tmp12, %bb1 ], [ 0, %bb.nph ] ; <i32> [#uses=2] 27 %tmp12 = add i32 %hiPart.035, 1 ; <i32> [#uses=3] 28 %tmp15 = sext i32 %tmp12 to i64 ; <i64> [#uses=1] 36 %tmp25 = icmp slt i32 %tmp12, %bim ; <i1> [#uses=1]
|