HomeSort by relevance Sort by last modified time
    Searched full:temp1 (Results 176 - 200 of 347) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/swiftshader/third_party/LLVM/unittests/Support/
Path.cpp 202 // Create a hard link to Temp1.
208 // Remove Temp1.
217 // Make sure Temp1 doesn't exist.
  /external/clang/test/CodeGenObjC/
arc-ternary-op.m 51 // CHECK-NEXT: [[TEMP1:%.*]] = alloca i8*
67 // CHECK-NEXT: [[T1:%.*]] = select i1 [[T0]], i8** null, i8** [[TEMP1]]
70 // CHECK-NEXT: store i8* [[T0]], i8** [[TEMP1]]
76 // CHECK: [[T0:%.*]] = load i8*, i8** [[TEMP1]]
  /external/libmpeg2/common/x86/
impeg2_inter_pred_sse42_intr.c 792 __m128i src_r0, src_r1, src_r2, temp0, temp1; local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
AverageFilter.java 64 if (mLogVerbose) Log.v(TAG, "Avg= " + output + "temp1= " + temp[0] + "temp2= " +
  /system/media/audio_utils/
channels.c 166 int32_t temp0, temp1; \
170 temp1 = *src_ptr++; \
175 *dst_ptr++ = (temp0 & temp1) + ((temp0 ^ temp1) >> 1); \
  /external/libcups/filter/
interpret.c 144 temp1, temp2; /* Temporary variables for swapping */ local
295 temp1 = h->cupsPageSize[0];
297 h->cupsPageSize[1] = temp1;
299 temp1 = left;
303 bottom = h->cupsPageSize[1] - temp1;
308 temp1 = left;
311 right = h->cupsPageSize[0] - temp1;
317 temp1 = h->cupsPageSize[0];
319 h->cupsPageSize[1] = temp1;
321 temp1 = left
    [all...]
  /external/gptfdisk/
gpttext.cc 548 uint32_t temp1, temp2; local
561 if (GetPartRange(&temp1, &temp2) > 0)
644 int goOn = 1, temp1; local
683 temp1 = XFormToMBR();
684 if (temp1 > 0)
685 cout << "\nConverted " << temp1 << " partitions. Finalize and exit? "; local
686 if ((temp1 > 0) && (GetYN() == 'Y')) {
766 uint32_t temp1, temp2; local
779 if (GetPartRange(&temp1, &temp2) > 0)
818 temp1 = GetNumber(1, MAX_ALIGNMENT, DEFAULT_ALIGNMENT, prompt.str())
    [all...]
  /art/runtime/
common_dex_operations.h 186 std::string temp1, temp2, temp3; local
189 reg->GetClass()->GetDescriptor(&temp1),
  /external/clang/test/OpenMP/
atomic_update_codegen.cpp 231 // CHECK: [[BITCAST1:%.+]] = bitcast x86_fp80* [[TEMP1:%.+]] to i128*
233 // CHECK: [[OLD:%.+]] = load x86_fp80, x86_fp80* [[TEMP1]]
462 // CHECK: [[BITCAST1:%.+]] = bitcast x86_fp80* [[TEMP1:%.+]] to i128*
467 // CHECK: store x86_fp80 [[SUB]], x86_fp80* [[TEMP1]]
    [all...]
atomic_capture_codegen.cpp 250 // CHECK: [[BITCAST1:%.+]] = bitcast x86_fp80* [[TEMP1:%.+]] to i128*
252 // CHECK: [[OLD:%.+]] = load x86_fp80, x86_fp80* [[TEMP1]]
510 // CHECK: [[TEMP_I1:%.+]] = bitcast x86_fp80* [[TEMP1:%.+]] to i128*
516 // CHECK: store x86_fp80 [[SUB]], x86_fp80* [[TEMP1]]
    [all...]
  /external/llvm/test/CodeGen/AMDGPU/
schedule-fs-loop-nested-if.ll 44 %temp1.0 = phi float [ %., %IF ], [ %48, %ELSE17 ], [ 0.000000e+00, %ELSE ]
48 %28 = call float @llvm.AMDGPU.clamp.f32(float %temp1.0, float 0.000000e+00, float 1.000000e+00)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
wb_vad.c 87 Word16 temp0, temp1, temp2; local
90 temp1 = add1(data[0], vo_mult(COEFF5_1, temp0));
97 *in0 = extract_h((vo_L_add(temp1, temp2) << 15));
98 *in1 = extract_h((vo_L_sub(temp1, temp2) << 15));
115 Word16 temp1, temp2; local
117 temp1 = vo_sub(*in1, vo_mult(COEFF3, *data));
118 temp2 = add1(*data, vo_mult(COEFF3, temp1));
119 *data = temp1;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_equalizer.cpp 341 int32 temp1 = (pt_work_buff[ i ]); local
345 *(inData++) = temp1;
356 int32 temp1 = (pt_work_buff[ i ]); local
360 *(inData++) = temp1;
381 int32 temp1 = (pt_work_buff[ i ]); local
385 *(inData++) = fxp_mul32_Q32(temp1 << 1, *(pt_equalizer++));
398 int32 temp1 = (pt_work_buff[ i ]); local
402 *(inData++) = fxp_mul32_Q32(temp1 << 1, *(pt_equalizer++));
pvmp3_imdct_synth.cpp 321 int32 temp1 = out[slot ]; local
324 out[slot ] = -temp1;
342 int32 temp1 = history[slot ]; local
345 out[slot ] = temp1;
349 temp1 = history[slot+3];
352 out[slot+3] = -temp1;
361 int32 temp1 = history[slot ]; local
364 out[slot ] = temp1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DeblockingChroma_unsafe_s.s 97 dQ_0t DN D31.U8 ;Temp1
200 ;// dQ_0t-Temp1-31
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
MatrixUtils.java 61 final float temp1 = squareMatrix1[ip][j]; local
63 squareMatrix1[row][j] = temp1;
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_ssse3_intr.c 560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
570 temp1 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 0)]);
579 temp2 = _mm_unpacklo_epi8(temp1, temp2);
595 temp1 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * (row + 0)]);
607 temp2 = _mm_unpacklo_epi8(temp1, temp2);
629 temp1 = _mm_set1_epi8(pu1_ref[(4 * nt) - 2 - 2 * 0]);
641 temp2 = _mm_unpacklo_epi8(temp1, temp2);
720 __m128i temp1, temp2; local
722 temp1 = _mm_loadu_si128((__m128i *)(pu1_ref + (4 * nt) + 2 + 0));
726 _mm_storeu_si128((__m128i *)(pu1_dst + ((0) * dst_strd)), temp1);
2148 WORD32 ref_main_idx1, fract1, temp, temp1; local
2477 WORD32 ref_main_idx1, fract1, temp, temp1; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 211 UnicodeString temp, temp1; local
232 temp1.remove();
234 temp1 = obj1.getString(temp1);
238 case Formattable::kLong: fmt->format(obj1.getLong(), temp1); break;
239 case Formattable::kInt64: fmt->format(obj1.getInt64(), temp1); break;
240 case Formattable::kDouble: fmt->format(obj1.getDouble(), temp1); break;
245 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) {
246 if (temp != temp1) {
247 errln("Parse failed on object " + objs[i].getString(temp1) + " at index : " + i)
    [all...]
  /external/webp/src/dsp/
dec_msa.c 179 u_r = SRAI_H(temp1, 7); \
221 v8i16 temp0, temp1, temp2, temp3; \
244 temp1 = ADDVI_H(temp0, 63); \
249 temp1 = temp1 + temp0; \
253 temp1 = temp1 + temp0; \
881 const v4u32 temp1 = __msa_hadd_u_w(temp0, temp0); local
943 const v4u32 temp1 = __msa_hadd_u_w(temp0, temp0); local
    [all...]
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 125 Scalar temp, temp1, temp2; member in class:Eigen::LevenbergMarquardt
300 temp1 = numext::abs2(wa3.stableNorm() / fnorm);
302 prered = temp1 + temp2 / Scalar(.5);
303 dirder = -(temp1 + temp2);
550 temp1 = numext::abs2(wa3.stableNorm() / fnorm);
552 prered = temp1 + temp2 / Scalar(.5);
553 dirder = -(temp1 + temp2);
  /external/libvpx/libvpx/vp8/common/mips/msa/
loopfilter_filters_msa.c 95 v8i16 temp0, temp1, temp2, temp3; \
127 temp1 = temp0 + cnst63h; \
131 u_r = temp1 >> 7; \
141 temp1 += temp0; \
144 u_r = temp1 >> 7; \
154 temp1 += temp0; \
157 u_r = temp1 >> 7; \
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_gain.cpp 200 Word16 temp1; local
241 temp1 = (Word16) L_deposit_l(g_code);
242 Log2(temp1, &exp, &frac, pOverflow);
245 temp1 = shr_r(frac, 5, pOverflow);
247 qua_ener_MR122 = add(temp1, temp2, pOverflow);
289 temp1 = sub(10, exp, pOverflow);
290 L_tmp = L_shr(L_tmp, temp1, pOverflow);
  /external/opencv/cv/include/
cvtypes.h 288 float* Temp1; /* temp1->data.fl */
308 CvMat* temp1; /* temporary matrices */ member in struct:CvKalman
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 122 LOperand* temp1,
126 LOperand* temp1,
193 Condition EmitIsString(Register input, Register temp1, Label* is_not_string,
lithium-codegen-arm64.cc 1411 Register temp1 = ToRegister(instr->temp1()); local
3347 Register temp1 = ToRegister(instr->temp1()); local
4151 Register temp1 = ToRegister(instr->temp1()); local
5299 Register temp1 = ToRegister(instr->temp1()); local
5330 Register temp1 = ToRegister(instr->temp1()); local
    [all...]

Completed in 2054 milliseconds

1 2 3 4 5 6 78 91011>>