Home
last modified time | relevance | path

Searched refs:evaluate (Results 1 – 25 of 110) sorted by relevance

12345

/freebsd-14.2/stand/forth/
H A Dmenu-commands.4th53 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 Dmenusets.4th70 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 Dbeastie.4th74 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 Dmenu.rc187 drop s" execute" evaluate \ Use evaluate to avoid passing
191 s" execute" evaluate
H A Dmenu.4th503 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 Ddelay.4th114 evaluate \ evaluate/execute the command string
/freebsd-14.2/contrib/kyua/utils/text/
H A Dtemplates_test.cpp235 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 Dtemplates.cpp360 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 Dtemplates.hpp111 std::string evaluate(const std::string&) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp17 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 DRefactoringActionRuleRequirements.h48 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 DSetTheory.cpp41 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 DSetTheory.h128 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 Dbntests.pl26 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 DHexagonBitTracker.h34 bool evaluate(const MachineInstr &MI, const CellMapType &Inputs,
36 bool evaluate(const MachineInstr &BI, const CellMapType &Inputs,
H A DHexagonConstPropagation.cpp670 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 DTFLiteUtils.cpp63 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 Dfreebsd.fr31 : % tib> ['] evaluate catch drop ;
32 : $ tib> 2dup type cr evaluate ;
/freebsd-14.2/contrib/llvm-project/lld/
H A DREADME.md14 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 DTFUtils.h89 std::optional<EvaluationResult> evaluate();
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMLModelRunner.h33 template <typename T> T evaluate() { in evaluate() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.h55 bool evaluate(State &Parent, const Expr *E, APValue &Result);
/freebsd-14.2/crypto/openssl/doc/man3/
H A DCT_POLICY_EVAL_CTX_new.pod11 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 Dv_log2f.sollya10 ln2 = evaluate(log(2),0);
/freebsd-14.2/sys/contrib/device-tree/Bindings/nds32/
H A Dandestech-boards25 comprehensive simulation and design environments, users may evaluate the

12345