Home
last modified time | relevance | path

Searched refs:Exp (Results 1 – 25 of 7524) sorted by relevance

12345678910>>...301

/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemColorField.cpp31 Exp=NULL; in emColorField()
43 if (Exp) delete Exp; in ~emColorField()
336 Exp=NULL; in AutoShrink()
414 Exp->SfRed->SetValue(Exp->RedOut); in UpdateRGBAOutput()
416 Exp->SfGreen->SetValue(Exp->GreenOut); in UpdateRGBAOutput()
418 Exp->SfBlue->SetValue(Exp->BlueOut); in UpdateRGBAOutput()
420 Exp->SfAlpha->SetValue(Exp->AlphaOut); in UpdateRGBAOutput()
435 Exp->SfHue->SetValue(Exp->HueOut); in UpdateHSVOutput()
438 Exp->SfSat->SetValue(Exp->SatOut); in UpdateHSVOutput()
441 Exp->SfVal->SetValue(Exp->ValOut); in UpdateHSVOutput()
[all …]
/dports/science/madness/madness-ebb3fd7/src/examples/compiler/
H A Dmra.yy13 struct Exp;
19 Exp *e;
141 … { driver.add(new Exp("domain",$4,$6,new Exp(*$9,Exp::INTEGER))); }
190 …| DEL POWER MINUS INTEGER { $$ = new Exp("bsh",new Exp("0.0",Exp::REAL)); if (*$4…
200 …MMLINE exp MMLINE SUBSCRIPT F { $$ = new Exp("mathfun", new Exp("normf"), $2, Exp::REAL…
203 …MMLINE exp MMLINE { $$ = new Exp("mathfun", new Exp("norm"), $2, Exp::REAL)…
209 INTEGER { $$ = new Exp(*$1,Exp::INTEGER); }
210 | STRING { $$ = new Exp(*$1,Exp::STRING); }
211 | FLOAT { $$ = new Exp(*$1,Exp::REAL); }
235 …| MLINE exp MLINE { $$ = new Exp("mathfun", new Exp("abs"), $2, Exp::REAL…
[all …]
/dports/math/spot/spot-2.10.2/tests/core/
H A Dequals.test109 !!Exp, Exp
117 (0 ^ Exp), Exp
118 (Exp ^ Exp), 0
124 (0 U Exp), Exp
125 (Exp U Exp), Exp
128 (Exp R Exp), Exp
129 (1 R Exp), Exp
131 (0 W Exp), Exp
133 (Exp W Exp), Exp
135 (1 M Exp), Exp
[all …]
/dports/math/py-spot/spot-2.10.2/tests/core/
H A Dequals.test109 !!Exp, Exp
117 (0 ^ Exp), Exp
118 (Exp ^ Exp), 0
124 (0 U Exp), Exp
125 (Exp U Exp), Exp
128 (Exp R Exp), Exp
129 (1 R Exp), Exp
131 (0 W Exp), Exp
133 (Exp W Exp), Exp
135 (1 M Exp), Exp
[all …]
/dports/audio/waon/waon-0.10/
H A DChangeLog5 * gwaon-about.c: 1.4 2011/12/27 14:44:46 kichiki Exp
8 * gwaon-wav.c: 1.20 2011/12/27 14:39:22 kichiki Exp
15 * main.c: 1.12 2011/12/27 13:11:00 kichiki Exp
18 * midi.c: 1.7 2011/12/27 13:07:40 kichiki Exp
21 * notes.h: 1.2 2011/12/27 13:00:56 kichiki Exp
22 * notes.c: 1.2 2011/12/27 13:00:20 kichiki Exp
46 * pv.c: 1.19 2008/06/07 04:54:45 kichiki Exp
47 * pv.1: 1.4 2008/06/07 04:54:07 kichiki Exp
61 * pv.c: 1.18 2007/11/05 02:37:10 kichiki Exp
68 * pv.1: 1.3 2007/11/05 02:28:28 kichiki Exp
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc88/
H A DExp.hs13 Exp(Exp), expr, atom,
115 data Exp e = Exp type
161 (A.Elt a, A.Elt b, A.Elt c) => A.Exp (a,b,c) -> (A.Exp a, A.Exp b, A.Exp c)
166 A.Exp (a,b,c,d) -> (A.Exp a, A.Exp b, A.Exp c, A.Exp d)
169 asExp :: A.Exp a -> A.Exp a
174 (A.Exp a -> A.Exp b) -> A.Exp (a,c) -> A.Exp (b,c)
179 (A.Exp b -> A.Exp c) -> A.Exp (a,b) -> A.Exp (a,c)
185 A.Exp (a,b,c) -> A.Exp a
190 A.Exp (a,b,c) -> A.Exp b
195 A.Exp (a,b,c) -> A.Exp c
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/util/
H A DutilFloat.h52 unsigned Exp : 16; member
57 … xSat_LessThan( xFloat_t a, xFloat_t b ) { return a.Exp < b.Exp || (a.Exp == b.Exp && a.M… in xSat_LessThan()
90 unsigned Exp, Mnt; in xSat_FloatAdd() local
91 if ( a.Exp < b.Exp ) in xSat_FloatAdd()
93 assert( a.Exp >= b.Exp ); in xSat_FloatAdd()
95 Mnt = a.Mnt + (b.Mnt >> (a.Exp - b.Exp)); in xSat_FloatAdd()
97 Exp = a.Exp; in xSat_FloatAdd()
123 unsigned Exp, Mnt; in xSat_FloatMul() local
124 if ( a.Exp < b.Exp ) in xSat_FloatMul()
126 assert( a.Exp >= b.Exp ); in xSat_FloatMul()
[all …]
/dports/math/timbl/timbl-6.6/demos/
H A Dclassify.cxx46 Exp->ShowOptions( cout ); in main()
47 Exp->Learn( inf ); in main()
60 delete Exp; in main()
62 Exp->SetOptions( "+vS" ); in main()
63 Exp->ShowOptions( cout ); in main()
64 Exp->Learn( inf ); in main()
76 delete Exp; in main()
79 Exp->ShowOptions( cout ); in main()
80 Exp->Learn( inf ); in main()
94 delete Exp; in main()
[all …]
/dports/textproc/jq/jq-jq-1.6/src/
H A Dparser.y389 Exp '=' Exp {
393 Exp "or" Exp {
413 Exp '|' Exp {
417 Exp ',' Exp {
421 Exp '+' Exp {
433 Exp '-' Exp {
441 Exp '*' Exp {
449 Exp '/' Exp {
455 Exp '%' Exp {
477 Exp '<' Exp {
[all …]
/dports/net-im/tkabber-plugins/tkabber-plugins-1.1.2/otr/tclotr/
H A Dsmp.tcl142 set myc2 [Hash 1 [Mult [Exp $g1 $D2] [Exp $g2a $c2]]]
148 set myc3 [Hash 2 [Mult [Exp $g1 $D3] [Exp $g3a $c3]]]
164 set Qb [Mult [Exp $g1 $r4] [Exp $g2 $y]]
165 set cP [Hash 5 [Exp $g3 $r5] [Mult [Exp $g1 $r5] [Exp $g2 $r6]]]
225 set myc2 [Hash 3 [Mult [Exp $g1 $D2] [Exp $g2b $c2]]]
231 set myc3 [Hash 4 [Mult [Exp $g1 $D3] [Exp $g3b $c3]]]
239 set mycP [Hash 5 [Mult [Exp $g3 $D5] [Exp $Pb $cP]] \
248 set Qa [Mult [Exp $g1 $r4] [Exp $g2 $x]]
249 set cP [Hash 6 [Exp $g3 $r5] [Mult [Exp $g1 $r5] [Exp $g2 $r6]]]
255 set cR [Hash 7 [Exp $g1 $r7] [Exp $QaQb $r7]]
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/texmath-0.12.1.1/src/Text/TeXMath/
H A DTypes.hs47 type ArrayLine = [[Exp]]
49 data Exp = type
63 | ESub Exp Exp -- ^ An expression with a subscript. First argument is base,
65 | ESuper Exp Exp -- ^ An expresion with a superscript. First argument is base,
67 | ESubsup Exp Exp Exp -- ^ An expression with both a sub and a superscript.
70 | EOver Bool Exp Exp -- ^ An expression with something over it.
76 | EUnder Bool Exp Exp -- ^ An expression with something under it.
78 | EUnderover Bool Exp Exp Exp -- ^ An expression with something over and
82 | EFraction FractionType Exp Exp -- ^ A fraction. First argument is
84 | ERoot Exp Exp -- ^ An nth root. First argument is index, second is base.
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/texmath-0.12.3.1/src/Text/TeXMath/
H A DTypes.hs47 type ArrayLine = [[Exp]]
49 data Exp = type
63 | ESub Exp Exp -- ^ An expression with a subscript. First argument is base,
65 | ESuper Exp Exp -- ^ An expresion with a superscript. First argument is base,
67 | ESubsup Exp Exp Exp -- ^ An expression with both a sub and a superscript.
70 | EOver Bool Exp Exp -- ^ An expression with something over it.
76 | EUnder Bool Exp Exp -- ^ An expression with something under it.
78 | EUnderover Bool Exp Exp Exp -- ^ An expression with something over and
82 | EFraction FractionType Exp Exp -- ^ A fraction. First argument is
84 | ERoot Exp Exp -- ^ An nth root. First argument is index, second is base.
[all …]
/dports/biology/sim4/sim4.2003-09-21/
H A DVERSION3 $Id: Xtend1.c,v 1.9 2000/06/05 22:48:19 florea Exp $
6 $Id: Xtend1.h,v 1.3 1998/05/12 19:58:50 schwartz Exp $
9 $Id: align.c,v 1.20 2000/08/04 18:55:24 florea Exp $
12 $Id: align.h,v 1.9 2000/06/06 15:03:02 florea Exp $
15 $Id: args.c,v 1.3 2000/09/15 17:57:02 florea Exp $
18 $Id: args.h,v 1.2 2000/09/15 17:57:02 florea Exp $
31 $Id: dna.c,v 1.2 2000/06/05 22:48:19 florea Exp $
34 $Id: dna.h,v 1.1 2000/06/05 22:23:59 florea Exp $
45 $Id: misc.c,v 1.2 2000/06/05 22:48:19 florea Exp $
48 $Id: misc.h,v 1.1 2000/06/05 22:25:12 florea Exp $
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DBuild.hs105 app :: Exp () -> Exp () -> Exp ()
109 infixApp :: Exp () -> QOp () -> Exp () -> Exp ()
113 appFun :: Exp () -> [Exp ()] -> Exp ()
122 tuple :: [Exp ()] -> Exp ()
175 lamE :: [Pat ()] -> Exp () -> Exp ()
179 letE :: [Decl ()] -> Exp () -> Exp ()
183 caseE :: Exp () -> [Alt ()] -> Exp ()
207 listE :: [Exp ()] -> Exp ()
211 eList :: Exp ()
219 paren :: Exp () -> Exp ()
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/haskell-src-exts-1.23.0/src/Language/Haskell/Exts/
H A DBuild.hs105 app :: Exp () -> Exp () -> Exp ()
109 infixApp :: Exp () -> QOp () -> Exp () -> Exp ()
113 appFun :: Exp () -> [Exp ()] -> Exp ()
122 tuple :: [Exp ()] -> Exp ()
175 lamE :: [Pat ()] -> Exp () -> Exp ()
179 letE :: [Decl ()] -> Exp () -> Exp ()
183 caseE :: Exp () -> [Alt ()] -> Exp ()
207 listE :: [Exp ()] -> Exp ()
211 eList :: Exp ()
219 paren :: Exp () -> Exp ()
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/haskell-src-exts-1.23.1/src/Language/Haskell/Exts/
H A DBuild.hs105 app :: Exp () -> Exp () -> Exp ()
109 infixApp :: Exp () -> QOp () -> Exp () -> Exp ()
113 appFun :: Exp () -> [Exp ()] -> Exp ()
122 tuple :: [Exp ()] -> Exp ()
175 lamE :: [Pat ()] -> Exp () -> Exp ()
179 letE :: [Decl ()] -> Exp () -> Exp ()
183 caseE :: Exp () -> [Alt ()] -> Exp ()
207 listE :: [Exp ()] -> Exp ()
211 eList :: Exp ()
219 paren :: Exp () -> Exp ()
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/happy-1.19.12/tests/
H A DTestPrecedence.ly39 > Exp :: { Exp }
40 > Exp : let var '=' Exp in Exp { Let $2 $4 $6 }
42 > | Exp '<' Exp { Less $1 $3 }
46 > | Exp '/' Exp { Div $1 $3 }
67 > = Let String Exp Exp
68 > | Greater Exp Exp
69 > | Less Exp Exp
70 > | Plus Exp Exp
71 > | Minus Exp Exp
72 > | Times Exp Exp
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/happy-1.20.0/tests/
H A DTestPrecedence.ly39 > Exp :: { Exp }
40 > Exp : let var '=' Exp in Exp { Let $2 $4 $6 }
42 > | Exp '<' Exp { Less $1 $3 }
46 > | Exp '/' Exp { Div $1 $3 }
67 > = Let String Exp Exp
68 > | Greater Exp Exp
69 > | Less Exp Exp
70 > | Plus Exp Exp
71 > | Minus Exp Exp
72 > | Times Exp Exp
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/happy-1.19.12/tests/
H A DTestPrecedence.ly39 > Exp :: { Exp }
40 > Exp : let var '=' Exp in Exp { Let $2 $4 $6 }
42 > | Exp '<' Exp { Less $1 $3 }
46 > | Exp '/' Exp { Div $1 $3 }
67 > = Let String Exp Exp
68 > | Greater Exp Exp
69 > | Less Exp Exp
70 > | Plus Exp Exp
71 > | Minus Exp Exp
72 > | Times Exp Exp
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/happy-1.19.12/tests/
H A DTestPrecedence.ly39 > Exp :: { Exp }
40 > Exp : let var '=' Exp in Exp { Let $2 $4 $6 }
42 > | Exp '<' Exp { Less $1 $3 }
46 > | Exp '/' Exp { Div $1 $3 }
67 > = Let String Exp Exp
68 > | Greater Exp Exp
69 > | Less Exp Exp
70 > | Plus Exp Exp
71 > | Minus Exp Exp
72 > | Times Exp Exp
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/happy-1.20.0/tests/
H A DTestPrecedence.ly39 > Exp :: { Exp }
40 > Exp : let var '=' Exp in Exp { Let $2 $4 $6 }
42 > | Exp '<' Exp { Less $1 $3 }
46 > | Exp '/' Exp { Div $1 $3 }
67 > = Let String Exp Exp
68 > | Greater Exp Exp
69 > | Less Exp Exp
70 > | Plus Exp Exp
71 > | Minus Exp Exp
72 > | Times Exp Exp
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/happy-1.20.0/tests/
H A DTestPrecedence.ly39 > Exp :: { Exp }
40 > Exp : let var '=' Exp in Exp { Let $2 $4 $6 }
42 > | Exp '<' Exp { Less $1 $3 }
46 > | Exp '/' Exp { Div $1 $3 }
67 > = Let String Exp Exp
68 > | Greater Exp Exp
69 > | Less Exp Exp
70 > | Plus Exp Exp
71 > | Minus Exp Exp
72 > | Times Exp Exp
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/happy-1.20.0/tests/
H A DTestPrecedence.ly39 > Exp :: { Exp }
40 > Exp : let var '=' Exp in Exp { Let $2 $4 $6 }
42 > | Exp '<' Exp { Less $1 $3 }
46 > | Exp '/' Exp { Div $1 $3 }
67 > = Let String Exp Exp
68 > | Greater Exp Exp
69 > | Less Exp Exp
70 > | Plus Exp Exp
71 > | Minus Exp Exp
72 > | Times Exp Exp
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/happy-1.20.0/tests/
H A DTestPrecedence.ly39 > Exp :: { Exp }
40 > Exp : let var '=' Exp in Exp { Let $2 $4 $6 }
42 > | Exp '<' Exp { Less $1 $3 }
46 > | Exp '/' Exp { Div $1 $3 }
67 > = Let String Exp Exp
68 > | Greater Exp Exp
69 > | Less Exp Exp
70 > | Plus Exp Exp
71 > | Minus Exp Exp
72 > | Times Exp Exp
[all …]
/dports/devel/hs-happy/happy-1.20.0/tests/
H A DTestPrecedence.ly39 > Exp :: { Exp }
40 > Exp : let var '=' Exp in Exp { Let $2 $4 $6 }
42 > | Exp '<' Exp { Less $1 $3 }
46 > | Exp '/' Exp { Div $1 $3 }
67 > = Let String Exp Exp
68 > | Greater Exp Exp
69 > | Less Exp Exp
70 > | Plus Exp Exp
71 > | Minus Exp Exp
72 > | Times Exp Exp
[all …]

12345678910>>...301