HomeSort by relevance Sort by last modified time
    Searched refs:Then (Results 51 - 75 of 316) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 84 if (IdentifierStr == "then")
197 /// IfExprAST - Expression class for if/then/else.
199 std::unique_ptr<ExprAST> Cond, Then, Else;
202 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then,
204 : Cond(std::move(Cond)), Then(std::move(Then)), Else(std::move(Else)) {}
371 /// ifexpr ::= 'if' expression 'then' expression 'else' expression
381 return LogError("expected then");
382 getNextToken(); // eat the then
384 auto Then = ParseExpression()
    [all...]
  /hardware/intel/bootstub/
bootstub.mk 50 if [ "$$ACTUAL_SIZE" -gt "$(BOOTSTUB_SIZE)" ]; then \
56 # Then assemble the final bootstub file
  /prebuilts/go/darwin-x86/src/cmd/go/internal/generate/
generate_test.go 50 // Then with CRLFs, thank you Windows.
  /prebuilts/go/darwin-x86/src/cmd/link/
main.go 32 // Then control flow passes to ld.Main, which parses flags, makes
33 // some configuration decisions, and then gives the architecture
  /prebuilts/go/darwin-x86/src/cmd/trace/
doc.go 27 Then, you can use the pprof tool to analyze the profile:
  /prebuilts/go/linux-x86/src/cmd/go/internal/generate/
generate_test.go 50 // Then with CRLFs, thank you Windows.
  /prebuilts/go/linux-x86/src/cmd/link/
main.go 32 // Then control flow passes to ld.Main, which parses flags, makes
33 // some configuration decisions, and then gives the architecture
  /prebuilts/go/linux-x86/src/cmd/trace/
doc.go 27 Then, you can use the pprof tool to analyze the profile:
  /external/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 69 return "then";
143 if (IdentifierStr == "then")
293 /// IfExprAST - Expression class for if/then/else.
295 std::unique_ptr<ExprAST> Cond, Then, Else;
299 std::unique_ptr<ExprAST> Then, std::unique_ptr<ExprAST> Else)
300 : ExprAST(Loc), Cond(std::move(Cond)), Then(std::move(Then)),
306 Then->dump(indent(out, ind) << "Then:", ind + 1);
501 /// ifexpr ::= 'if' expression 'then' expression 'else' expressio
    [all...]
  /external/eigen/Eigen/src/Core/util/
Meta.h 57 template<bool Condition, typename Then, typename Else>
58 struct conditional { typedef Then type; };
60 template<typename Then, typename Else>
61 struct conditional <false, Then, Else> { typedef Else type; };
286 * If none of these members is provided, then the type of the first argument is returned. FIXME, that behavior is a pretty bad hack.
  /external/python/cpython2/Modules/zlib/
make_vms.com 26 $ on error then goto err_exit
63 $!!! if axp .or. ia64 then set proc/parse=extended
73 $ then
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
94 $ then
97 $ then
99 $ then
111 $ then
117 $ then
    [all...]
  /external/python/cpython3/Modules/zlib/
make_vms.com 26 $ on error then goto err_exit
63 $!!! if axp .or. ia64 then set proc/parse=extended
73 $ then
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
94 $ then
97 $ then
99 $ then
111 $ then
117 $ then
    [all...]
  /external/zlib/src/
make_vms.com 26 $ on error then goto err_exit
63 $!!! if axp .or. ia64 then set proc/parse=extended
73 $ then
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
94 $ then
97 $ then
99 $ then
111 $ then
117 $ then
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic.go 19 // Our strategy is to precompute 1/c then do
23 // for a value of e TBD (^ = exponentiation). Then
27 // We'll then compute
132 // Then
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic.go 19 // Our strategy is to precompute 1/c then do
23 // for a value of e TBD (^ = exponentiation). Then
27 // We'll then compute
132 // Then
  /toolchain/binutils/binutils-2.27/zlib/
make_vms.com 26 $ on error then goto err_exit
63 $!!! if axp .or. ia64 then set proc/parse=extended
73 $ then
74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
75 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
94 $ then
97 $ then
99 $ then
111 $ then
117 $ then
    [all...]
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
Stack.asm 50 ; Then, Fixup the esp point to permenent memory
  /device/linaro/bootloader/edk2/EmulatorPkg/Sec/Ia32/
SwitchRam.asm 54 ; Then, Fixup the esp point to permenent memory
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
Stack.asm 50 ; Then, Fixup the esp point to permenent memory
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
Stack.asm 50 ; Then, Fixup the esp point to permenent memory
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
Stack.asm 54 ; Then, Fixup the esp point to permenent memory
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
Stack.asm 50 ; Then, Fixup the esp point to permenent memory
  /external/skia/tools/lua/
ngrams.lua 19 -- list containing just the verb to the master list. Then, backtrack over the
41 if idx > 0 then
53 if counts[ngram] == nil then
63 io.write("if counts['", ngram, "'] == nil then counts['", ngram, "'] = ", count, " else counts['", ngram, "'] = counts['", ngram, "'] + ", count, " end\n")
  /external/skqp/tools/lua/
ngrams.lua 19 -- list containing just the verb to the master list. Then, backtrack over the
41 if idx > 0 then
53 if counts[ngram] == nil then
63 io.write("if counts['", ngram, "'] == nil then counts['", ngram, "'] = ", count, " else counts['", ngram, "'] = counts['", ngram, "'] + ", count, " end\n")
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 82 if (IdentifierStr == "then") return tok_then;
180 /// IfExprAST - Expression class for if/then/else.
182 ExprAST *Cond, *Then, *Else;
184 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else)
185 : Cond(cond), Then(then), Else(_else) {}
337 /// ifexpr ::= 'if' expression 'then' expression 'else' expression
346 return Error("expected then");
347 getNextToken(); // eat the then
349 ExprAST *Then = ParseExpression()
    [all...]

Completed in 647 milliseconds

1 23 4 5 6 7 8 91011>>