| /freebsd-14.2/stand/forth/ |
| H A D | menu-commands.4th | 53 evaluate 70 evaluate 79 s" set boot_single=YES" 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 174 s" set boot_single=YES" evaluate 213 s" set boot_verbose=YES" evaluate 247 s" set autoboot_delay=NO" evaluate 381 s" unload" evaluate [all …]
|
| H A D | menusets.4th | 70 evaluate ( c-addr2 u2 -- ) 91 evaluate 97 s" set type=menu" evaluate 102 s" set type=menu" evaluate 162 evaluate 168 s" set type=ansi" evaluate 173 s" set type=ansi" evaluate 178 s" set type=menu" evaluate 183 s" set type=menu" evaluate 255 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.rc | 187 drop s" execute" evaluate \ Use evaluate to avoid passing 191 s" execute" evaluate
|
| H A D | menu.4th | 503 evaluate 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 578 s" activate_kernel" evaluate ( n -- n ) 642 evaluate 761 evaluate 1135 s" boot" evaluate 1162 evaluate [all …]
|
| H A D | delay.4th | 114 evaluate \ evaluate/execute the command string
|
| /freebsd-14.2/contrib/kyua/utils/text/ |
| H A D | templates_test.cpp | 235 ATF_REQUIRE_EQ("", templates.evaluate("foo")); 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() 322 ATF_REQUIRE_EQ("0", templates.evaluate("length(v)")); in ATF_TEST_CASE_BODY() 324 ATF_REQUIRE_EQ("1", templates.evaluate("length(v)")); in ATF_TEST_CASE_BODY() 326 ATF_REQUIRE_EQ("2", templates.evaluate("length(v)")); in ATF_TEST_CASE_BODY() 328 ATF_REQUIRE_EQ("3", templates.evaluate("length(v)")); in ATF_TEST_CASE_BODY() 348 templates.evaluate("foo(abc")); 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 __anon5c479f940111::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-14.2/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-14.2/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-14.2/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-14.2/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-14.2/crypto/openssl/test/ |
| H A D | bntests.pl | 26 sub evaluate subroutine 141 evaluate($l, %stanza); 153 evaluate($l, %stanza) if keys %stanza;
|
| /freebsd-14.2/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 | 670 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI() 688 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch() 838 bool Eval = MCE.evaluate(MI, Cells, Targets, DoNext); in computeBlockSuccessors() 1088 bool Eval = evaluate(R, L, RC); in getCell() 1383 if (!evaluate(R2, L2, LS2)) in evaluateANDrr() 1450 if (!evaluate(R2, L2, LS2)) in evaluateORrr() 1924 bool HexagonConstEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonConstEvaluator 2202 bool HexagonConstEvaluator::evaluate(const RegisterSubReg &R, in evaluate() function in HexagonConstEvaluator 2258 bool HexagonConstEvaluator::evaluate(const MachineInstr &BrI, in evaluate() function in HexagonConstEvaluator 2708 if (!evaluate(R, LR, LSR)) in evaluateHexCondMove() [all …]
|
| /freebsd-14.2/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-14.2/stand/ficl/softwords/ |
| H A D | freebsd.fr | 31 : % tib> ['] evaluate catch drop ; 32 : $ tib> 2dup type cr evaluate ;
|
| /freebsd-14.2/contrib/llvm-project/lld/ |
| H A D | README.md | 14 In order to make sure various developers can evaluate patches over the
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
| H A D | TFUtils.h | 89 std::optional<EvaluationResult> evaluate();
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MLModelRunner.h | 33 template <typename T> T evaluate() { in evaluate() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Context.h | 55 bool evaluate(State &Parent, const Expr *E, APValue &Result);
|
| /freebsd-14.2/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-14.2/contrib/arm-optimized-routines/pl/math/tools/ |
| H A D | v_log2f.sollya | 10 ln2 = evaluate(log(2),0);
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/nds32/ |
| H A D | andestech-boards | 25 comprehensive simulation and design environments, users may evaluate the
|