Home
last modified time | relevance | path

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

12345

/freebsd-12.1/stand/forth/
H A Dmenu-commands.4th54 evaluate
71 evaluate
80 s" set boot_single=YES" evaluate
128 s" set hw.ata.ata_dma=0" evaluate
130 s" set hw.ata.wc=0" evaluate
131 s" set hw.eisa_slots=0" evaluate
179 s" set boot_single=YES" evaluate
218 s" set boot_verbose=YES" evaluate
252 s" set autoboot_delay=NO" evaluate
386 s" unload" evaluate
[all …]
H A Dmenusets.4th71 evaluate ( c-addr2 u2 -- )
92 evaluate
98 s" set type=menu" evaluate
103 s" set type=menu" evaluate
163 evaluate
169 s" set type=ansi" evaluate
174 s" set type=ansi" evaluate
179 s" set type=menu" evaluate
184 s" set type=menu" evaluate
256 evaluate
[all …]
H A Dbeastie.4th75 evaluate
100 s" include /boot/menu.rc" evaluate
104 s" set delay_command='include /boot/menu.rc'" evaluate
105 s" set delay_showdots" evaluate
H A Dmenu.4th499 evaluate
553 0 s" kernel_state" evaluate !
554 over s" init_kernel" evaluate drop
560 17 +c! 34 +c! 37 +c! evaluate
566 17 +c! 34 +c! 37 +c! evaluate
574 s" activate_kernel" evaluate ( n -- n )
638 evaluate
757 evaluate
1127 s" boot" evaluate
1154 evaluate
[all …]
H A Dmenu.rc188 drop s" execute" evaluate \ Use evaluate to avoid passing
192 s" execute" evaluate
H A Ddelay.4th115 evaluate \ evaluate/execute the command string
H A Dloader.4th158 s" also support-functions" evaluate
159 s" set delay_command='load_xen_throw load_kernel load_modules'" evaluate
160 s" set delay_showdots" evaluate
H A Defi.4th37 s" efi-autoresizecons" evaluate
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp16 ASTSelectionRequirement::evaluate(RefactoringRuleContext &Context) const { in evaluate() function in ASTSelectionRequirement
19 SourceRangeSelectionRequirement::evaluate(Context); in evaluate()
31 Expected<CodeRangeASTSelection> CodeRangeASTSelectionRequirement::evaluate( in evaluate() function in CodeRangeASTSelectionRequirement
35 ASTSelectionRequirement::evaluate(Context); in evaluate()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRuleRequirements.h49 Expected<SourceRange> evaluate(RefactoringRuleContext &Context) const { in evaluate() function
63 Expected<SelectedASTNode> evaluate(RefactoringRuleContext &Context) const;
78 evaluate(RefactoringRuleContext &Context) const;
107 evaluate(RefactoringRuleContext &) const { in evaluate() function
H A DRefactoringActionRulesInternal.h54 std::make_tuple(std::get<Is>(Requirements).evaluate(Context)...); in invokeRuleAfterValidatingRequirements()
/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DSetTheory.cpp43 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts, Loc); in apply()
55 ST.evaluate(*Expr->arg_begin(), Add, Loc); in apply()
56 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub, Loc); in apply()
71 ST.evaluate(Expr->arg_begin()[0], S1, Loc); in apply()
72 ST.evaluate(Expr->arg_begin()[1], S2, Loc); in apply()
90 ST.evaluate(Expr->arg_begin()[0], Set, Loc); in apply()
166 ST.evaluate(Expr->getArg(i), Args[i], Loc); in apply()
248 ST.evaluate(Def->getValueInit(FieldName), Elts, Def->getLoc()); in expand()
283 void SetTheory::evaluate(Init *Expr, RecSet &Elts, ArrayRef<SMLoc> Loc) { in evaluate() function in SetTheory
294 return evaluate(LI->begin(), LI->end(), Elts, Loc); in evaluate()
/freebsd-12.1/contrib/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-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h35 bool evaluate(const MachineInstr &MI, const CellMapType &Inputs,
37 bool evaluate(const MachineInstr &BI, const CellMapType &Inputs,
H A DHexagonConstPropagation.cpp660 bool Eval = MCE.evaluate(UseR, Cells.get(UseR.Reg), SrcC); in visitPHI()
678 bool Eval = MCE.evaluate(MI, Cells, Outputs); in visitNonBranch()
822 bool Eval = MCE.evaluate(MI, Cells, Targets, DoNext); in computeBlockSuccessors()
1078 bool Eval = evaluate(R, L, RC); in getCell()
1373 if (!evaluate(R2, L2, LS2)) in evaluateANDrr()
1440 if (!evaluate(R2, L2, LS2)) in evaluateORrr()
1836 bool evaluate(const Register &R, const LatticeCell &SrcC,
1914 bool HexagonConstEvaluator::evaluate(const MachineInstr &MI, in evaluate() function in HexagonConstEvaluator
2192 bool HexagonConstEvaluator::evaluate(const Register &R, in evaluate() function in HexagonConstEvaluator
2698 if (!evaluate(R, LR, LSR)) in evaluateHexCondMove()
[all …]
H A DBitTracker.h471 virtual bool evaluate(const MachineInstr &MI, const CellMapType &Inputs,
477 virtual bool evaluate(const MachineInstr &BI, const CellMapType &Inputs,
/freebsd-12.1/stand/ficl/softwords/
H A Dfreebsd.fr32 : % tib> ['] evaluate catch drop ;
33 : $ tib> 2dup type cr evaluate ;
/freebsd-12.1/contrib/bmake/unit-tests/
H A Dvarmisc.exp18 do not evaluate or expand :? if discarding
H A Dvarmisc.mk42 @echo do not evaluate or expand :? if discarding
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp158 Expected<int64_t> Value = evaluate(C); in dump()
166 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { in evaluate() function in CounterMappingContext
178 Expected<int64_t> LHS = evaluate(E.LHS); in evaluate()
181 Expected<int64_t> RHS = evaluate(E.RHS); in evaluate()
238 Expected<int64_t> ExecutionCount = Ctx.evaluate(Region.Count); in loadFunctionRecord()
/freebsd-12.1/contrib/llvm/tools/lld/
H A DREADME.md14 In order to make sure various developers can evaluate patches over the
/freebsd-12.1/crypto/openssl/doc/man3/
H A DCT_POLICY_EVAL_CTX_new.pod10 Encapsulates the data required to evaluate whether SCTs meet a Certificate Transparency policy
30 A B<CT_POLICY_EVAL_CTX> is used by functions that evaluate whether Signed
/freebsd-12.1/contrib/ipfilter/
H A DSTYLE.TXT34 All expressions which evaluate to a boolean for a test condition, such as
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td35 "cannot evaluate virtual function call in a constant expression">;
173 "cannot constant evaluate '%select{memcpy|memmove}0' from object of "
176 "cannot constant evaluate '%select{memcpy|memmove}0' between objects of "
179 "cannot constant evaluate '%select{memcpy|memmove}0' between objects of "
/freebsd-12.1/lib/libc/softfloat/
H A Dtimesoftfloat.txt56 the name of the SoftFloat routine to evaluate, such as `float32_add' or
59 of usage is written. It is also possible to evaluate all machine functions

12345