HomeSort by relevance Sort by last modified time
    Searched full:unext (Results 1 - 14 of 14) sorted by null

  /external/llvm/test/CodeGen/SystemZ/
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 , i32 *%ptr
65 %i2 = sext i32 %unext to i6
    [all...]
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 i6
    [all...]
  /external/icu/icu4c/source/common/
uenum.cpp 120 if (en->uNext != NULL) {
122 const UChar *tempUCharVal = en->uNext(en, resultLength, status);
148 if (en->uNext != NULL) {
149 return en->uNext(en, resultLength, status);
uenumimp.h 124 UEnumUNext *uNext;
136 * when a UEnumeration is defined with 'uNext' pointing to this
ustrenum.cpp 62 StringEnumeration::unext(int32_t *resultLength, UErrorCode &status) { function in class:StringEnumeration
217 return THIS(en)->unext(resultLength, *ec);
  /external/icu/icu4c/source/common/unicode/
strenum.h 48 * <p>The pointers returned by next, unext, and snext become invalid
50 * unext, snext, or reset.</p>
110 * to next, unext, snext, reset, or the enumerator's destructor.</p>
142 * to next, unext, snext, reset, or the enumerator's destructor.</p>
156 virtual const char16_t* unext(int32_t *resultLength, UErrorCode& status);
164 * to next, unext, snext, reset, or the enumerator's destructor.</p>
185 * <p>Previous pointers returned by next, unext, or snext become
  /external/icu/icu4c/source/test/cintltst/
uenumtst.c 364 log_err("%s:%d: FAIL: could not iterate to unext after %d: %s\n", __FILE__, line, i, u_errorName(status));
368 log_err("%s:%d: FAIL: got NULL for unext after %d: %s\n", __FILE__, line, i, u_errorName(status));
stdnmtst.c 306 log_verbose(" Testing unext()\n");
  /external/icu/icu4c/source/test/intltest/
svccoll.cpp 522 const UChar *s = iter.unext(NULL, ec);
523 if (!assertSuccess("unext", ec) || s == NULL)
ustrtest.cpp     [all...]
calregts.cpp     [all...]
caltest.cpp 640 while ((ucharValue = values->unext(&valueLength, status)) != NULL) {
647 errln("Calendar::getKeywordValuesForLocale(he)->unext() does not contain \"hebrew\"");
    [all...]
  /external/libopus/celt/
cwrs.c 548 static OPUS_INLINE void unext(opus_uint32 *_ui,unsigned _len,opus_uint32 _ui0){ function
596 for(k=2;k<_n;k++)unext(_u+1,_k+1,1);
660 unext(_u,_k+2,0);
  /external/icu/icu4c/source/i18n/unicode/
gregocal.h 89 * SimpleTimeZone* pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, ids->unext(NULL, success)));

Completed in 858 milliseconds