HomeSort by relevance Sort by last modified time
    Searched refs:then (Results 301 - 325 of 438) sorted by null

<<1112131415161718

  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 482 /* if none of the words are found in the dictionary, then
503 contraction), then we use the dictionary for the stuff before the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 38 #error Not __LITTLE_ENDIAN and not __BIG_ENDIAN, then what ???
wavefront.h 30 then WavePatch-format files cannot be read/written correctly.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 38 #error Not __LITTLE_ENDIAN and not __BIG_ENDIAN, then what ???
wavefront.h 30 then WavePatch-format files cannot be read/written correctly.
  /external/grub/docs/
texinfo.tex 388 % Parse an argument, then pass it to #1. The argument is the rest of
409 % First remove any @comment, then any @c comment.
773 % document, then we can reconsider our strategy.
971 % If WORD is `none', then suppress indentation of the first paragraph
972 % after a section heading. If WORD is `insert', then do indent at such
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 341 /* if rsa_export() was successful then x will have
548 example, if you have $\mbox{Pr}\left[X = 1\right] = {1 \over 2} \pm \gamma$ where $\vert \gamma \vert > 0$ then the
    [all...]
  /bionic/libc/arch-mips/string/
memcpy.S 94 beq a3,zero,.Lchk16w # when a3=0 then the dst (a0) is word-aligned
  /build/core/
cleanbuild.mk 59 # then we won't do anything.
pdk_config.mk 13 # PDK_FUSION_PLATFORM_ZIP is needed anyway, then do we need the 'fusion' goal?
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 197 // and then number of path separators (dots) from the last
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 6 * are generated with if-then-else structures in a specialStateTransition()
  /external/ceres-solver/docs/
faq.tex 21 In most problems there is a natural parameter block structure, as there is a semantic meaning associated with groups of scalars -- mean vector of a distribution, color of a pixel etc. To group two scalar variables, ask yourself if residual blocks will always use these two variables together. If the answer is yes, then the two variables belong to the same parameter block.
introduction.tex 34 Fredrik Schaffalitzky when he was at Google started the development of Ceres, and even though much has changed since then, many of the ideas from his original design are still present in the current code.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js 19 * instantiate a template, clone it from the DOM first, and then
579 * object. If the array is empty, or the value is undefined, then the
581 * then it is just made the context object.
597 // Enable reprocessing: if this template is reprocessed, then only
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js 19 * instantiate a template, clone it from the DOM first, and then
579 * object. If the array is empty, or the value is undefined, then the
581 * then it is just made the context object.
597 // Enable reprocessing: if this template is reprocessed, then only
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 833 Stmt *then, SourceLocation EL, Stmt *elsev)
838 SubExprs[THEN] = then;
    [all...]
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 197 // and then number of path separators (dots) from the last
  /external/eigen/blas/
chpmv.f 75 * supplied as zero then Y need not be set on input.
126 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'L')) THEN
128 ELSE IF (N.LT.0) THEN
130 ELSE IF (INCX.EQ.0) THEN
132 ELSE IF (INCY.EQ.0) THEN
135 IF (INFO.NE.0) THEN
146 IF (INCX.GT.0) THEN
151 IF (INCY.GT.0) THEN
162 IF (BETA.NE.ONE) THEN
163 IF (INCY.EQ.1) THEN
    [all...]
dspmv.f 73 * supplied as zero then Y need not be set on input.
119 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'L')) THEN
121 ELSE IF (N.LT.0) THEN
123 ELSE IF (INCX.EQ.0) THEN
125 ELSE IF (INCY.EQ.0) THEN
128 IF (INFO.NE.0) THEN
139 IF (INCX.GT.0) THEN
144 IF (INCY.GT.0) THEN
155 IF (BETA.NE.ONE) THEN
156 IF (INCY.EQ.1) THEN
    [all...]
sspmv.f 73 * supplied as zero then Y need not be set on input.
119 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'L')) THEN
121 ELSE IF (N.LT.0) THEN
123 ELSE IF (INCX.EQ.0) THEN
125 ELSE IF (INCY.EQ.0) THEN
128 IF (INFO.NE.0) THEN
139 IF (INCX.GT.0) THEN
144 IF (INCY.GT.0) THEN
155 IF (BETA.NE.ONE) THEN
156 IF (INCY.EQ.1) THEN
    [all...]
zhpmv.f 75 * supplied as zero then Y need not be set on input.
126 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'L')) THEN
128 ELSE IF (N.LT.0) THEN
130 ELSE IF (INCX.EQ.0) THEN
132 ELSE IF (INCY.EQ.0) THEN
135 IF (INFO.NE.0) THEN
146 IF (INCX.GT.0) THEN
151 IF (INCY.GT.0) THEN
162 IF (BETA.NE.ONE) THEN
163 IF (INCY.EQ.1) THEN
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
variance_altivec.asm 53 ;# subract. Do high, then low.
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 64 if (IdentifierStr == "then") return tok_then;
162 /// IfExprAST - Expression class for if/then/else.
164 ExprAST *Cond, *Then, *Else;
166 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else)
167 : Cond(cond), Then(then), Else(_else) {}
319 /// ifexpr ::= 'if' expression 'then' expression 'else' expression
328 return Error("expected then");
329 getNextToken(); // eat the then
331 ExprAST *Then = ParseExpression()
    [all...]
  /external/v8/test/mjsunit/
d8-os.js 30 // implemented on Windows, and even if it were then many of the things

Completed in 2791 milliseconds

<<1112131415161718