Home
last modified time | relevance | path

Searched refs:AddExp (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/lang/fpc-source/fpc-3.2.2/tests/test/cg/
H A Dtvectorcall2.pp73 B1, B2, B3, B4: TM128; HVA, AddRes, SubRes, MixRes, AddExp, SubExp, MixExp: THVA; I: Integer;
85AddExp.V1.M128_F32[0] := 11.0; AddExp.V1.M128_F32[1] := 22.0; AddExp.V1.M128_F32[2] := 33.0; …
86AddExp.V2.M128_F32[0] := 55.0; AddExp.V2.M128_F32[1] := 66.0; AddExp.V2.M128_F32[2] := 77.0; …
87AddExp.V3.M128_F32[0] := 99.0; AddExp.V3.M128_F32[1] := 110.0; AddExp.V3.M128_F32[2] := 121.0; …
88AddExp.V4.M128_F32[0] := 143.0; AddExp.V4.M128_F32[1] := 154.0; AddExp.V4.M128_F32[2] := 165.0; …
117 …WriteLn('AddExp.V1: ', AddExp.V1.M128_F32[0], ',', AddExp.V1.M128_F32[1], ',', AddExp.V1.M128_F32[…
118 …WriteLn('AddExp.V2: ', AddExp.V2.M128_F32[0], ',', AddExp.V2.M128_F32[1], ',', AddExp.V2.M128_F32[…
119 …WriteLn('AddExp.V3: ', AddExp.V3.M128_F32[0], ',', AddExp.V3.M128_F32[1], ',', AddExp.V3.M128_F32[…
120 …WriteLn('AddExp.V4: ', AddExp.V4.M128_F32[0], ',', AddExp.V4.M128_F32[1], ',', AddExp.V4.M128_F32[…
144 if AddRes.V1.M128_F32[I] <> AddExp.V1.M128_F32[I] then
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Dfix22115.d27 final inout(AddExp) isAddExp() inout { return a == 3 ? cast(typeof(return))this : null; } in inout() argument
30 extern (C++) class AddExp : Exp
58 auto c = new AddExp(); in main()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/vflux/server/
H A Dbalance_tracker.go81 bt.inactive.AddExp(balance)
167 bt.active.AddExp(pos)
173 total.AddExp(bt.inactive)
296 bt.active.AddExp(n.balance.pos)
298 bt.inactive.AddExp(n.balance.pos)
/dports/lang/cocor/cocor-1.7_3/samples/
H A Dc.atg127 ShiftExp = AddExp { ( "<<" | ">>" ) AddExp } .
129 AddExp = MultExp { ( "+" | "-" ) MultExp } .
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/gen/
H A Dnumber_test.go49 n.AddExp(b)
H A Dnumber.go72 func (n *Number) AddExp(b byte) { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/utils/
H A Dexpiredvalue_test.go95 c.input.AddExp(c.another)
H A Dexpiredvalue.go106 func (e *ExpiredValue) AddExp(a ExpiredValue) { func
/dports/textproc/cpp-peglib/cpp-peglib-1.3.7/
H A DREADME.md546 RelExp ← AddExp ('<' AddExp)*
547 AddExp ← MulExp (('+' / '-') MulExp)*
560 condw ← &'==' ('==' RelExp)* / &'<' ('<' AddExp)* / (!')' .)*
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddenum.c703 e = new AddExp(loc, eprev, new IntegerExp(loc, 1, Type::tint32)); in semantic()
712 origValue = new AddExp(loc, emprev->origValue, new IntegerExp(loc, 1, Type::tint32)); in semantic()
H A Dvisitor.h257 class AddExp; variable
549 virtual void visit(AddExp *e) { visit((BinExp *)e); } in visit()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddenum.c706 e = new AddExp(loc, eprev, new IntegerExp(loc, 1, Type::tint32)); in semantic()
715 origValue = new AddExp(loc, emprev->origValue, new IntegerExp(loc, 1, Type::tint32)); in semantic()
H A Dvisitor.h259 class AddExp; variable
553 virtual void visit(AddExp *e) { visit((BinExp *)e); } in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddenum.c703 e = new AddExp(loc, eprev, new IntegerExp(loc, 1, Type::tint32)); in semantic()
712 origValue = new AddExp(loc, emprev->origValue, new IntegerExp(loc, 1, Type::tint32)); in semantic()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddenum.c706 e = new AddExp(loc, eprev, new IntegerExp(loc, 1, Type::tint32)); in semantic()
715 origValue = new AddExp(loc, emprev->origValue, new IntegerExp(loc, 1, Type::tint32)); in semantic()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddenum.c703 e = new AddExp(loc, eprev, new IntegerExp(loc, 1, Type::tint32)); in semantic()
712 origValue = new AddExp(loc, emprev->origValue, new IntegerExp(loc, 1, Type::tint32)); in semantic()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddenum.c706 e = new AddExp(loc, eprev, new IntegerExp(loc, 1, Type::tint32)); in semantic()
715 origValue = new AddExp(loc, emprev->origValue, new IntegerExp(loc, 1, Type::tint32)); in semantic()
H A Dvisitor.h259 class AddExp; variable
553 virtual void visit(AddExp *e) { visit((BinExp *)e); } in visit()
/dports/games/avanor/avanor-0.5.8/creature/
H A Dcreature.h197 void AddExp(unsigned long exp);
/dports/net/krill/krill-0.9.4/cargo-crates/polar-core-0.12.4/src/
H A Dpolar.lalrpop380 AddExp<T>: Value = {
389 <IsValue<AddExp<T>>>,
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Darrayop.d375 checkPossibleAddCatError!(AddExp, CatExp)(e.isAddExp()); in arrayOpInvalidError()
/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DDataTree.hh193 expr_t AddExp(expr_t iArg1);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/oj/
H A Dtokenizer.go397 t.num.AddExp(b)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/sen/
H A Dtokenizer.go398 t.num.AddExp(b)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dvisitor.h261 class AddExp; variable
556 virtual void visit(AddExp *e) { visit((BinExp *)e); } in visit()

12345678