HomeSort by relevance Sort by last modified time
    Searched refs:RETURN (Results 126 - 150 of 291) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/eigen/blas/
zhpr2.f 134 RETURN
137 * Quick return if possible.
139 IF ((N.EQ.0) .OR. (ALPHA.EQ.ZERO)) RETURN
251 RETURN
ztbmv.f 182 RETURN
185 * Quick return if possible.
187 IF (N.EQ.0) RETURN
362 RETURN
ztpmv.f 138 RETURN
141 * Quick return if possible.
143 IF (N.EQ.0) RETURN
325 RETURN
ztpsv.f 141 RETURN
144 * Quick return if possible.
146 IF (N.EQ.0) RETURN
328 RETURN
drotm.f 146 RETURN
srotm.f 147 RETURN
  /dalvik/vm/mterp/mips/
footer.S 32 b jitSVShadowRunEnd # doesn't return
41 b jitSVShadowRunEnd # doesn't return
48 b jitSVShadowRunEnd # doesn't return
55 b jitSVShadowRunEnd # doesn't return
62 b jitSVShadowRunEnd # doesn't return
69 b jitSVShadowRunEnd # doesn't return
76 b jitSVShadowRunEnd # doesn't return
83 b jitSVShadowRunEnd # doesn't return
102 * Return from the translation cache to the interpreter when the compiler is
124 * Return to the interpreter to handle a single instruction
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-memcmp-atom.S 98 #define RETURN RETURN_END; cfi_restore_state; cfi_remember_state
1624 RETURN
1631 RETURN
1638 RETURN
1645 RETURN
1652 RETURN
1659 RETURN
1666 RETURN
1673 RETURN
1718 RETURN
    [all...]
ssse3-strcmp-atom.S 92 # define RETURN ret
99 # define RETURN POP (%ebp); ret; CFI_PUSH (%ebp)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 85 /** whether the block contains a {@code return} */
108 * {@code null-ok;} the appropriate {@code return} op or {@code null}
114 * {@code null-ok;} the source position for the return block or {@code null}
157 * @return {@code non-null;} the instructions array
160 return insns;
164 * Gets the return opcode encountered, if any.
166 * @return {@code null-ok;} the return opcode
169 return returnOp;
173 * Gets the return position, if known
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_RESTORE_STATE.S 91 RETURN
TEMPLATE_SAVE_STATE.S 9 * The handler must save regMap, r0-r31, f0-f31 if FPU, and then return with
105 RETURN
  /external/chromium_org/v8/test/webkit/
string-trim.js 42 {s : '\u000D', t : 'CARRIAGE RETURN'},
89 var testValues = ["0", "Infinity", "NaN", "true", "false", "({})", "({toString:function(){return 'wibble'}})", "['an','array']"];
  /external/eigen/blas/testing/
dblat1.f 78 RETURN
142 40 RETURN
236 RETURN
430 RETURN
637 RETURN
686 RETURN
717 RETURN
727 RETURN
762 RETURN
sblat1.f 78 RETURN
142 40 RETURN
236 RETURN
430 RETURN
637 RETURN
686 RETURN
717 RETURN
727 RETURN
762 RETURN
cblat1.f 72 RETURN
275 RETURN
519 RETURN
568 RETURN
599 RETURN
609 RETURN
640 RETURN
674 RETURN
zblat1.f 72 RETURN
275 RETURN
519 RETURN
568 RETURN
599 RETURN
609 RETURN
640 RETURN
674 RETURN
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 254 return (i + 1);
256 return (0);
269 return (mozillaMallocOptionsBuf);
271 return (NULL);
283 return 32 - _CountLeadingZeros((-x) & x);
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 247 return (i + 1);
249 return (0);
262 return (mozillaMallocOptionsBuf);
264 return (NULL);
276 return 32 - _CountLeadingZeros((-x) & x);
    [all...]
  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 59 public static final int RETURN = 0x0f;
300 * @return {@code true} iff the value has the right "shape" to be
316 return false;
318 return true;
323 return true;
326 return (opcode & 0xff00) == 0;
336 * @return {@code true} iff the opcode is an "extended" opcode
343 return (opcode >= 0x00ff);
351 * @return the extracted opcode
361 return ((lowByte == 0) || (lowByte == 0xff)) ? opcodeUnit : lowByte
    [all...]
  /external/chromium_org/v8/src/
token.h 149 K(RETURN, "return", 0) \
200 return name_[tok];
205 return token_type[tok] == 'K';
209 return INIT_VAR <= tok && tok <= ASSIGN_MOD;
213 return COMMA <= op && op <= MOD;
217 return EQ <= op && op <= IN;
221 return op == LT || op == LTE || op == GT || op == GTE;
225 return op == EQ || op == EQ_STRICT;
229 return op == NE || op == NE_STRICT
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 58 return maxStack - 1; // the base is 1.
90 if (isEnd(op)) // return, ireturn, athrow, ...
113 return true;
117 return true;
131 * a return address on the operand stack.
135 return false;
138 return false;
146 return false;
149 return true;
182 return true; // always branch
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 167 /* 128 */ code.addOpcode(Opcode.RETURN);
  /external/llvm/lib/Target/R600/
R600EmitClauseMarkers.cpp 43 return 4;
45 return 0;
53 return 4;
62 return 1 + NumLiteral;
67 return true;
69 return true;
77 return true;
79 return false;
86 case AMDGPU::RETURN:
87 return true
    [all...]
  /external/v8/src/
token.h 148 K(RETURN, "return", 0) \
198 return name_[tok];
203 return token_type[tok] == 'K';
207 return INIT_VAR <= tok && tok <= ASSIGN_MOD;
211 return COMMA <= op && op <= MOD;
215 return EQ <= op && op <= IN;
219 return op == LT || op == LTE || op == GT || op == GTE;
223 return op == EQ || op == EQ_STRICT;
229 case EQ: return NE
    [all...]

Completed in 2242 milliseconds

1 2 3 4 56 7 8 91011>>