| /freebsd/stand/forth/ |
| H A D | menu-commands.4th | 53 evaluate 70 evaluate 79 s" set boot_single=YES" evaluate 89 s" set acpi_load=YES" evaluate \ XXX deprecated but harmless 90 s" set hint.acpi.0.disabled=0" evaluate 96 s" set hint.acpi.0.disabled=1" evaluate 97 s" set loader.acpi_disabled_by_user=1" evaluate 126 s" set kern.smp.disabled=1" evaluate 127 s" set hw.ata.ata_dma=0" evaluate 128 s" set hw.ata.atapi_dma=0" evaluate [all …]
|
| H A D | menusets.4th | 47 s" set cmdbuf='set ${type}_${var}=\$'" evaluate 56 evaluate ( u1 c-addr2 u2 -- u1 ) 70 evaluate ( c-addr2 u2 -- ) 91 evaluate 97 s" set type=menu" evaluate 102 s" set type=menu" evaluate 117 s" set cmdbuf='set ${type}_${var}[${x}]=\$'" evaluate 126 evaluate ( u1 c-addr2 u2 -- u1 ) 140 evaluate ( c-addr2 u2 -- ) 162 evaluate [all …]
|
| H A D | beastie.4th | 74 evaluate 103 s" include /boot/menu.rc" evaluate 107 s" set delay_command='include /boot/menu.rc'" evaluate 108 s" set delay_showdots" evaluate
|
| H A D | menu.4th | 179 : namespace ( C-ADDR/U N -- ) also menu-namespace +c! evaluate previous ; 300 s" kernel_state" evaluate @ 48 + s" kernel[N]" 7 +c! getenv 498 \ If $menu_init is set, evaluate it (allowing for whole menus to be 503 evaluate 552 s" kernel_state" evaluate @ 48 + ( n -- n y ) 557 0 s" kernel_state" evaluate ! 558 over s" init_kernel" evaluate drop 564 17 +c! 34 +c! 37 +c! evaluate 570 17 +c! 34 +c! 37 +c! evaluate 575 s" init_cyclestate" evaluate ( n k -- n ) [all …]
|
| H A D | menu.rc | 187 drop s" execute" evaluate \ Use evaluate to avoid passing 191 s" execute" evaluate
|
| H A D | delay.4th | 114 evaluate \ evaluate/execute the command string
|
| /freebsd/contrib/kyua/utils/text/ |
| H A D | templates_test.cpp | 235 ATF_REQUIRE_EQ("", templates.evaluate("foo")); in ATF_TEST_CASE_BODY() 236 ATF_REQUIRE_EQ(" baz ", templates.evaluate("bar")); in ATF_TEST_CASE_BODY() 246 templates.evaluate("foo1")); in ATF_TEST_CASE_BODY() 260 ATF_REQUIRE_EQ("foo", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY() 262 ATF_REQUIRE_EQ("bar", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY() 264 ATF_REQUIRE_EQ("baz", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY() 276 templates.evaluate("fooz(index)")); in ATF_TEST_CASE_BODY() 288 templates.evaluate("v(indexz)")); in ATF_TEST_CASE_BODY() 300 "at position '1'", templates.evaluate("v(index)")); in ATF_TEST_CASE_BODY() 310 ATF_REQUIRE_EQ("false", templates.evaluate("defined(the-variabl)")); in ATF_TEST_CASE_BODY() [all …]
|
| H A D | templates.cpp | 360 const std::string value = _templates.evaluate( in handle_normal() 454 evaluate(const std::string& in_line) in evaluate() function in __anon5ef3b49e0111::templates_parser 473 out_line += _templates.evaluate(in_line.substr( in evaluate() 519 handle_normal(evaluate(line), input, output); in instantiate() 698 text::templates_def::evaluate(const std::string& expression) const in evaluate() function in text::templates_def
|
| H A D | templates.hpp | 111 std::string evaluate(const std::string&) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | ASTSelectionRequirements.cpp | 17 ASTSelectionRequirement::evaluate(RefactoringRuleContext &Context) const { in evaluate() function in ASTSelectionRequirement 20 SourceRangeSelectionRequirement::evaluate(Context); in evaluate() 32 Expected<CodeRangeASTSelection> CodeRangeASTSelectionRequirement::evaluate( in evaluate() function in CodeRangeASTSelectionRequirement 36 ASTSelectionRequirement::evaluate(Context); in evaluate()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringActionRuleRequirements.h | 48 Expected<SourceRange> evaluate(RefactoringRuleContext &Context) const { in evaluate() function 62 Expected<SelectedASTNode> evaluate(RefactoringRuleContext &Context) const; 77 evaluate(RefactoringRuleContext &Context) const; 106 evaluate(RefactoringRuleContext &) const { in evaluate() function
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 41 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc); in apply() 53 ST.evaluate(*Expr->arg_begin(), Add, Loc); in apply() 54 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc); in apply() 69 ST.evaluate(Expr->arg_begin()[0], S1, Loc); in apply() 70 ST.evaluate(Expr->arg_begin()[1], S2, Loc); in apply() 88 ST.evaluate(Expr->arg_begin()[0], Set, Loc); in apply() 164 ST.evaluate(Expr->getArg(i), Args[i], Loc); in apply() 246 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc()); in expand() 281 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory 292 return evaluate(LI->begin(), LI->end(), Elts, Loc); in evaluate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.h | 128 void evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc); 132 void evaluate(Iter begin, Iter end, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function 134 evaluate(*begin++, Elts, Loc); in evaluate()
|
| /freebsd/crypto/openssl/test/ |
| H A D | bntests.pl | 26 sub evaluate subroutine 141 evaluate($l, %stanza); 153 evaluate($l, %stanza) if keys %stanza;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitTracker.h | 34 bool evaluate(const MachineInstr &MI, const CellMapType &Inputs, 36 bool evaluate(const MachineInstr &BI, const CellMapType &Inputs,
|
| H A D | HexagonConstPropagation.cpp | 298 // - A set of three "evaluate" functions. Each returns "true" if the 313 virtual bool evaluate(const MachineInstr &MI, const CellMap &Inputs, 315 virtual bool evaluate(const RegisterSubReg &R, const LatticeCell &SrcC, 317 virtual bool evaluate(const MachineInstr &BrI, const CellMap &Inputs, 670 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI() 688 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch() 744 // Do not evaluate subsequent branches if the evaluation of any of the in visitBranchesFrom() 747 EvalOk = EvalOk && MCE.evaluate(MI, Cells, Targets, FallsThru); in visitBranchesFrom() 780 LLVM_DEBUG(dbgs() << " failed to evaluate a branch...adding all CFG " in visitBranchesFrom() 838 bool Eval = MCE.evaluate(M in computeBlockSuccessors() 1924 bool HexagonConstEvaluator::evaluate(const MachineInstr &MI, evaluate() function in HexagonConstEvaluator 2202 bool HexagonConstEvaluator::evaluate(const RegisterSubReg &R, evaluate() function in HexagonConstEvaluator 2258 bool HexagonConstEvaluator::evaluate(const MachineInstr &BrI, evaluate() function in HexagonConstEvaluator [all...] |
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TFLiteUtils.cpp | 63 std::unique_ptr<EvaluationResultImpl> evaluate() { in evaluate() function in llvm::TFModelEvaluatorImpl 211 std::optional<TFModelEvaluator::EvaluationResult> TFModelEvaluator::evaluate() { in evaluate() function in TFModelEvaluator 214 return EvaluationResult(Impl->evaluate()); in evaluate()
|
| /freebsd/stand/ficl/softwords/ |
| H A D | freebsd.fr | 31 : % tib> ['] evaluate catch drop ; 32 : $ tib> 2dup type cr evaluate ;
|
| /freebsd/contrib/llvm-project/lld/ |
| H A D | README.md | 14 In order to make sure various developers can evaluate patches over the
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
| H A D | TFUtils.h | 27 /// input tensors and setting their values before calling evaluate(). 36 /// - call evaluate. The input tensors' values are not consumed after this, and 89 std::optional<EvaluationResult> evaluate();
|
| /freebsd/contrib/libder/ |
| H A D | CMakeLists.txt | 16 # -fsanitize=fuzzer-no-link instrumentation seems to be fine. Maybe re-evaluate
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CT_POLICY_EVAL_CTX_new.pod | 11 Encapsulates the data required to evaluate whether SCTs meet a Certificate Transparency policy 33 A B<CT_POLICY_EVAL_CTX> is used by functions that evaluate whether Signed
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MLModelRunner.h | 33 template <typename T> T evaluate() { in evaluate() 31 template <typename T> T evaluate() { evaluate() function
|
| /freebsd/contrib/arm-optimized-routines/math/tools/ |
| H A D | v_log2f.sollya | 10 ln2 = evaluate(log(2),0);
|
| /freebsd/contrib/bmake/unit-tests/ |
| H A D | varmisc.exp | 18 do not evaluate or expand :? if discarding
|