/external/llvm/test/CodeGen/Hexagon/ |
hwloop-lt.ll | 19 %conv = zext i8 %0 to i32 20 %add = add nsw i32 %conv, 1 48 %conv = zext i8 %0 to i32 49 %add = add nsw i32 %conv, 1 77 %conv = zext i8 %0 to i32 78 %add = add nsw i32 %conv, 1 106 %conv = zext i8 %0 to i32 107 %add = add nsw i32 %conv, 1 135 %conv = zext i8 %0 to i32 136 %add = add nsw i32 %conv, [all...] |
hwloop-ne.ll | 19 %conv = zext i8 %0 to i32 20 %add = add nsw i32 %conv, 1 48 %conv = zext i8 %0 to i32 49 %add = add nsw i32 %conv, 1 77 %conv = zext i8 %0 to i32 78 %add = add nsw i32 %conv, 1 106 %conv = zext i8 %0 to i32 107 %add = add nsw i32 %conv, 1 135 %conv = zext i8 %0 to i32 136 %add = add nsw i32 %conv, [all...] |
idxload-with-zero-offset.ll | 34 %conv = sext i16 %val to i32 35 ret i32 %conv 57 %conv = sext i8 %val to i32 58 ret i32 %conv
|
/external/llvm/test/CodeGen/PowerPC/ |
ctrloop-le.ll | 20 %conv = zext i8 %0 to i32 21 %add = add nsw i32 %conv, 1 50 %conv = zext i8 %0 to i32 51 %add = add nsw i32 %conv, 1 80 %conv = zext i8 %0 to i32 81 %add = add nsw i32 %conv, 1 110 %conv = zext i8 %0 to i32 111 %add = add nsw i32 %conv, 1 140 %conv = zext i8 %0 to i32 141 %add = add nsw i32 %conv, [all...] |
ctrloop-lt.ll | 20 %conv = zext i8 %0 to i32 21 %add = add nsw i32 %conv, 1 50 %conv = zext i8 %0 to i32 51 %add = add nsw i32 %conv, 1 80 %conv = zext i8 %0 to i32 81 %add = add nsw i32 %conv, 1 110 %conv = zext i8 %0 to i32 111 %add = add nsw i32 %conv, 1 140 %conv = zext i8 %0 to i32 141 %add = add nsw i32 %conv, [all...] |
ctrloop-ne.ll | 20 %conv = zext i8 %0 to i32 21 %add = add nsw i32 %conv, 1 50 %conv = zext i8 %0 to i32 51 %add = add nsw i32 %conv, 1 80 %conv = zext i8 %0 to i32 81 %add = add nsw i32 %conv, 1 110 %conv = zext i8 %0 to i32 111 %add = add nsw i32 %conv, 1 140 %conv = zext i8 %0 to i32 141 %add = add nsw i32 %conv, [all...] |
ctrloop-fp64.ll | 15 %conv = sitofp i64 %x.05 to double 16 %add = fadd double %conv, %0 35 %conv = fptosi double %0 to i64 36 %broadcast.splatinsert.i = insertelement <2 x i64> undef, i64 %conv, i32 0
|
ppc64-toc.ll | 39 %conv = zext i1 %cmp to i32 40 ret i32 %conv 52 %conv = zext i1 %cmp to i32 53 ret i32 %conv
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
hal_outputs.c | 371 float conv = 1.f / (1L<<30);
local 375 r[0][0] = rot[0]*conv;
376 r[0][1] = rot[1]*conv;
377 r[0][2] = rot[2]*conv;
378 r[1][0] = rot[3]*conv;
379 r[1][1] = rot[4]*conv;
380 r[1][2] = rot[5]*conv;
381 r[2][0] = rot[6]*conv;
382 r[2][1] = rot[7]*conv;
383 r[2][2] = rot[8]*conv;
400 float conv = 1.f \/ (1L<<30); local 432 float conv = 1.f \/ (1L<<30); local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
SwipeableListView.java | 233 Conversation conv = target.getConversation(); local 234 target.getConversation().position = findConversation(target, conv); 239 adapter.setupLeaveBehind(conv, undoOp, conv.position, target.getHeight()); 241 Collection<Conversation> convList = Conversation.listOf(conv); 250 .hashMapForFolders(conv.getRawFolders()); 253 conv.setRawFolders(folders); 261 cc.mostlyDestructiveUpdate(Conversation.listOf(conv), values); 272 && mConvSelectionSet.contains(conv)) { 273 mConvSelectionSet.toggle(conv); [all...] |
AnimatedAdapter.java | 375 Conversation conv) { 379 view.bind(conv, mActivity, mConversationListListener, mBatchConversations, mFolder, 493 final Conversation conv = cursor.getConversation(); local 498 if (isPositionUndoing(conv.id)) { 499 return getUndoingView(position - getPositionOffset(position), conv, parent, 501 } if (isPositionUndoingSwipe(conv.id)) { 502 return getUndoingView(position - getPositionOffset(position), conv, parent, 504 } else if (isPositionDeleting(conv.id)) { 505 return getDeletingView(position - getPositionOffset(position), conv, parent, false); 506 } else if (isPositionSwipeDeleting(conv.id)) 599 Conversation conv = item.getData(); local 619 Conversation conv = item.getData(); local 712 final Conversation conv = cursor.getCachedConversation(); local [all...] |
FolderDisplayer.java | 56 * @param conv {@link Conversation} containing the folders to display. 60 public void loadConversationFolders(Conversation conv, final FolderUri ignoreFolderUri, 63 for (Folder folder : conv.getRawFolders()) {
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
ucbuf.c | 46 UConverter* conv; member in struct:UCHARBUF 52 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ 72 *conv =NULL; 77 *conv = ucnv_open(*cp,error); 82 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); 131 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){ 136 if(conv==NULL || cp==NULL || fileName==NULL){ 148 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) { 151 ucnv_close(*conv); 152 *conv=NULL [all...] |
/external/icu4c/tools/toolutil/ |
ucbuf.c | 47 UConverter* conv; member in struct:UCHARBUF 53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ 73 *conv =NULL; 78 *conv = ucnv_open(*cp,error); 83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); 132 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){ 137 if(conv==NULL || cp==NULL || fileName==NULL){ 149 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) { 152 ucnv_close(*conv); 153 *conv=NULL [all...] |
/external/llvm/test/Analysis/DependenceAnalysis/ |
ExactSIV.ll | 26 %conv = trunc i64 %i.02 to i32 29 store i32 %conv, i32* %arrayidx, align 4 63 %conv = trunc i64 %i.02 to i32 67 store i32 %conv, i32* %arrayidx, align 4 101 %conv = trunc i64 %i.02 to i32 104 store i32 %conv, i32* %arrayidx, align 4 137 %conv = trunc i64 %i.02 to i32 140 store i32 %conv, i32* %arrayidx, align 4 173 %conv = trunc i64 %i.02 to i32 176 store i32 %conv, i32* %arrayidx, align [all...] |
/external/chromium_org/third_party/icu/source/test/perf/convperf/ |
convperf.h | 26 UConverter* conv; member in class:ICUToUnicodePerfFunction 34 conv = ucnv_open(name,&status); 38 conv = NULL; 43 int32_t reqdLen = ucnv_toUChars(conv, target, 0, 59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status); 66 ucnv_close(conv); 71 UConverter* conv; member in class:ICUFromUnicodePerfFunction 80 conv = ucnv_open(name,&status); 84 conv = NULL; 89 int32_t reqdLen = ucnv_fromUChars(conv, target, 0 [all...] |
/external/icu4c/test/perf/convperf/ |
convperf.h | 26 UConverter* conv; member in class:ICUToUnicodePerfFunction 34 conv = ucnv_open(name,&status); 38 conv = NULL; 43 int32_t reqdLen = ucnv_toUChars(conv, target, 0, 59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status); 66 ucnv_close(conv); 71 UConverter* conv; member in class:ICUFromUnicodePerfFunction 80 conv = ucnv_open(name,&status); 84 conv = NULL; 89 int32_t reqdLen = ucnv_fromUChars(conv, target, 0 [all...] |
/packages/apps/Mms/src/com/android/mms/widget/ |
MmsWidgetService.java | 224 Conversation conv = Conversation.from(mContext, mConversationCursor); 230 if (conv.hasUnreadMessages()) { 237 boolean hasAttachment = conv.hasAttachment(); 243 addColor(MessageUtils.formatTimeStampString(mContext, conv.getDate()), 244 conv.hasUnreadMessages() ? SUBJECT_TEXT_COLOR_UNREAD : 248 int color = conv.hasUnreadMessages() ? SENDERS_TEXT_COLOR_UNREAD : 250 SpannableStringBuilder from = addColor(conv.getRecipients().formatNames(", "), 253 if (conv.hasDraft()) { 266 if (conv.hasUnreadMessages()) { 274 addColor(conv.getSnippet() [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationPagerAdapter.java | 192 LogUtils.d(LOG_TAG, "IN PagerAdapter.getItem, frag=%s conv=%s this=%s", f, c, this); 325 LogUtils.i(LOG_TAG, "CPA: current conv is gone, reverting to detached mode. c=%s", 347 final Conversation conv = cursor.getConversation(); local 348 conv.position = pos; 349 frag.onConversationUpdated(conv); 350 mController.setCurrentConversation(conv); 376 public int getConversationPosition(Conversation conv) { 377 if (conv == null) { 384 if (!conv.equals(def)) { 386 conv, def) [all...] |
/dalvik/tools/hprof-conv/ |
Android.mk | 20 LOCAL_MODULE := hprof-conv
|
/external/clang/test/CodeGenObjC/ |
property-type-mismatch.m | 15 // CHECK: [[CONV:%.*]] = fptosi float [[I]] to i32
|
/external/llvm/test/CodeGen/Mips/ |
fcopysign-f32-f64.ll | 25 %conv = fptrunc double %f to float 26 %call = tail call float @copysignf(float %add, float %conv) nounwind readnone 49 %conv = fpext float %f to double 50 %call = tail call double @copysign(double %add, double %conv) nounwind readnone
|
mips64load-store-left-right.ll | 31 %conv = sext i32 %0 to i64 32 ret i64 %conv 48 %conv = zext i32 %0 to i64 49 ret i64 %conv
|
/external/llvm/test/CodeGen/X86/ |
force-align-stack-alloca.ll | 14 %conv = sext i8 %0 to i32 15 ret i32 %conv 66 %conv = sext i32 %call to i64 67 ret i64 %conv
|
scalarize-bitcast.ll | 12 %conv.i.i = bitcast <2 x i32> %1 to <1 x i64> ; <<1 x i64>> [#uses=1] 13 %tmp2.i.i = extractelement <1 x i64> %conv.i.i, i32 0 ; <i64> [#uses=1] 16 %conv.i26.i = bitcast i64 %tmp15.i to <8 x i8> ; <<8 x i8>> [#uses=1] 17 %shuffle.i.i = shufflevector <8 x i8> %conv.i26.i, <8 x i8> <i8 0, i8 0, i8 0, i8 0, i8 undef, i8 undef, i8 undef, i8 undef>, <8 x i32> <i32 0, i32 8, i32 1, i32 9, i32 2, i32 10, i32 3, i32 11> ; <<8 x i8>> [#uses=1]
|