Home
last modified time | relevance | path

Searched refs:side (Results 226 – 250 of 48718) sorted by relevance

12345678910>>...1949

/dports/math/cblas/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_strevc_work.c35 lapack_int LAPACKE_strevc_work( int matrix_layout, char side, char howmny, in LAPACKE_strevc_work() argument
44 LAPACK_strevc( &side, &howmny, select, &n, t, &ldt, vl, &ldvl, vr, in LAPACKE_strevc_work()
78 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_strevc_work()
85 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_strevc_work()
94 if( ( LAPACKE_lsame( side, 'l' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_strevc_work()
98 if( ( LAPACKE_lsame( side, 'r' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_strevc_work()
103 LAPACK_strevc( &side, &howmny, select, &n, t_t, &ldt_t, vl_t, &ldvl_t, in LAPACKE_strevc_work()
109 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_strevc_work()
113 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_strevc_work()
118 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_strevc_work()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/ext/LAPACKBLAS/LAPACKE/src/
H A Dlapacke_strevc_work.c36 lapack_int LAPACKE_strevc_work( int matrix_layout, char side, char howmny, in LAPACKE_strevc_work() argument
45 LAPACK_strevc( &side, &howmny, select, &n, t, &ldt, vl, &ldvl, vr, in LAPACKE_strevc_work()
79 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_strevc_work()
86 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_strevc_work()
95 if( ( LAPACKE_lsame( side, 'l' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_strevc_work()
99 if( ( LAPACKE_lsame( side, 'r' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_strevc_work()
104 LAPACK_strevc( &side, &howmny, select, &n, t_t, &ldt_t, vl_t, &ldvl_t, in LAPACKE_strevc_work()
110 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_strevc_work()
114 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_strevc_work()
119 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_strevc_work()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Daioprt.h73 Side *side; member
95 Side *side; member
99 extern void create_side_ai(Side *side);
101 extern AI_Side * get_side_ai(Side *side);
110 #define for_all_oproles(side,oprole) \ argument
111 for ((oprole) = (get_side_ai(side) ? get_side_ai(side)->oproles : NULL); \
116 #define for_all_oproles_by_type(side,type,oprole) \ argument
117 for ((oprole) = (get_side_ai(side) ? \
118 get_side_ai(side)->oprole_buckets[type] : NULL); \
128 extern OpRole *find_oprole(Side *side, int id);
[all …]
H A Dnlang.c238 return (side->name ? side->name : in side_name()
239 (side->adjective ? side->adjective : in side_name()
240 (side->pluralnoun ? side->pluralnoun : in side_name()
241 (side->noun ? side->noun : in side_name()
248 return (side->adjective ? side->adjective : in side_adjective()
249 (side->noun ? side->noun : in side_adjective()
250 (side->pluralnoun ? side->pluralnoun : in side_adjective()
251 (side->name ? side->name : in side_adjective()
2016 if (unit2 != NULL && unit2->side == side) { in destination_desc()
2030 if (unit2 != NULL && unit2->side == side) { in destination_desc()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/multiplayer/scenarios/
H A D5p_Forest_of_Fear.cfg12 [side]
16 side=1
22 [/side]
23 [side]
33 [/side]
34 [side]
44 [/side]
45 [side]
55 [/side]
56 [side]
[all …]
H A D6p_Volcano.cfg14 [side]
22 [/side]
23 [side]
31 [/side]
32 [side]
40 [/side]
41 [side]
49 [/side]
50 [side]
58 [/side]
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/internal/lsp/protocol/typescript/
H A Drequests.ts105 function goNot(side: side, m: string) {
130 side.calls.push(`
137 function goReq(side: side, m: string) {
210 function output(side: side) {
211 if (side.outputFile === undefined) side.outputFile = `ts${side.name}.go`;
212 side.fd = fs.openSync(side.outputFile, 'w');
228 const a = side.name[0].toUpperCase() + side.name.substring(1)
232 f(`func ${side.name}Handler(log xlog.Logger, ${side.name} ${
268 interface side { interface
277 let client: side =
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/internal/lsp/protocol/typescript/
H A Drequests.ts105 function goNot(side: side, m: string) {
130 side.calls.push(`
137 function goReq(side: side, m: string) {
210 function output(side: side) {
211 if (side.outputFile === undefined) side.outputFile = `ts${side.name}.go`;
212 side.fd = fs.openSync(side.outputFile, 'w');
228 const a = side.name[0].toUpperCase() + side.name.substring(1)
232 f(`func ${side.name}Handler(log xlog.Logger, ${side.name} ${
268 interface side { interface
277 let client: side =
[all …]
/dports/math/dune-grid-glue/dune-grid-glue-17bd9898df80a52e2c316fc053119d190c149a2e/dune/grid-glue/adapter/
H A Dintersection.hh47 template<int side>
54 template<int side>
61 template<int side>
68 template<int side>
82 template<int side>
86 template<int side>
90 template<int side>
94 template<int side>
98 template<int side>
103 template<int side>
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/css/css-shapes/shape-outside/values/
H A Dshape-outside-ellipse-001.html.ini8 [ellipse(closest-side) - inline]
11 [ellipse(farthest-side) - inline]
14 [ellipse(25% closest-side) - inline]
17 [ellipse(25px closest-side) - inline]
20 [ellipse(farthest-side closest-side) - inline]
32 [ellipse(closest-side) - computed]
35 [ellipse(farthest-side) - computed]
38 [ellipse(25% closest-side) - computed]
41 [ellipse(25px closest-side) - computed]
44 [ellipse(closest-side closest-side) - computed]
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/scripts/
H A Dhintfile-helper.py41 if side == 'r':
42 side = 0
43 elif side == 'a':
44 side = 1
46 side = int(side[1:])
47 return side, bitsize
88 if side == 'r':
89 side = 0
90 elif side == 'a':
91 side = 1
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level3/
H A DMultiShiftQuasiTrsm.hpp35 ( side, uplo, orientation, in LocalMultiShiftQuasiTrsm()
61 ( side, uplo, orientation, in LocalMultiShiftQuasiTrsm()
89 if( side == LEFT ) in MultiShiftQuasiTrsm()
103 if( side == LEFT && uplo == LOWER ) in MultiShiftQuasiTrsm()
110 else if( side == LEFT && uplo == UPPER ) in MultiShiftQuasiTrsm()
150 if( side == LEFT ) in MultiShiftQuasiTrsm()
164 if( side == LEFT && uplo == LOWER ) in MultiShiftQuasiTrsm()
213 if( side == LEFT ) in MultiShiftQuasiTrsm()
228 if( side == LEFT && uplo == LOWER ) in MultiShiftQuasiTrsm()
312 if( side == LEFT ) in MultiShiftQuasiTrsm()
[all …]
/dports/lang/nickle/nickle-2.90/examples/
H A Dsudoku.5c13 int unit, side;
23 if (i % side == side - 1)
34 if (p1 // side == p2 // side)
36 if (p1 % side == p2 % side)
41 if (p1 // (side * unit) == p2 // (side * unit) &&
42 (p1 % side) // unit == (p2 % side) // unit)
51 edges = (bool[side**2, side**2]){[i, j] = edge(i, j)};
86 for (i < side; i++) {
158 side = 0;
159 while (side == 0 || i < side**2) {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/properties/longhands/
H A Dpadding.mako.rs9 % for side in ALL_SIDES:
11 spec = "https://drafts.csswg.org/css-box/#propdef-padding-%s" % side[0]
12 if side[1]:
13 spec = "https://drafts.csswg.org/css-logical-props/#propdef-padding-%s" % side[1]
16 "padding-%s" % side[0],
20 aliases=maybe_moz_logical_alias(engine, side, "-moz-padding-%s"),
22 logical=side[1],
25 allow_quirks="No" if side[1] else "Yes",
30 % for side in ALL_SIDES:
32 "scroll-padding-%s" % side[0],
[all …]
H A Dmargin.mako.rs9 % for side in ALL_SIDES:
11 spec = "https://drafts.csswg.org/css-box/#propdef-margin-%s" % side[0]
12 if side[1]:
13 spec = "https://drafts.csswg.org/css-logical-props/#propdef-margin-%s" % side[1]
16 "margin-%s" % side[0],
20 aliases=maybe_moz_logical_alias(engine, side, "-moz-margin-%s"),
21 allow_quirks="No" if side[1] else "Yes",
23 logical=side[1],
31 % for side in ALL_SIDES:
33 "scroll-margin-%s" % side[0],
[all …]
/dports/www/firefox/firefox-99.0/servo/components/style/properties/longhands/
H A Dpadding.mako.rs9 % for side in ALL_SIDES:
11 spec = "https://drafts.csswg.org/css-box/#propdef-padding-%s" % side[0]
12 if side[1]:
13 spec = "https://drafts.csswg.org/css-logical-props/#propdef-padding-%s" % side[1]
16 "padding-%s" % side[0],
20 aliases=maybe_moz_logical_alias(engine, side, "-moz-padding-%s"),
22 logical=side[1],
25 allow_quirks="No" if side[1] else "Yes",
30 % for side in ALL_SIDES:
32 "scroll-padding-%s" % side[0],
[all …]
H A Dmargin.mako.rs9 % for side in ALL_SIDES:
11 spec = "https://drafts.csswg.org/css-box/#propdef-margin-%s" % side[0]
12 if side[1]:
13 spec = "https://drafts.csswg.org/css-logical-props/#propdef-margin-%s" % side[1]
16 "margin-%s" % side[0],
20 aliases=maybe_moz_logical_alias(engine, side, "-moz-margin-%s"),
21 allow_quirks="No" if side[1] else "Yes",
23 logical=side[1],
31 % for side in ALL_SIDES:
33 "scroll-margin-%s" % side[0],
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/longhands/
H A Dpadding.mako.rs9 % for side in ALL_SIDES:
11 spec = "https://drafts.csswg.org/css-box/#propdef-padding-%s" % side[0]
12 if side[1]:
13 spec = "https://drafts.csswg.org/css-logical-props/#propdef-padding-%s" % side[1]
16 "padding-%s" % side[0],
20 aliases=maybe_moz_logical_alias(engine, side, "-moz-padding-%s"),
22 logical=side[1],
25 allow_quirks="No" if side[1] else "Yes",
30 % for side in ALL_SIDES:
32 "scroll-padding-%s" % side[0],
[all …]
H A Dmargin.mako.rs9 % for side in ALL_SIDES:
11 spec = "https://drafts.csswg.org/css-box/#propdef-margin-%s" % side[0]
12 if side[1]:
13 spec = "https://drafts.csswg.org/css-logical-props/#propdef-margin-%s" % side[1]
16 "margin-%s" % side[0],
20 aliases=maybe_moz_logical_alias(engine, side, "-moz-margin-%s"),
21 allow_quirks="No" if side[1] else "Yes",
23 logical=side[1],
31 % for side in ALL_SIDES:
33 "scroll-margin-%s" % side[0],
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/servo/components/style/properties/longhands/
H A Dpadding.mako.rs9 % for side in ALL_SIDES:
11 spec = "https://drafts.csswg.org/css-box/#propdef-padding-%s" % side[0]
12 if side[1]:
13 spec = "https://drafts.csswg.org/css-logical-props/#propdef-padding-%s" % side[1]
16 "padding-%s" % side[0],
20 alias=maybe_moz_logical_alias(engine, side, "-moz-padding-%s"),
22 logical=side[1],
25 allow_quirks="No" if side[1] else "Yes",
30 % for side in ALL_SIDES:
32 "scroll-padding-%s" % side[0],
[all …]
H A Dmargin.mako.rs9 % for side in ALL_SIDES:
11 spec = "https://drafts.csswg.org/css-box/#propdef-margin-%s" % side[0]
12 if side[1]:
13 spec = "https://drafts.csswg.org/css-logical-props/#propdef-margin-%s" % side[1]
16 "margin-%s" % side[0],
20 alias=maybe_moz_logical_alias(engine, side, "-moz-margin-%s"),
21 allow_quirks="No" if side[1] else "Yes",
23 logical=side[1],
31 % for side in ALL_SIDES:
33 "scroll-margin-%s" % side[0],
[all …]
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/cgnsview/
H A Dimport.tcl33 pack $f.lab -side left
43 pack $f.lab -side left
50 pack $f.lab -side left
60 pack $f.lab -side left
84 pack $f.lab -side left
100 pack $f -side top -fill x
102 pack $f.lab -side left
132 pack $f.lab -side left
205 pack $f -side top -pady 5
270 pack $f.tol -side left
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/multiVariableDeclaration/
H A DdisallowWildcardsFromReturn.sol22 … (62-81): Different number of components on the left hand side (2) than on the right hand side (3).
23 …(91-110): Different number of components on the left hand side (2) than on the right hand side (3).
24 …120-139): Different number of components on the left hand side (3) than on the right hand side (5).
25 …149-175): Different number of components on the left hand side (3) than on the right hand side (4).
26 …185-211): Different number of components on the left hand side (3) than on the right hand side (4).
27 …221-249): Different number of components on the left hand side (4) than on the right hand side (3).
28 …259-276): Different number of components on the left hand side (2) than on the right hand side (1).
29 …286-303): Different number of components on the left hand side (2) than on the right hand side (1).
30 …313-331): Different number of components on the left hand side (3) than on the right hand side (1).
31 …341-368): Different number of components on the left hand side (4) than on the right hand side (5).
/dports/games/wesnoth/wesnoth-1.14.17/data/test/scenarios/
H A Dprestart_settings.cfg10 side=1
15 name=side 1 turn 1
17 side=1
32 name=side 1 turn 1
34 side=1
49 name=side 1 turn 1
65 name=side 1 turn 1
69 name=side 1 turn 42
76 name=side 1 turn 1
93 name=side 1 turn 1
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/tikz/
H A DquadrangleQ6.tikz2 \tikzstyle{side}=[help lines, font=\tiny];
52 \draw (s1) -- node[pos=0.05, left=-0.5ex, side] {2} node[pos=0.95, left=-0.5ex, side] {1} (s2);
53 \draw (s2) -- node[pos=0.05, below=-0.5ex, side] {2} node[pos=0.95, below=-0.5ex, side] {1} (s3);
54 \draw (s3) -- node[pos=0.05, right=-0.5ex, side] {2} node[pos=0.95, right=-0.5ex, side] {1} (s4);
55 \draw (s4) -- node[pos=0.05, above=-0.5ex, side] {2} node[pos=0.95, above=-0.5ex, side] {1} (s1);
60 \draw (s5) node[right] {5} node[left=-0.5ex, side] {7};
61 \draw (s6) node[above] {6} node[below=-0.5ex, side] {7};
62 \draw (s7) node[left] {7} node[right=-0.5ex, side] {7};
63 \draw (s8) node[below] {8} node[above=-0.5ex, side] {7};
64 \draw (s9) node[right] {9} node[left=-0.5ex, side] {6};
[all …]

12345678910>>...1949