/external/llvm/test/CodeGen/Mips/ |
selectcc.ll | 29 %conv = zext i1 %cmp to i32 30 %conv1 = sitofp i32 %conv to float 39 %conv = zext i1 %cmp to i32 40 %conv1 = sitofp i32 %conv to double
|
/external/llvm/test/CodeGen/R600/ |
dagcombiner-bug-illegal-vec4-int-to-fp.ll | 17 %conv = sitofp i32 %sint to float 18 %0 = insertelement <4 x float> undef, float %conv, i32 0 31 %conv = uitofp i32 %uint to float 32 %0 = insertelement <4 x float> undef, float %conv, i32 0
|
/external/llvm/test/CodeGen/X86/ |
2010-08-04-MaskedSignedCompare.ll | 12 %conv = sext i1 %not.lnot to i64 ; <i64> [#uses=1] 13 %and = and i64 %conv, 150 ; <i64> [#uses=1] 14 %conv.i = trunc i64 %and to i8 ; <i8> [#uses=1] 15 %cmp = icmp sgt i8 %conv.i, 0 ; <i1> [#uses=1]
|
pr12889.ll | 11 %conv = zext i1 %tobool to i8 12 %storemerge = shl nuw nsw i8 %conv, %conv
|
pr16031.ll | 22 %conv = sext i32 %.21 to i64 23 %1 = add i64 %conv, -1 25 %sub17 = select i1 %cmp10, i64 0, i64 %conv
|
peep-setb.ll | 23 %conv = zext i1 %cmp to i64 24 %add = add i64 %conv, %b 50 %conv = zext i1 %cmp to i64 51 %sub = sub i64 %b, %conv 77 %conv = sext i1 %cmp to i64 78 %sub = sub i64 %b, %conv
|
sse_partial_update.ll | 15 %conv = fpext float %a.addr.0.extract to double 18 tail call void @callee(double %conv, double %conv3) nounwind 30 %conv = fpext float %a.addr.0.extract to double 33 tail call void @callee(double %conv, double %conv3) nounwind
|
/external/clang/test/SemaTemplate/ |
instantiate-invalid.cpp | 3 template<class Conv> class rasterizer_sl_clip Conv::xi(x2), Conv::yi(y2));
|
/external/icu4c/i18n/ |
csmatch.cpp | 61 UConverter *conv = ucnv_open(getName(), status); local 62 int32_t result = ucnv_toUChars(conv, buf, cap, (const char *) textIn->fRawInput, textIn->fRawLength, status); 64 ucnv_close(conv);
|
/external/llvm/test/CodeGen/PowerPC/ |
store-update.ll | 76 %conv = trunc i64 %val to i8 78 store i8 %conv, i8* %arrayidx, align 1 88 %conv = trunc i64 %val to i8 90 store i8 %conv, i8* %arrayidx, align 1 100 %conv = trunc i64 %val to i16 102 store i16 %conv, i16* %arrayidx, align 2 112 %conv = trunc i64 %val to i16 114 store i16 %conv, i16* %arrayidx, align 2 125 %conv = trunc i64 %val to i32 127 store i32 %conv, i32* %arrayidx, align [all...] |
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
2011-07-20-DoubleIV.ll | 18 %conv = sitofp i32 %i.01 to double 36 %conv = sitofp i32 %i.01 to double 37 %div = fdiv double %conv, 4.000000e+01
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
Required.py | 17 'converting' : 'Conv', 32 aetools.enumsubst(_arguments, 'Conv', _Enum_Conv) 61 'Conv' : _Enum_Conv,
|
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 204 UConverter *conv; local 209 conv = ucnv_open("koi8-r", &status); 214 len = ucnv_fromUChars(conv, target, 100, source, -1, &status); 218 ucnv_close(conv); 300 UConverter *conv; local 312 conv = ucnv_open("utf-8", &status); 315 uBufSize = (BUFFERSIZE/ucnv_getMinCharSize(conv)); 317 BUFFERSIZE, ucnv_getMinCharSize(conv), uBufSize); 334 ucnv_toUnicode(conv, &target, targetLimit, 368 ucnv_close(conv); 396 UConverter *conv; local 529 UConverter *conv; local 569 UConverter *conv = NULL; local 616 UConverter *conv = NULL; local 710 UConverter *conv = NULL, *cloneCnv = NULL; local 880 UConverter *conv = NULL; local 986 UConverter *conv = NULL; local 1081 UConverter *conv = NULL; local [all...] |
/external/llvm/test/Transforms/InstCombine/ |
2012-02-13-FCmp.ll | 10 %conv = uitofp i32 %val to double 11 %call.i = call i32 (i8*, ...)* @printf(i8* getelementptr inbounds ([35 x i8]* @.str, i64 0, i64 0), double %conv) 12 %cmp.i = fcmp oge double %conv, -1.000000e+00 17 %cmp1.i = fcmp olt double %conv, 1.000000e+00 21 %add = fadd double %conv, 5.000000e-01
|
/external/sfntly/cpp/src/test/ |
test_utils_test.cc | 32 UConverter* conv = TestUtils::GetEncoder("utf8"); local 33 EXPECT_TRUE(conv != NULL); 41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]); 48 ucnv_close(conv); 53 ucnv_close(conv);
|
/dalvik/vm/mterp/c/ |
header.cpp | 151 union { s8 ll; u4 parts[2]; } conv; local 154 conv.parts[0] = ptr[0]; 155 conv.parts[1] = ptr[1]; 156 return conv.ll; 168 union { s8 ll; u4 parts[2]; } conv; local 171 conv.ll = val; 172 ptr[0] = conv.parts[0]; 173 ptr[1] = conv.parts[1]; 183 union { double d; u4 parts[2]; } conv; local 186 conv.parts[0] = ptr[0] 200 union { double d; u4 parts[2]; } conv; local [all...] |
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
p2.cpp | 4 // FIXME: [temp.deduct.conv]p2 bullets 1 and 2 can't actually happen without
|
/external/e2fsprogs/tests/f_dup_resize/ |
script | 4 dd if=$TEST_BITS of=$TEST_DATA bs=63k count=1 conv=sync > /dev/null 2>&1
|
/external/llvm/test/CodeGen/Generic/ |
builtin-expect.ll | 10 %conv = zext i1 %cmp to i32 11 %conv1 = sext i32 %conv to i64 40 %conv = sext i32 %tmp to i64 41 %expval = call i64 @llvm.expect.i64(i64 %conv, i64 1) 68 %conv = sext i32 %lnot.ext to i64 69 %expval = call i64 @llvm.expect.i64(i64 %conv, i64 1) 97 %conv = sext i32 %lnot.ext to i64 98 %expval = call i64 @llvm.expect.i64(i64 %conv, i64 1) 123 %conv = zext i1 %cmp to i32 124 %conv1 = sext i32 %conv to i6 [all...] |
/external/llvm/test/CodeGen/Hexagon/ |
extload-combine.ll | 67 %conv = zext i32 %0 to i64 68 ret i64 %conv 78 %conv = sext i32 %0 to i64 79 ret i64 %conv
|
/external/llvm/test/CodeGen/NVPTX/ |
calling-conv.ll | 5 ;; Kernel function using ptx_kernel calling conv
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-conv-01.ll | 33 %conv = fptrunc fp128 %val to float 34 %res = fadd float %conv, %d2 57 %conv = fptrunc fp128 %val to double 58 %res = fadd double %conv, %d2
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
asan-vs-gvn.ll | 19 %conv = zext i8 %tmp to i32 22 %add = add nsw i32 %conv, %conv2 42 %conv = zext i8 %tmp to i32 45 %add = add nsw i32 %conv, %conv2
|
/external/llvm/test/Transforms/LowerExpectIntrinsic/ |
basic.ll | 11 %conv = zext i1 %cmp to i32 12 %conv1 = sext i32 %conv to i64 44 %conv = sext i32 %tmp to i64 45 %expval = call i64 @llvm.expect.i64(i64 %conv, i64 1) 75 %conv = sext i32 %lnot.ext to i64 76 %expval = call i64 @llvm.expect.i64(i64 %conv, i64 1) 107 %conv = sext i32 %lnot.ext to i64 108 %expval = call i64 @llvm.expect.i64(i64 %conv, i64 1) 136 %conv = zext i1 %cmp to i32 137 %conv1 = sext i32 %conv to i6 [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
ConversationListAdapter.java | 56 Conversation conv = Conversation.from(context, cursor); local 57 headerView.bind(context, conv); 92 Conversation conv = Conversation.from(mContext, cursor); local 93 conv.setIsChecked(false);
|