Home
last modified time | relevance | path

Searched refs:Then (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/external/libpng/contrib/pngminus/
Dmakevms.com65 $ If Argument .Eqs. "" Then Goto Exit
69 $ If File .Eqs. " " Then Goto Endl
74 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
75 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
82 $ If arg .Le. 8 Then Goto Loop
91 $ If V Then Set Verify
/external/llvm/test/Transforms/LICM/
Dno-preheader-test.ll5 br i1 %ifcond, label %Then, label %Else
6 Then: ; preds = %0
10 Loop: ; preds = %Loop, %Else, %Then
11 %j = phi i32 [ 0, %Then ], [ 12, %Else ], [ %Next, %Loop ] ; <i32> [#uses=1]
/external/libpng/scripts/
Dmakevms.com20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
115 $ If Argument .Eqs. "" Then Goto Exit
119 $ If File .Eqs. " " Then Goto Endl
124 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
125 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
132 $ If arg .Le. 8 Then Goto Loop
141 $ If V Then Set Verify
/external/llvm/bindings/python/
DREADME.txt23 Then by running nosetests:
36 Then run nosetests:
45 Then open cover/index.html in your browser of choice to see the code coverage.
54 Then at any time run it to see a report:
/external/eigen/Eigen/src/Eigen2Support/
DMeta.h22 template<bool Condition, typename Then, typename Else>
23 struct ei_meta_if { typedef Then ret; };
25 template<typename Then, typename Else>
26 struct ei_meta_if <false, Then, Else> { typedef Else ret; };
/external/eigen/Eigen/src/Core/util/
DMeta.h28 template<bool Condition, typename Then, typename Else>
29 struct conditional { typedef Then type; };
31 template<typename Then, typename Else>
32 struct conditional <false, Then, Else> { typedef Else type; };
/external/llvm/examples/Kaleidoscope/Chapter5/
Dtoy.cpp144 ExprAST *Cond, *Then, *Else; member in IfExprAST
147 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
285 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
286 if (Then == 0) return 0; in ParseIfExpr()
296 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
532 Value *ThenV = Then->Codegen(); in Codegen()
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp159 ExprAST *Cond, *Then, *Else; member in IfExprAST
162 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
313 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
314 if (Then == 0) return 0; in ParseIfExpr()
324 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
636 Value *ThenV = Then->Codegen(); in Codegen()
/external/zlib/src/
Dmake_vms.com74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
268 $ If Argument .Eqs. "" Then Goto Exit
272 $ If File .Eqs. " " Then Goto Endl
277 $ If AFile .Eqs. "" .Or. AFile .Eqs. OFile Then Goto NextEl
278 $ If F$CvTime(F$File(AFile,"RDT")) .Ges. Time Then Goto Makeit
285 $ If arg .Le. 8 Then Goto Loop
294 $ If V Then Set Verify
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/
DREADME8 Then read document by:
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoken.ml18 | If | Then | Else Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoken.ml18 | If | Then | Else Constructor
/external/ceres-solver/docs/
Dnnlsq.tex7 function. Then,
19 …cated relationship between $x$ and $y$, say for example $y = e^{mx + c}$. Then the optimization pr…
/external/icu4c/tools/icuinfo/
Dicuplugins_windows_sample.txt10 # Then, set the variable ICU_PLUGINS to C:\SOMEDIRECTORY
12 # Then, ICU will load the test plugin from either the debug or non-debug
/external/llvm/test/Transforms/Inline/
D2004-04-15-InlineDeletesCall.ll4 ; call. Then the inliner tries to inline the second call, which no longer
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp164 ExprAST *Cond, *Then, *Else; member in IfExprAST
167 : Cond(cond), Then(then), Else(_else) {} in IfExprAST()
331 ExprAST *Then = ParseExpression(); in ParseIfExpr() local
332 if (Then == 0) return 0; in ParseIfExpr()
342 return new IfExprAST(Cond, Then, Else); in ParseIfExpr()
732 Value *ThenV = Then->Codegen(); in Codegen()
/external/antlr/antlr-3.4/runtime/Perl5/examples/
DREADME5 Then you need to build the Perl module.
/external/eigen/
DCTestConfig.cmake2 ## Then modify the CMakeLists.txt file in the root directory of your
/external/smack/asmack-master/patch/beem/
DREADME.txt4 Then build asmack the usual way.
/external/webkit/LayoutTests/http/tests/appcache/
Dorigins-with-appcache-expected.txt1 …ts that no origins are reported after all application caches are removed. Then, it loads an iframe…
/external/llvm/test/CodeGen/X86/
Dred-zone.ll14 ; Then with noredzone.
/external/icu4c/stubdata/reduced_coll/
DREADME.txt6 Then copy the new data file back to its source location.
/external/llvm/docs/tutorial/
DLangImpl5.rst21 If/Then/Else
60 Lexer Extensions for If/Then/Else
84 AST Extensions for If/Then/Else
93 ExprAST *Cond, *Then, *Else;
96 : Cond(cond), Then(then), Else(_else) {}
102 Parser Extensions for If/Then/Else
123 ExprAST *Then = ParseExpression();
124 if (Then == 0) return 0;
134 return new IfExprAST(Cond, Then, Else);
151 LLVM IR for If/Then/Else
[all …]
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dvp8_shortwalsh4x4_neon.asm31 ;transpose d0, d1, d2, d3. Then, d0=ip[0], d1=ip[1], d2=ip[2], d3=ip[3]
59 ;transpose d0, d1, d2, d3, Then, d0=ip[0], d1=ip[4], d2=ip[8], d3=ip[12]

12345678910>>...12