/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-06.ll | 8 define double @f1(double %a, double %b, i64 %i1, i32 %unext) { 14 %i2 = zext i32 %unext to i64 21 define double @f2(double %a, double %b, i64 %i1, i64 %unext) { 27 %i2 = and i64 %unext, 4294967295 34 define double @f3(double %a, double %b, i64 %i1, i32 %unext) { 38 %i2 = zext i32 %unext to i64 45 define double @f4(double %a, double %b, i64 %i1, i64 %unext) { 49 %i2 = and i64 %unext, 4294967295 56 define double @f5(double %a, double %b, i64 %i1, i32 %unext) { 62 %i2 = zext i32 %unext to i64 [all …]
|
D | int-cmp-05.ll | 8 define double @f1(double %a, double %b, i64 %i1, i32 %unext) { 14 %i2 = sext i32 %unext to i64 21 define double @f2(double %a, double %b, i64 %i1, i32 %unext) { 25 %i2 = sext i32 %unext to i64 32 define double @f3(double %a, double %b, i64 %i1, i32 %unext) { 38 %i2 = sext i32 %unext to i64 45 define double @f4(double %a, double %b, i64 %i1, i32 %unext) { 51 %i2 = sext i32 %unext to i64 64 %unext = load i32 *%ptr 65 %i2 = sext i32 %unext to i64 [all …]
|
/external/chromium_org/third_party/opus/src/celt/ |
D | cwrs.c | 537 static inline void unext(opus_uint32 *_ui,unsigned _len,opus_uint32 _ui0){ in unext() function 585 for(k=2;k<_n;k++)unext(_u+1,_k+1,1); in ncwrs_urow() 644 unext(_u,_k+2,0); in icwrs()
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | strenum.h | 153 virtual const UChar* unext(int32_t *resultLength, UErrorCode& status);
|
/external/icu4c/common/unicode/ |
D | strenum.h | 154 virtual const UChar* unext(int32_t *resultLength, UErrorCode& status);
|
/external/chromium_org/third_party/icu/source/common/ |
D | ustrenum.cpp | 60 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { in unext() function in StringEnumeration 190 return THIS(en)->unext(resultLength, *ec); in ustrenum_unext()
|
/external/icu4c/common/ |
D | ustrenum.cpp | 60 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { in unext() function in StringEnumeration 199 return THIS(en)->unext(resultLength, *ec); in ustrenum_unext()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | svccoll.cpp | 515 const UChar *s = iter.unext(NULL, ec); in checkStringEnumeration()
|
D | ustrtest.cpp | 1698 pu=ten.unext(&length, status); in TestStringEnumeration() 1705 if(ten.unext(&length, status)!=NULL) { in TestStringEnumeration()
|
D | calregts.cpp | 2599 while ((id = tz->unext(NULL, ec)) != NULL && U_SUCCESS(ec)) { in TestTimeZoneTransitionAdd()
|
/external/icu4c/test/intltest/ |
D | svccoll.cpp | 515 const UChar *s = iter.unext(NULL, ec); in checkStringEnumeration()
|
D | ustrtest.cpp | 1718 pu=ten.unext(&length, status); in TestStringEnumeration() 1725 if(ten.unext(&length, status)!=NULL) { in TestStringEnumeration()
|
D | calregts.cpp | 2654 while ((id = tz->unext(NULL, ec)) != NULL && U_SUCCESS(ec)) { in TestTimeZoneTransitionAdd()
|
D | caltest.cpp | 580 while ((ucharValue = values->unext(&valueLength, status)) != NULL) { in TestGenericAPI()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | zstrfmt.cpp | 1208 while ((tzid = tzids->unext(NULL, status))) { in createZoneStringsArray()
|