Home
last modified time | relevance | path

Searched refs:condval (Results 1 – 24 of 24) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/ppcc/autosetup/
H A Dsystem.tcl227 if {[catch [list expr $condexpr] condval]} {
228 dputs $condval
231 dputs "@$condtype: $condexpr => $condval"
239 lappend condstack $condval
243 set condval [lpop condstack]
244 set condval [expr {!$condval}]
245 lappend condstack $condval
/dports/mail/neomutt/neomutt-20211029/autosetup/
H A Dsystem.tcl177 if {[catch [list expr $condexpr] condval]} {
178 dputs $condval
181 dputs "@$condtype: $condexpr => $condval"
193 lappend condstack $condval
197 set condval [lpop condstack]
198 set condval [expr {!$condval}]
199 lappend condstack $condval
/dports/lang/jimtcl/jimtcl-0.81/autosetup/
H A Dsystem.tcl177 if {[catch [list expr $condexpr] condval]} {
178 dputs $condval
181 dputs "@$condtype: $condexpr => $condval"
193 lappend condstack $condval
197 set condval [lpop condstack]
198 set condval [expr {!$condval}]
199 lappend condstack $condval
/dports/ports-mgmt/pkg/pkg-1.17.5/autosetup/
H A Dsystem.tcl177 if {[catch [list expr $condexpr] condval]} {
178 dputs $condval
181 dputs "@$condtype: $condexpr => $condval"
193 lappend condstack $condval
197 set condval [lpop condstack]
198 set condval [expr {!$condval}]
199 lappend condstack $condval
/dports/devel/fossil/fossil-src-2.17/autosetup/
H A Dsystem.tcl177 if {[catch [list expr $condexpr] condval]} {
178 dputs $condval
181 dputs "@$condtype: $condexpr => $condval"
193 lappend condstack $condval
197 set condval [lpop condstack]
198 set condval [expr {!$condval}]
199 lappend condstack $condval
/dports/devel/openocd/openocd-0.11.0/jimtcl/autosetup/
H A Dsystem.tcl177 if {[catch [list expr $condexpr] condval]} {
178 dputs $condval
181 dputs "@$condtype: $condexpr => $condval"
193 lappend condstack $condval
197 set condval [lpop condstack]
198 set condval [expr {!$condval}]
199 lappend condstack $condval
/dports/devel/automake/automake-1.16.5/t/
H A Dspecflg6.sh49 condval=$($FGREP 'foo-foo.o: foo.c' Makefile.in)
51 test "x$uncondval" = "x$condval"
/dports/devel/p5-Workflow/Workflow-1.59/lib/Workflow/Condition/
H A DCheckReturn.pm69 my $condval = $self->evaluate_condition( $wf, $cond );
74 condition_error "Condition failed: '$condval' $op '$argval'";
/dports/games/xonotic/Xonotic/source/gmqcc/
H A Dfold.h26 static int cond_ternary(ir_value *condval, ast_function *func, ast_ternary *branch);
27 static int cond_ifthen(ir_value *condval, ast_function *func, ast_ifthen *branch);
93 static int cond(ir_value *condval, ast_function *func, ast_ifthen *branch);
H A Dfold.cpp1613 int fold::cond(ir_value *condval, ast_function *func, ast_ifthen *branch) { in cond() argument
1614 if (isfloat(condval) && fold_can_1(condval) && OPTS_OPTIMIZATION(OPTIM_CONST_FOLD_DCE)) { in cond()
1617 bool istrue = (immvalue_float(condval) != 0.0f && branch->m_on_true); in cond()
1618 bool isfalse = (immvalue_float(condval) == 0.0f && branch->m_on_false); in cond()
1647 int fold::cond_ternary(ir_value *condval, ast_function *func, ast_ternary *branch) { in cond_ternary() argument
1648 return cond(condval, func, (ast_ifthen*)branch); in cond_ternary()
1651 int fold::cond_ifthen(ir_value *condval, ast_function *func, ast_ifthen *branch) { in cond_ifthen() argument
1652 return cond(condval, func, branch); in cond_ifthen()
H A Dast.cpp2223 ir_value *condval; in codegen() local
2245 if (!m_cond->codegen(func, false, &condval)) in codegen()
2251 if ((folded = fold::cond_ifthen(condval, func, this)) != -1) in codegen()
2309 if (!ir_block_create_if(cond, m_context, condval, in codegen()
2321 ir_value *condval; in codegen() local
2350 if (!m_cond->codegen(func, false, &condval)) in codegen()
2355 if ((folded = fold::cond_ternary(condval, func, this)) != -1) in codegen()
2401 if (!ir_block_create_if(cond_out, m_context, condval, ontrue, onfalse)) in codegen()
/dports/math/R-cran-lme4/lme4/man/
H A Dranef.Rd86 \item{condval}{value of the conditional mean}
141 ggplot(dd, aes(y=grp,x=condval)) +
143 geom_errorbarh(aes(xmin=condval -2*condsd,
144 xmax=condval +2*condsd), height=0)
/dports/lang/mono/mono-5.10.1.57/mono/arch/sparc/
H A Dsparc-codegen.h822 #define sparc_branch(ins,aval,condval,displ) sparc_encode_format2b((ins),(aval),(condval),2,(displ)) argument
824 #define sparc_fbranch(ins,aval,condval,displ) sparc_encode_format2b((ins),(aval),(condval),6,(displ… argument
825 #define sparc_branchp(ins,aval,condval,xcc,predict,displ) sparc_encode_format2c((ins),(aval),(condv… argument
835 #define sparc_movcc(ins,cc,condval,r1,dest) sparc_encode_format4c((ins), 0x2, 0x2c, cc, condval, r1… argument
837 #define sparc_movcc_imm(ins,cc,condval,imm,dest) sparc_encode_format4d((ins), 0x2, 0x2c, cc, condva… argument
/dports/math/R-cran-lme4/lme4/tests/testthat/
H A Dtest-ranef.R72 condval = c(1.5116973008, 9.32373076098), nameattr in c
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenattrtab.c3729 rtx *condtest, *condval; in simplify_by_exploding() local
3806 condval = xmalloc (total * sizeof (rtx)); in simplify_by_exploding()
3827 if (GET_CODE (condval[i]) == CONST_STRING in simplify_by_exploding()
3828 && ! ATTR_EQ_ATTR_P (condval[i])) in simplify_by_exploding()
3831 ATTR_EQ_ATTR_P (condval[i]) = 1; in simplify_by_exploding()
3833 if (GET_CODE (condval[j]) == CONST_STRING in simplify_by_exploding()
3834 && ATTR_EQ_ATTR_P (condval[j])) in simplify_by_exploding()
3839 defval = condval[i]; in simplify_by_exploding()
3845 ATTR_EQ_ATTR_P (condval[i]) = 0; in simplify_by_exploding()
3864 if (condval[i] != defval) in simplify_by_exploding()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenattrtab.c3729 rtx *condtest, *condval; in simplify_by_exploding() local
3806 condval = xmalloc (total * sizeof (rtx)); in simplify_by_exploding()
3827 if (GET_CODE (condval[i]) == CONST_STRING in simplify_by_exploding()
3828 && ! ATTR_EQ_ATTR_P (condval[i])) in simplify_by_exploding()
3831 ATTR_EQ_ATTR_P (condval[i]) = 1; in simplify_by_exploding()
3833 if (GET_CODE (condval[j]) == CONST_STRING in simplify_by_exploding()
3834 && ATTR_EQ_ATTR_P (condval[j])) in simplify_by_exploding()
3839 defval = condval[i]; in simplify_by_exploding()
3845 ATTR_EQ_ATTR_P (condval[i]) = 0; in simplify_by_exploding()
3864 if (condval[i] != defval) in simplify_by_exploding()
[all …]
/dports/games/zdoom/zdoom-2.8.1/src/thingdef/
H A Dthingdef_expression.cpp1575 ExpVal condval = condition->EvalExpression(NULL); in Resolve() local
1576 bool result = condval.GetBool(); in Resolve()
1596 ExpVal condval = condition->EvalExpression(self); in EvalExpression() local
1597 bool result = condval.GetBool(); in EvalExpression()
/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Ddisasm.c785 static const char *whichcond(int condval) in whichcond() argument
791 return conditions[conds[condval]]; in whichcond()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/weather/ions/noaa/
H A Dion_noaa.cpp62 static QMap<QString, ConditionIcons> const condval = setupConditionIconMappings(); in conditionIcons() local
63 return condval; in conditionIcons()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/dataengines/weather/ions/envcan/
H A Dion_envcan.cpp432 static QMap<QString, ConditionIcons> const condval = setupConditionIconMappings(); in conditionIcons() local
433 return condval; in conditionIcons()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dexpr.c1696 GnmValue const *condval = cond->constant.value; in gnm_expr_simplify_if() local
1698 c = value_get_as_bool (condval, &err); in gnm_expr_simplify_if()
/dports/lang/fpc/fpc-3.2.2/compiler/x86/
H A Daasmcpu.pas3274 bytes[0]:=ord(codes^)+condval[condition];
3300 bytes[0]:=ord(codes^)+condval[inverse_cond(condition)];
/dports/lang/fpc-source/fpc-3.2.2/compiler/x86/
H A Daasmcpu.pas3274 bytes[0]:=ord(codes^)+condval[condition];
3300 bytes[0]:=ord(codes^)+condval[inverse_cond(condition)];
/dports/editors/fpc-ide/fpc-3.2.2/compiler/x86/
H A Daasmcpu.pas3274 bytes[0]:=ord(codes^)+condval[condition];
3300 bytes[0]:=ord(codes^)+condval[inverse_cond(condition)];