HomeSort by relevance Sort by last modified time
    Searched full:conv (Results 201 - 225 of 694) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/Analysis/DependenceAnalysis/
WeakCrossingSIV.ll 30 %conv = trunc i64 %i.03 to i32
34 store i32 %conv, i32* %arrayidx, align 4
76 %conv = trunc i64 %i.03 to i32
79 store i32 %conv, i32* %arrayidx, align 4
116 %conv = trunc i64 %i.02 to i32
118 store i32 %conv, i32* %arrayidx, align 4
151 %conv = trunc i64 %i.02 to i32
153 store i32 %conv, i32* %arrayidx, align 4
186 %conv = trunc i64 %i.02 to i32
188 store i32 %conv, i32* %arrayidx, align
    [all...]
WeakZeroDstSIV.ll 26 %conv = trunc i64 %i.02 to i32
30 store i32 %conv, i32* %arrayidx, align 4
66 %conv = trunc i64 %i.03 to i32
70 store i32 %conv, i32* %arrayidx, align 4
105 %conv = trunc i64 %i.02 to i32
108 store i32 %conv, i32* %arrayidx, align 4
140 %conv = trunc i64 %i.02 to i32
143 store i32 %conv, i32* %arrayidx, align 4
175 %conv = trunc i64 %i.02 to i32
178 store i32 %conv, i32* %arrayidx, align
    [all...]
WeakZeroSrcSIV.ll 26 %conv = trunc i64 %i.02 to i32
28 store i32 %conv, i32* %arrayidx, align 4
66 %conv = trunc i64 %i.03 to i32
68 store i32 %conv, i32* %arrayidx, align 4
105 %conv = trunc i64 %i.02 to i32
107 store i32 %conv, i32* %arrayidx, align 4
140 %conv = trunc i64 %i.02 to i32
142 store i32 %conv, i32* %arrayidx, align 4
175 %conv = trunc i64 %i.02 to i32
177 store i32 %conv, i32* %arrayidx, align
    [all...]
SymbolicSIV.ll 30 %conv = trunc i64 %i.03 to i32
34 store i32 %conv, i32* %arrayidx, align 4
75 %conv = trunc i64 %i.03 to i32
80 store i32 %conv, i32* %arrayidx, align 4
122 %conv = trunc i64 %i.03 to i32
126 store i32 %conv, i32* %arrayidx, align 4
167 %conv = trunc i64 %i.03 to i32
172 store i32 %conv, i32* %arrayidx, align 4
213 %conv = trunc i64 %i.03 to i32
218 store i32 %conv, i32* %arrayidx, align
    [all...]
  /external/opencv/cv/src/
cvoptflowhs.cpp 43 #define CONV( A, B, C) ( (float)( A + (B<<1) + C ) )
206 MemY[0][0] = MemY[1][0] = CONV( imgA[0], imgA[0], imgA[1] );
207 MemX[0][0] = MemX[1][0] = CONV( imgA[0], imgA[0], imgA[imgStep] );
211 MemY[0][j] = MemY[1][j] = CONV( imgA[j - 1], imgA[j], imgA[j + 1] );
217 MemX[0][i] = MemX[1][i] = CONV( imgA[pixNumber - imgStep],
223 MemY[1][imageWidth - 1] = CONV( imgA[imageWidth - 2],
227 MemX[1][imageHeight - 1] = CONV( imgA[pixNumber - imgStep],
249 ConvX = CONV( imgA[Line1 + 1], imgA[Line2 + 1], imgA[Line3 + 1] );
250 ConvY = CONV( imgA[Line3], imgA[Line3], imgA[Line3 + 1] );
272 ConvX = CONV( imgA[Line1 + j + 1], imgA[Line2 + j + 1], imgA[Line3 + j + 1] )
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.c 71 UConverter* conv = NULL; local
80 conv = u_getDefaultConverter(pErrorCode);
97 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
216 u_releaseDefaultConverter(conv);
282 UConverter* conv = NULL; local
428 conv= u_getDefaultConverter(pErrorCode);
430 if(U_FAILURE(*pErrorCode)|| conv==NULL){
439 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
470 u_releaseDefaultConverter(conv);
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 80 const GrConfigConversionEffect& conv = drawEffect.castEffect<GrConfigConversionEffect>(); local
81 fEffectMatrix.setData(uman, conv.getMatrix(), drawEffect, conv.texture(0));
85 const GrConfigConversionEffect& conv = drawEffect.castEffect<GrConfigConversionEffect>(); local
86 EffectKey key = static_cast<EffectKey>(conv.swapsRedAndBlue()) | (conv.pmConversion() << 1);
88 EffectKey matrixKey = GrGLEffectMatrix::GenKey(conv.getMatrix(),
90 conv.coordsType(),
91 conv.texture(0));
  /external/icu4c/common/
ustr_wcs.cpp 74 UConverter* conv = NULL; local
83 conv = u_getDefaultConverter(pErrorCode);
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
223 u_releaseDefaultConverter(conv);
289 UConverter* conv = NULL; local
435 conv= u_getDefaultConverter(pErrorCode);
437 if(U_FAILURE(*pErrorCode)|| conv==NULL){
446 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
477 u_releaseDefaultConverter(conv);
  /external/skia/src/gpu/effects/
GrConfigConversionEffect.cpp 80 const GrConfigConversionEffect& conv = drawEffect.castEffect<GrConfigConversionEffect>(); local
81 fEffectMatrix.setData(uman, conv.getMatrix(), drawEffect, conv.texture(0));
85 const GrConfigConversionEffect& conv = drawEffect.castEffect<GrConfigConversionEffect>(); local
86 EffectKey key = static_cast<EffectKey>(conv.swapsRedAndBlue()) | (conv.pmConversion() << 1);
88 EffectKey matrixKey = GrGLEffectMatrix::GenKey(conv.getMatrix(),
90 conv.coordsType(),
91 conv.texture(0));
  /external/llvm/test/CodeGen/ARM/
rev.ll 48 %conv = zext i16 %a to i32
51 %shl = shl nuw nsw i32 %conv, 8
120 %conv = zext i16 %v to i32
121 %shr4 = lshr i32 %conv, 8
122 %shl = shl nuw nsw i32 %conv, 8
debug-info-s16-reg.ll 19 %conv = fpext float %val to double, !dbg !27
21 %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([11 x i8]* @.str, i32 0, i32 0), i8* %ptr, double %conv, i32 %conv3) nounwind optsize, !dbg !27
32 %conv = fpext float %val to double, !dbg !33
34 %call = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([11 x i8]* @.str, i32 0, i32 0), i8* %ptr, double %conv, i32 %conv3) nounwind optsize, !dbg !33
42 %conv = sitofp i32 %argc to double, !dbg !38
43 %add = fadd double %conv, 5.555552e+05, !dbg !38
53 %conv.i = fpext float %conv1 to double, !dbg !44
55 %call.i = tail call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([11 x i8]* @.str, i32 0, i32 0), i8* %add.ptr, double %conv.i, i32 %conv3.i) nounwind optsize, !dbg !44
vcvt.ll 167 %conv = fptoui <4 x float> %scale to <4 x i16>
168 ret <4 x i16> %conv
177 %conv = fptoui <2 x float> %scale to <2 x i64>
178 ret <2 x i64> %conv
187 %conv = fptoui <4 x double> %scale to <4 x i16>
188 ret <4 x i16> %conv
196 %conv = fptoui <2 x double> %scale to <2 x i64>
197 ret <2 x i64> %conv
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SecureConversationViewFragment.java 200 LogUtils.w(LOG_TAG, "ignoring markUnread for conv=%s",
239 LogUtils.i(LOG_TAG, "CONV RENDER: existing cursor is null, rendering from scratch");
255 public void onConversationUpdated(Conversation conv) {
258 headerView.onConversationUpdated(conv);
259 headerView.setSubject(conv.subject);
  /external/llvm/test/CodeGen/X86/
phi-bit-propagation.ll 12 %conv = zext i32 %0 to i64
13 %cmp = icmp eq i64 %conv, %bsize
17 %arrayidx = getelementptr inbounds i32* %b, i64 %conv
2010-05-03-CoalescerSubRegClobber.ll 22 %conv = zext i32 %v to i64 ; <i64> [#uses=1]
28 %mul = mul i64 %conv14, %conv ; <i64> [#uses=1]
i128-mul.ll 22 %conv = zext i64 %y to i128
32 %mul = mul i128 %conv2, %conv
legalize-shift-64.ll 3 %conv = zext i32 %xx to i64
6 %shl = shl i64 %conv, %sh_prom
sext-i1.ll 52 %conv = sext i1 %not.tobool to i64 ; <i64> [#uses=1]
53 %add13 = add i64 0, %conv ; <i64> [#uses=1]
  /external/llvm/test/Transforms/InstCombine/
div-shift.ll 7 ; CHECK: lshr i32 %conv
8 %conv = zext i16 %x to i32
10 %d = sdiv i32 %conv, %s
vector-casts.ll 33 %conv = bitcast <4 x i32> %and to <2 x i64>
34 ret <2 x i64> %conv
47 %conv = bitcast <4 x i32> %or to <2 x i64>
48 ret <2 x i64> %conv
62 %conv = bitcast <4 x i32> %and to <2 x i64>
63 ret <2 x i64> %conv
  /external/llvm/test/Transforms/SLPVectorizer/X86/
compare-reduce.ll 18 %conv = sitofp i32 %n to double
26 %mul1 = fmul double %conv, %1
32 %mul8 = fmul double %conv, %3
in-tree-user.ll 14 %conv = sitofp i32 %n to double
22 %mul1 = fmul double %conv, %1
29 %mul8 = fmul double %conv, %3
  /external/llvm/test/Analysis/ScalarEvolution/
trip-count12.ll 21 %conv = zext i16 %0 to i32
22 %add = add i32 %conv, %res.03
  /external/llvm/test/CodeGen/Hexagon/
cext-check.ll 43 %conv = zext i8 %0 to i32
44 %add = add nsw i32 %conv, 300000
  /external/llvm/test/CodeGen/Thumb/
rev.ll 48 %conv = zext i16 %a to i32
51 %shl = shl nuw nsw i32 %conv, 8

Completed in 193 milliseconds

1 2 3 4 5 6 7 891011>>