Home
last modified time | relevance | path

Searched refs:_exp (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/public/tier0/
H A Ddbg.h78 if ( !(_exp) ) \
96 #define AssertFatal( _exp ) _AssertMsgSmall( _exp, true, "Fatal Assertion Failed: " #_exp ) argument
98 #define VerifyFatal( _exp ) AssertFatal( _exp ) argument
104 #define Assert( _exp ) _AssertMsgSmall( _exp, false, "Assertion Failed: " #_exp ) argument
106 #define AssertOnce( _exp ) _AssertMsgOnce( _exp, false, "Assertion Failed: " #_exp ) argument
123 #define DbgAssert( _exp ) Assert( _exp ) argument
124 #define DbgAssertMsg( _exp, ... ) AssertMsg( _exp, __VA_ARGS__ ) argument
125 #define DbgVerify( _exp ) Assert( _exp ) argument
129 #define DbgVerify( _exp ) (void)(_exp) argument
133 #define AssertMsg1( _exp, _msg, a1 ) AssertMsg( _exp, _msg, a1 ) argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java116 _exp = exp; in Predicate()
117 _exp.setParent(this); in Predicate()
265 return _exp; in getExpr()
288 _exp = new CastExpr(_exp, texp = Type.Real); in typeCheck()
295 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
296 _exp = new CastExpr(_exp, Type.Real); in typeCheck()
304 _exp = new CastExpr(_exp, Type.Int); in typeCheck()
310 !_exp.hasLastCall() && !_exp.hasPositionCall(); in typeCheck()
335 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
342 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java116 _exp = exp; in Predicate()
117 _exp.setParent(this); in Predicate()
265 return _exp; in getExpr()
288 _exp = new CastExpr(_exp, texp = Type.Real); in typeCheck()
295 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
296 _exp = new CastExpr(_exp, Type.Real); in typeCheck()
304 _exp = new CastExpr(_exp, Type.Int); in typeCheck()
310 !_exp.hasLastCall() && !_exp.hasPositionCall(); in typeCheck()
335 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
342 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java116 _exp = exp; in Predicate()
117 _exp.setParent(this); in Predicate()
265 return _exp; in getExpr()
288 _exp = new CastExpr(_exp, texp = Type.Real); in typeCheck()
295 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
296 _exp = new CastExpr(_exp, Type.Real); in typeCheck()
304 _exp = new CastExpr(_exp, Type.Int); in typeCheck()
310 !_exp.hasLastCall() && !_exp.hasPositionCall(); in typeCheck()
335 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
342 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java116 _exp = exp; in Predicate()
117 _exp.setParent(this); in Predicate()
265 return _exp; in getExpr()
288 _exp = new CastExpr(_exp, texp = Type.Real); in typeCheck()
295 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
296 _exp = new CastExpr(_exp, Type.Real); in typeCheck()
304 _exp = new CastExpr(_exp, Type.Int); in typeCheck()
310 !_exp.hasLastCall() && !_exp.hasPositionCall(); in typeCheck()
335 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
342 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java116 _exp = exp; in Predicate()
117 _exp.setParent(this); in Predicate()
265 return _exp; in getExpr()
288 _exp = new CastExpr(_exp, texp = Type.Real); in typeCheck()
295 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
296 _exp = new CastExpr(_exp, Type.Real); in typeCheck()
304 _exp = new CastExpr(_exp, Type.Int); in typeCheck()
310 !_exp.hasLastCall() && !_exp.hasPositionCall(); in typeCheck()
335 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
342 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java116 _exp = exp; in Predicate()
117 _exp.setParent(this); in Predicate()
265 return _exp; in getExpr()
288 _exp = new CastExpr(_exp, texp = Type.Real); in typeCheck()
295 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
296 _exp = new CastExpr(_exp, Type.Real); in typeCheck()
304 _exp = new CastExpr(_exp, Type.Int); in typeCheck()
310 !_exp.hasLastCall() && !_exp.hasPositionCall(); in typeCheck()
335 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
342 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java116 _exp = exp; in Predicate()
117 _exp.setParent(this); in Predicate()
265 return _exp; in getExpr()
288 _exp = new CastExpr(_exp, texp = Type.Real); in typeCheck()
295 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
296 _exp = new CastExpr(_exp, Type.Real); in typeCheck()
304 _exp = new CastExpr(_exp, Type.Int); in typeCheck()
310 !_exp.hasLastCall() && !_exp.hasPositionCall(); in typeCheck()
335 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
342 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java116 _exp = exp; in Predicate()
117 _exp.setParent(this); in Predicate()
265 return _exp; in getExpr()
288 _exp = new CastExpr(_exp, texp = Type.Real); in typeCheck()
295 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
296 _exp = new CastExpr(_exp, Type.Real); in typeCheck()
304 _exp = new CastExpr(_exp, Type.Int); in typeCheck()
310 !_exp.hasLastCall() && !_exp.hasPositionCall(); in typeCheck()
335 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
342 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java118 _exp = exp; in Predicate()
119 _exp.setParent(this); in Predicate()
267 return _exp; in getExpr()
290 _exp = new CastExpr(_exp, texp = Type.Real); in typeCheck()
297 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
298 _exp = new CastExpr(_exp, Type.Real); in typeCheck()
306 _exp = new CastExpr(_exp, Type.Int); in typeCheck()
312 !_exp.hasLastCall() && !_exp.hasPositionCall(); in typeCheck()
337 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
344 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DPredicate.java118 _exp = exp; in Predicate()
119 _exp.setParent(this); in Predicate()
267 return _exp; in getExpr()
290 _exp = new CastExpr(_exp, texp = Type.Real); in typeCheck()
297 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
298 _exp = new CastExpr(_exp, Type.Real); in typeCheck()
306 _exp = new CastExpr(_exp, Type.Int); in typeCheck()
312 !_exp.hasLastCall() && !_exp.hasPositionCall(); in typeCheck()
337 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
344 _exp = new CastExpr(_exp, Type.Boolean); in typeCheck()
[all …]
/dports/math/singular/Singular-Release-4-2-1/factory/include/factory/templates/
H A Dftmpl_factor.h21 int _exp; variable
23 Factor() : _factor(1), _exp(0) {} in Factor()
24 Factor( const Factor<T> & f ) : _factor(f._factor), _exp(f._exp) {} in Factor()
25 Factor( const T & f, int e ) : _factor(f), _exp(e) {} in Factor()
26 Factor( const T & f ) : _factor(f), _exp(1) {} in Factor()
31 int exp() const { return _exp; } in exp()
32 T value() const { return power( _factor, _exp ); } in value()
33 Factor<T>& operator+= ( int i ) { _exp += i; return *this; }
34 Factor<T>& operator*= ( int i ) { _exp *= i; return *this; }
H A Dftmpl_afactor.h21 int _exp; variable
23 AFactor() : _factor(1), _minpoly (1), _exp(0) {} in AFactor()
24 AFactor( const AFactor<T> & f ) : _factor(f._factor), _minpoly (f._minpoly), _exp(f._exp) {} in AFactor()
25 AFactor( const T & f, const T & m, int e ) : _factor(f), _minpoly (m), _exp(e) {} in AFactor()
26 AFactor( const T & f, const T & m ) : _factor(f), _minpoly (m), _exp(1) {} in AFactor()
31 int exp() const { return _exp; } in exp()
32 T value() const { return power( _factor, _exp ); } in value()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dtest_isa_2_07_part2.c182 _exp = 0x3fd; in build_special_fargs_table()
188 _exp = 0x404; in build_special_fargs_table()
194 _exp = 0x001; in build_special_fargs_table()
200 _exp = 0x7fe; in build_special_fargs_table()
206 _exp = 0x012; in build_special_fargs_table()
214 _exp = 0x000; in build_special_fargs_table()
221 _exp = 0x000; in build_special_fargs_table()
228 _exp = 0x7FF; in build_special_fargs_table()
235 _exp = 0x7FF; in build_special_fargs_table()
253 _exp = 0xff; in build_special_fargs_table()
[all …]
H A Dtest_isa_2_06_part1.c178 _exp = 0x002; in build_fargs_table()
182 _exp = 0x000; in build_fargs_table()
190 _exp = 0x002; in build_fargs_table()
194 _exp = 0x000; in build_fargs_table()
805 _exp = 0x3fd; in build_special_fargs_table()
811 _exp = 0x404; in build_special_fargs_table()
846 _exp = 0x001; in build_special_fargs_table()
857 _exp = 0x7fe; in build_special_fargs_table()
880 _exp = 0x012; in build_special_fargs_table()
935 _exp = 0x000; in build_special_fargs_table()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dtest_isa_2_07_part2.c182 _exp = 0x3fd; in build_special_fargs_table()
188 _exp = 0x404; in build_special_fargs_table()
194 _exp = 0x001; in build_special_fargs_table()
200 _exp = 0x7fe; in build_special_fargs_table()
206 _exp = 0x012; in build_special_fargs_table()
214 _exp = 0x000; in build_special_fargs_table()
221 _exp = 0x000; in build_special_fargs_table()
228 _exp = 0x7FF; in build_special_fargs_table()
235 _exp = 0x7FF; in build_special_fargs_table()
253 _exp = 0xff; in build_special_fargs_table()
[all …]
H A Dtest_isa_2_06_part1.c178 _exp = 0x002; in build_fargs_table()
182 _exp = 0x000; in build_fargs_table()
190 _exp = 0x002; in build_fargs_table()
194 _exp = 0x000; in build_fargs_table()
805 _exp = 0x3fd; in build_special_fargs_table()
811 _exp = 0x404; in build_special_fargs_table()
846 _exp = 0x001; in build_special_fargs_table()
857 _exp = 0x7fe; in build_special_fargs_table()
880 _exp = 0x012; in build_special_fargs_table()
935 _exp = 0x000; in build_special_fargs_table()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dtest_isa_2_07_part2.c182 _exp = 0x3fd; in build_special_fargs_table()
188 _exp = 0x404; in build_special_fargs_table()
194 _exp = 0x001; in build_special_fargs_table()
200 _exp = 0x7fe; in build_special_fargs_table()
206 _exp = 0x012; in build_special_fargs_table()
214 _exp = 0x000; in build_special_fargs_table()
221 _exp = 0x000; in build_special_fargs_table()
228 _exp = 0x7FF; in build_special_fargs_table()
235 _exp = 0x7FF; in build_special_fargs_table()
253 _exp = 0xff; in build_special_fargs_table()
[all …]
H A Dtest_isa_2_06_part1.c178 _exp = 0x002; in build_fargs_table()
182 _exp = 0x000; in build_fargs_table()
190 _exp = 0x002; in build_fargs_table()
194 _exp = 0x000; in build_fargs_table()
805 _exp = 0x3fd; in build_special_fargs_table()
811 _exp = 0x404; in build_special_fargs_table()
846 _exp = 0x001; in build_special_fargs_table()
857 _exp = 0x7fe; in build_special_fargs_table()
880 _exp = 0x012; in build_special_fargs_table()
935 _exp = 0x000; in build_special_fargs_table()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dtest_isa_2_07_part2.c182 _exp = 0x3fd; in build_special_fargs_table()
188 _exp = 0x404; in build_special_fargs_table()
194 _exp = 0x001; in build_special_fargs_table()
200 _exp = 0x7fe; in build_special_fargs_table()
206 _exp = 0x012; in build_special_fargs_table()
214 _exp = 0x000; in build_special_fargs_table()
221 _exp = 0x000; in build_special_fargs_table()
228 _exp = 0x7FF; in build_special_fargs_table()
235 _exp = 0x7FF; in build_special_fargs_table()
253 _exp = 0xff; in build_special_fargs_table()
[all …]
H A Dtest_isa_2_06_part1.c178 _exp = 0x002; in build_fargs_table()
182 _exp = 0x000; in build_fargs_table()
190 _exp = 0x002; in build_fargs_table()
194 _exp = 0x000; in build_fargs_table()
805 _exp = 0x3fd; in build_special_fargs_table()
811 _exp = 0x404; in build_special_fargs_table()
846 _exp = 0x001; in build_special_fargs_table()
857 _exp = 0x7fe; in build_special_fargs_table()
880 _exp = 0x012; in build_special_fargs_table()
935 _exp = 0x000; in build_special_fargs_table()
[all …]
/dports/devel/py-tox/tox-3.12.1/tests/unit/
H A Dtest_quickstart.py118 class _exp: class
143 _exp(
151 _exp(
159 _exp(
167 _exp(
175 _exp(
188 _exp(
196 _exp("choose no version individually and defaults"),
201 _exp(
209 _exp(
[all …]
/dports/math/frobby/frobby-0.9.1/src/
H A DBigattiPivotStrategy.cpp80 _exp = 0; // fall back to median. in considerTypical()
84 _ideal->getMostNonGenericExponent(_var, _exp); in considerMostNonGeneric()
92 _ideal->getNonGenericExponent(_var, _exp); in considerSomeNonGeneric()
96 if (_exp == 0) in selectPurePower()
100 _pivot[_var] = _exp; in selectPurePower()
105 if (_exp == 0) in selectGcd()
115 if (_exp == 0) { in selectTight()
127 while ((*blockBegin)[_var] != _exp) { in selectTight()
131 ASSERT((*blockBegin)[_var] == _exp); in selectTight()
167 _pivot[_var] = _exp; in selectTight()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/
H A Dgrammar_8h_source.tex53 \DoxyCodeLine{00062 vrna\_callback\_gr\_rule\_exp *cb\_aux\_exp\_f;}
54 \DoxyCodeLine{00063 vrna\_callback\_gr\_rule\_exp *cb\_aux\_exp\_c;}
55 \DoxyCodeLine{00064 vrna\_callback\_gr\_rule\_exp *cb\_aux\_exp\_m;}
56 \DoxyCodeLine{00065 vrna\_callback\_gr\_rule\_exp *cb\_aux\_exp\_m1;}
57 \DoxyCodeLine{00066 vrna\_callback\_gr\_rule\_aux\_exp *cb\_aux\_exp;}
71 \DoxyCodeLine{00080 vrna\_callback\_gr\_rule\_exp *cb);}
81 \DoxyCodeLine{00090 vrna\_callback\_gr\_rule\_exp *cb);}
91 \DoxyCodeLine{00100 vrna\_callback\_gr\_rule\_exp *cb);}
101 \DoxyCodeLine{00110 vrna\_callback\_gr\_rule\_exp *cb);}
110 \DoxyCodeLine{00119 vrna\_gr\_set\_aux\_exp(\mbox{\hyperlink{group__fold__compound_structvrna__fc__…
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/tv/
H A Dfltcalc.c251 sc_add(_exp(in_val), temp, _exp(out_val)); in normalize()
258 sc_sub(_exp(in_val), temp, _exp(out_val)); in normalize()
448 sc_sub(_exp(a), _exp(b), exp_diff); in _fadd()
594 sc_add(_exp(a), _exp(b), _exp(result)); in _fmul()
597 sc_sub(_exp(result), temp, _exp(result)); in _fmul()
602 sc_add(_exp(result), temp, _exp(result)); in _fmul()
691 sc_sub(_exp(a), _exp(b), _exp(result)); in _fdiv()
693 sc_add(_exp(result), temp, _exp(result)); in _fdiv()
1074 sc_add(_exp(value), temp, _exp(result)); in fc_cast()
1418 if (sc_comp(_exp(a), _exp(b)) == -1) in fc_add()
[all …]

12345678910>>...30