Home
last modified time | relevance | path

Searched refs:unext (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-06.ll8 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 …]
Dint-cmp-05.ll8 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 , i32 *%ptr
65 %i2 = sext i32 %unext to i64
[all …]
/external/libopus/celt/
Dcwrs.c548 static OPUS_INLINE void unext(opus_uint32 *_ui,unsigned _len,opus_uint32 _ui0){ in unext() function
596 for(k=2;k<_n;k++)unext(_u+1,_k+1,1); in ncwrs_urow()
660 unext(_u,_k+2,0); in icwrs()
/external/icu/icu4c/source/common/unicode/
Dstrenum.h156 virtual const UChar* unext(int32_t *resultLength, UErrorCode& status);
/external/icu/icu4c/source/common/
Dustrenum.cpp62 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { in unext() function in StringEnumeration
217 return THIS(en)->unext(resultLength, *ec); in ustrenum_unext()
/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp522 const UChar *s = iter.unext(NULL, ec); in checkStringEnumeration()
Dustrtest.cpp1718 pu=ten.unext(&length, status); in TestStringEnumeration()
1725 if(ten.unext(&length, status)!=NULL) { in TestStringEnumeration()
Dcalregts.cpp2657 while ((id = tz->unext(NULL, ec)) != NULL && U_SUCCESS(ec)) { in TestTimeZoneTransitionAdd()
Dcaltest.cpp640 while ((ucharValue = values->unext(&valueLength, status)) != NULL) { in TestGenericAPI()