Home
last modified time | relevance | path

Searched refs:Evaluated (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/Examples/Kaleidoscope/
DChapter6.test6 # CHECK: Evaluated to 0.000000
13 # CHECK: Evaluated to 1.000000
14 # CHECK: Evaluated to 0.000000
DChapter5.test7 # CHECK: Evaluated to 0.000000
8 # CHECK: Evaluated to 1.000000
19 # CHECK: Evaluated to 0.000000
DChapter4.test7 # CHECK: Evaluated to 5.000000
12 # CHECK: Evaluated to 4.000000
16 # CHECK: Evaluated to 5.000000
DChapter7.test15 # CHECK: Evaluated to 55.000000
/external/llvm/docs/tutorial/
DLangImpl04.rst278 fprintf(stderr, "Evaluated to %f\n", FP());
322 Evaluated to 9.000000
348 Evaluated to 24.000000
387 Evaluated to 3.000000
397 Evaluated to 4.000000
495 Evaluated to 3.000000
499 Evaluated to 4.000000
523 Evaluated to 0.841471
545 Evaluated to 1.000000
DLangImpl06.rst469 Evaluated to 0.000000
538 Evaluated to 0.000000
634 Evaluated to 0.000000
677 Evaluated to 0.000000
720 Evaluated to 0.000000
DOCamlLangImpl4.rst284 print_string "Evaluated to ";
306 Evaluated to 9.000000
331 Evaluated to 24.000000
358 Evaluated to 0.841471
373 Evaluated to 1.000000
835 print_string "Evaluated to ";
DOCamlLangImpl6.rst424 Evaluated to 0.000000
488 Evaluated to 0.000000
584 Evaluated to 0.000000
627 Evaluated to 0.000000
670 Evaluated to 0.000000
1354 print_string "Evaluated to ";
DOCamlLangImpl5.rst1281 print_string "Evaluated to ";
DOCamlLangImpl7.rst1633 print_string "Evaluated to ";
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml40 print_string "Evaluated to ";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml40 print_string "Evaluated to ";
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dtoplevel.ml40 print_string "Evaluated to ";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dtoplevel.ml40 print_string "Evaluated to ";
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml40 print_string "Evaluated to ";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml40 print_string "Evaluated to ";
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dtoplevel.ml40 print_string "Evaluated to ";
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dtoplevel.ml40 print_string "Evaluated to ";
/external/clang/lib/AST/
DDecl.cpp2154 return Eval->Evaluated.isUninit() ? nullptr : &Eval->Evaluated; in evaluateValue()
2168 bool Result = Init->EvaluateAsInitializer(Eval->Evaluated, getASTContext(), in evaluateValue()
2175 Eval->Evaluated = APValue(); in evaluateValue()
2176 else if (Eval->Evaluated.needsCleanup()) in evaluateValue()
2177 getASTContext().AddDeallocation(DestroyAPValue, &Eval->Evaluated); in evaluateValue()
2189 return Result ? &Eval->Evaluated : nullptr; in evaluateValue()
2195 return &Eval->Evaluated; in getEvaluatedValue()
/external/eigen/doc/
DHiPerformance.dox48 <th>Evaluated as</th>
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DREADME.md249 ### Controlling When Expression are Evaluated
386 ### Controlling How Expressions Are Evaluated
775 tensor. See "Controlling when Expression are Evaluated" for more details about
/external/clang/include/clang/AST/
DDecl.h763 APValue Evaluated; member