Home
last modified time | relevance | path

Searched refs:CondExp (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Dcond_exp_ad.cpp54 Yaa[0] = CondExp(p, q, r); in CondExpADOne()
57 Yaa[1] = CondExp(p, q, Xaa[2]); in CondExpADOne()
60 Yaa[2] = CondExp(p, Xaa[1], r); in CondExpADOne()
63 Yaa[3] = CondExp(p, Xaa[1], Xaa[2]); in CondExpADOne()
69 Yaa[4] = CondExp(Xaa[0], Xaa[1], r); in CondExpADOne()
72 Yaa[6] = CondExp(Xaa[0], q, Xaa[2]); in CondExpADOne()
75 Yaa[7] = CondExp(Xaa[0], q, r); in CondExpADOne()
207 Yaa[0] = CondExp(p, q, r); in CondExpADTwo()
210 Yaa[1] = CondExp(p, q, Xaa[2]); in CondExpADTwo()
213 Yaa[2] = CondExp(p, Xaa[1], r); in CondExpADTwo()
[all …]
H A Dgeneral.cpp51 extern bool CondExp(void);
168 Run( CondExp, "CondExp" ); in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dstaticcond.d79 CondExp ce = cast(CondExp)e; in impl()
219 CondExp co = cast(CondExp)orig; in visualizeFull()
220 CondExp ce = cast(CondExp)e; in visualizeFull()
351 CondExp co = cast(CondExp)orig; in visualizeShort()
352 CondExp ce = cast(CondExp)e; in visualizeShort()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dstaticcond.c51 CondExp *ce = (CondExp *)e; in evalStaticCondition()
H A Dsideeffect.c311 CondExp *ce = (CondExp *)e; in discardValue()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dstaticcond.c51 CondExp *ce = (CondExp *)e; in evalStaticCondition()
H A Dsideeffect.c311 CondExp *ce = (CondExp *)e; in discardValue()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dstaticcond.c51 CondExp *ce = (CondExp *)e; in evalStaticCondition()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dstaticcond.c55 CondExp *ce = (CondExp *)e; in evalStaticCondition()
H A Dsideeffect.c317 CondExp *ce = (CondExp *)e; in discardValue()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dstaticcond.c55 CondExp *ce = (CondExp *)e; in evalStaticCondition()
H A Dsideeffect.c317 CondExp *ce = (CondExp *)e; in discardValue()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dstaticcond.c55 CondExp *ce = (CondExp *)e; in evalStaticCondition()
H A Dsideeffect.c317 CondExp *ce = (CondExp *)e; in discardValue()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dstaticcond.c55 CondExp *ce = (CondExp *)e; in evalStaticCondition()
H A Dsideeffect.c317 CondExp *ce = (CondExp *)e; in discardValue()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dstaticcond.c55 CondExp *ce = (CondExp *)e; in evalStaticCondition()
H A Dsideeffect.c317 CondExp *ce = (CondExp *)e; in discardValue()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dstaticcond.c55 CondExp *ce = (CondExp *)e; in evalStaticCondition()
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/
H A Dcond_exp.hpp247 AD<Base> CondExp##Name( \
265 AD<Base> CondExp( in CPPAD_COND_EXP()
H A Dbase_cond_exp.hpp169 inline Type CondExp##Rel( \
/dports/math/SCIP/scip-7.0.3/src/cppad/core/
H A Dcond_exp.hpp325 AD<Base> CondExp##Name( \
343 AD<Base> CondExp( in CPPAD_COND_EXP()
H A Dbase_cond_exp.hpp171 inline Type CondExp##Rel( \
/dports/math/cppad/CppAD-20210000.8/example/general/
H A Dgeneral.cpp54 extern bool CondExp(void);
169 Run( CondExp, "CondExp" ); in main()
/dports/math/cppad/CppAD-20210000.8/include/cppad/core/graph/
H A Djson_graph_op.omh179 These operators are $cref/conditional expressions/CondExp/$$
191 The first argument is $cref/left/CondExp/left/$$,
192 the second is $cref/right/CondExp/right/$$,
193 the third is $cref/if_true/CondExp/if_true/$$,
194 the fourth is $cref/if_false/CondExp/if_false/$$,
223 $cref/conditional expressions/CondExp/$$.

123456789