Home
last modified time | relevance | path

Searched refs:side (Results 101 – 125 of 31182) sorted by relevance

12345678910>>...1248

/dports/cad/magic/magic-8.3.245/router/
H A DrtrSide.c227 switch (side)
320 Side side; local
416 side.side_line.r_xbot = side.side_line.r_xtop = RIGHT(tile);
417 side.side_line.r_ybot = side.side_line.r_ytop = ybot;
433 if (side.side_line.r_ytop > side.side_line.r_ybot)
447 if (side.side_line.r_ytop > side.side_line.r_ybot)
475 Side *side; in rtrSidePassToClient()
477 side->side_search.r_ybot = side->side_line.r_ybot;
478 side->side_search.r_ytop = side->side_line.r_ytop;
479 side->side_used.r_ybot = side->side_line.r_ybot;
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Drelation.cpp31 int side = 0; in parse() local
42 side++; in parse()
53 add(side, p); in parse()
58 side++; in parse()
63 nb_polys = side+1; in parse()
97 for(int side = 0 ; side < rel.nb_polys ; side++) { in operator <<() local
117 if (side == rational_side) { in add()
118 add(side, p, 0); in add()
138 add(side, p, 0); in add()
147 for(int side = 0 ; side < nb_polys ; side++) { in fixup_r() local
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/suspension/
H A DChHendricksonPRIMAXX.cpp179 m_knuckle[side]->SetRot(chassisRot); in InitializeSide()
188 m_spindle[side]->SetRot(chassisRot); in InitializeSide()
207 m_torquerod[side]->SetRot(rot); in InitializeSide()
225 m_lowerbeam[side]->SetRot(rot); in InitializeSide()
242 m_revoluteKingpin[side]->Initialize( in InitializeSide()
243 m_axlehousing, m_knuckle[side], in InitializeSide()
263 m_revoluteTorquerod[side]->Initialize(chassis->GetBody(), m_torquerod[side], revTR_csys); in InitializeSide()
270 m_revoluteLowerbeam[side]->Initialize(chassis->GetBody(), m_lowerbeam[side], revLB_csys); in InitializeSide()
278 m_revolute[side]->Initialize(m_spindle[side], m_knuckle[side], rev_csys); in InitializeSide()
334 m_axle[side]->SetPos_dt(-ang_vel); in InitializeSide()
[all …]
H A DChSingleWishbone.cpp125 m_spindle[side]->SetRot(chassisRot); in InitializeSide()
135 m_upright[side]->SetRot(chassisRot); in InitializeSide()
161 m_revolute[side]->Initialize(m_spindle[side], m_upright[side], in InitializeSide()
169 chassis->AddJoint(m_revoluteCA[side]); in InitializeSide()
173 …ehicleJoint::Type::REVOLUTE, m_name + "_revoluteUA" + suffix, m_control_arm[side], m_upright[side], in InitializeSide()
175 chassis->AddJoint(m_revoluteUA[side]); in InitializeSide()
207 …m_distTierod[side]->Initialize(tierod_body, m_upright[side], false, points[TIEROD_C], points[TIERO… in InitializeSide()
214 …m_distTierod[side]->Initialize(tierod_body, m_upright[side], false, points[TIEROD_C], points[TIERO… in InitializeSide()
220 …m_shock[side]->Initialize(chassis->GetBody(), m_control_arm[side], false, points[STRUT_C], points[… in InitializeSide()
229 m_axle[side]->SetPos_dt(-ang_vel); in InitializeSide()
[all …]
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dside.h44 #define add_side_to_set(side,mask) ((mask) | (1 << ((side) ? (side)->id : 0))) argument
55 ((mask) & ~(1 << ((side) ? (side)->id : 0)))
64 #define side_in_set(side,mask) ((mask) & (1 << ((side) ? (side)->id : 0))) argument
387 Side *side; member
398 #define side_in_play(side) (side->ingame) argument
1188 ((side)->see_all || seen_border((side), (x), (y), (d)))
1199 ((side)->see_all || (cover((side), (x), (y)) >= 1))
1220 ((side)->canbuild != NULL ? (side)->canbuild[u] : TRUE)
1232 ((side)->cancarry != NULL ? (side)->cancarry[u] : TRUE)
1267 ((side) == indepside && !side_has_ai(side) && !side_has_display(side))
[all …]
H A Dtp.c167 if (assignments[i].side && (assignments[i].side)->ingame) { in host_the_game()
263 side->rui->rid = side->player->rid; in init_remote_ui()
3412 set_side_adjective(side, side, str + 10); in receive_side_prop()
3425 set_side_colorscheme(side, side, str + 12); in receive_side_prop()
3447 set_side_emblemname(side, side, str + 11); in receive_side_prop()
3451 set_side_longname(side, side, str + 9); in receive_side_prop()
3453 set_side_name(side, side, str + 5); in receive_side_prop()
3455 set_side_noun(side, side, str + 5); in receive_side_prop()
3457 set_side_pluralnoun(side, side, str + 11); in receive_side_prop()
3479 set_side_shortname(side, side, str + 10); in receive_side_prop()
[all …]
H A Dscore.c40 ((side)->ingame && (side_in_set((side), (sk)->whomask)))
168 Side *side; in init_scores() local
315 Side *side; in check_pre_turn_scores() local
339 Side *side; in check_post_turn_scores() local
383 Side *side; in check_post_action_scores() local
408 Side *side; in check_post_event_scores() local
572 && (side2 == side || trusted_side(side2, side))) { in alliance_point_value()
954 if (side == indepside && !side_has_display(side)) in side_loses()
973 if (unit->side == side) { in side_loses()
1014 if (unit->side == side in side_loses()
[all …]
H A Dconq.h176 extern void init_ui(Side *side);
178 extern int active_display(Side *side);
183 extern void update_area_display(Side *side);
198 extern void flush_display_buffers(Side *side);
209 extern void low_notify(Side *side, char *str);
225 extern void place_legends(Side *side);
370 extern void init_ai(Side *side);
381 extern void ai_save_state(Side *side);
471 extern void make_up_side_name(Side *side);
522 extern char *short_side_title(Side *side);
[all …]
/dports/cad/feappv/feappv-4.1i/program/
H A Dpsides.f32 integer i,n,side local
58 side = side + 1
60 is(1,side) = 1
62 is(1,side) = 0
64 is(1,side) = 2
66 is(1,side) = 3
68 is(1,side) = -1
71 if(is(1,side).ge.0) then
80 write(iow,2002) side,vtype,(is(i,side),i=2,n)
82 write(*,2002) side,vtype,(is(i,side),i=2,n)
[all …]
/dports/games/gnushogi/gnushogi-1.4.2/gnushogi/
H A Dsearch.c159 xside = side ^ 1; in SelectMove()
177 player = side; in SelectMove()
514 search(short side, in search() argument
595 xside = side ^ 1; in search()
1091 PieceList[side][i] = PieceList[side][i + 1]; in UpdatePieceList()
1100 PieceList[side][i + 1] = PieceList[side][i]; in UpdatePieceList()
1111 PieceList[side][PieceCnt[side]] = sq; in UpdatePieceList()
1172 short side, sq; in CheckHashKey() local
1191 for (side = 0; side <= 1; side++) in CheckHashKey()
1558 short side; in InitializeStats() local
[all …]
/dports/math/R-cran-numDeriv/numDeriv/tests/
H A DoneSided.R13 err <- 1.0 - grad(f, x=0, method="simple", side=-1)
18 err <- 1.0 - grad(f, x=0, method="Richardson", side=-1)
30 err <- 1.0 - jacobian(f, x=0, method="simple", side= -1)
33 err <- 1.0 - jacobian(f, x=0, method="Richardson", side= -1)
46 err <- 1.0 - grad(f, x=c(0,0), method="simple", side=c(-1, -1)) # 1 1 nameattr in c
49 err <- 1.0 - grad(f, x=c(0,0), method="simple", side=c(-1, 1)) # 1 1 nameattr in c
52 err <- 1.0 - grad(f, x=c(0,0), method="simple", side=c(-1, NA)) # 1 1 nameattr in c
71 err <- 1.0 - jacobian(f, x=0, method="simple", side= -1)
74 err <- 1.0 - jacobian(f, x=0, method="Richardson", side= -1)
112 err <- 1.0 - jacobian(f, x=0, method="simple", side= -1)
[all …]
/dports/textproc/dsssl-docbook-modular/docbook-dsssl-1.79/html/
H A Ddbttlpg.dsl154 (if (equal? side 'recto)
306 (if (equal? side 'recto)
333 (set-titlepage node side))
335 (set-titlepage node side))
352 (if (equal? side 'recto)
1013 (if (equal? side 'recto)
1025 (if (equal? side 'recto)
1071 (if (equal? side 'recto)
2205 (equal? side 'recto))
2224 (if (equal? side 'recto)
[all …]
/dports/textproc/wdiff/wdiff-1.2.2/src/
H A Dwdiff.c154 struct side struct
375 side->character = getc (side->file); in skip_whitespace()
388 while (side->character != EOF && !isspace (side->character)) in skip_word()
389 side->character = getc (side->file); in skip_word()
475 side->character = getc (side->file); in copy_whitespace()
489 while (side->character != EOF && !isspace (side->character)) in copy_word()
523 side->character = getc (side->file); in copy_word()
679 side->file = fopen (side->filename, "r"); in split_file_into_words()
692 putc (side->character, side->file); in split_file_into_words()
697 side->character = getc (side->file); in split_file_into_words()
[all …]
/dports/games/nbsdgames/nbsdgames-4.1.2/
H A Dbattleship.c138 score[side]++; in header()
140 score[!side]++; in header()
144 mvprintw(1,0,"|_) %2d:%2d",score[side],score[!side]); in header()
148 if(side) in header()
236 autoset(side); in set_the_board()
392 just_sunk[!side]=0; in you_sunk()
407 shoot(side,y,x); in cheat()
419 if( score[side] > 14 && score[side]<score[!side] && rand()%2 ){ in decide()
420 cheat(side); in decide()
499 header(side); in help()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DForkingFilter.java77 return side; in getSideHandler()
98 side = null; in reset()
112 if(side!=null) in startPrefixMapping()
122 if(side!=null) in endPrefixMapping()
131 if(side!=null) { in startElement()
144 this.side = side; in startForking()
147 side.startDocument(); in startForking()
155 if(side!=null) { in endElement()
162 side = null; in endElement()
170 if(side!=null) in characters()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DForkingFilter.java77 return side; in getSideHandler()
98 side = null; in reset()
112 if(side!=null) in startPrefixMapping()
122 if(side!=null) in endPrefixMapping()
131 if(side!=null) { in startElement()
144 this.side = side; in startForking()
147 side.startDocument(); in startForking()
155 if(side!=null) { in endElement()
162 side = null; in endElement()
170 if(side!=null) in characters()
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/res/
H A Dunit_tetrahedron.res13 * side of side 1 -> [ 1 4 ]
14 * side of side 2 -> [ 2 4 ]
15 * side of side 3 -> [ 3 4 ]
16 * side of side 4 -> [ 2 3 ]
17 * side of side 5 -> [ 1 3 ]
44 . side of side 1 -> 1 4
45 . side of side 2 -> 2 4
46 . side of side 3 -> 3 4
47 . side of side 4 -> 2 3
48 . side of side 5 -> 1 3
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/tic6x/
H A Dinsns-bad-1.l22 [^:]*:23: Error: operand 1 of 'abs' on wrong side
23 [^:]*:24: Error: operand 2 of 'abs' on wrong side
24 [^:]*:25: Error: operand 1 of 'abs' on wrong side
25 [^:]*:26: Error: operand 2 of 'abs' on wrong side
26 [^:]*:27: Error: operand 1 of 'abs' on wrong side
27 [^:]*:28: Error: operand 2 of 'abs' on wrong side
28 [^:]*:29: Error: operand 2 of 'abs' on wrong side
29 [^:]*:30: Error: operand 1 of 'abs' on wrong side
33 [^:]*:33: Error: operand 1 of 'abs' on wrong side
34 [^:]*:34: Error: operand 2 of 'abs' on wrong side
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/tic6x/
H A Dinsns-bad-1.l22 [^:]*:23: Error: operand 1 of 'abs' on wrong side
23 [^:]*:24: Error: operand 2 of 'abs' on wrong side
24 [^:]*:25: Error: operand 1 of 'abs' on wrong side
25 [^:]*:26: Error: operand 2 of 'abs' on wrong side
26 [^:]*:27: Error: operand 1 of 'abs' on wrong side
27 [^:]*:28: Error: operand 2 of 'abs' on wrong side
28 [^:]*:29: Error: operand 2 of 'abs' on wrong side
29 [^:]*:30: Error: operand 1 of 'abs' on wrong side
33 [^:]*:33: Error: operand 1 of 'abs' on wrong side
34 [^:]*:34: Error: operand 2 of 'abs' on wrong side
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/tic6x/
H A Dinsns-bad-1.l22 [^:]*:23: Error: operand 1 of 'abs' on wrong side
23 [^:]*:24: Error: operand 2 of 'abs' on wrong side
24 [^:]*:25: Error: operand 1 of 'abs' on wrong side
25 [^:]*:26: Error: operand 2 of 'abs' on wrong side
26 [^:]*:27: Error: operand 1 of 'abs' on wrong side
27 [^:]*:28: Error: operand 2 of 'abs' on wrong side
28 [^:]*:29: Error: operand 2 of 'abs' on wrong side
29 [^:]*:30: Error: operand 1 of 'abs' on wrong side
33 [^:]*:33: Error: operand 1 of 'abs' on wrong side
34 [^:]*:34: Error: operand 2 of 'abs' on wrong side
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/tic6x/
H A Dinsns-bad-1.l22 [^:]*:23: Error: operand 1 of 'abs' on wrong side
23 [^:]*:24: Error: operand 2 of 'abs' on wrong side
24 [^:]*:25: Error: operand 1 of 'abs' on wrong side
25 [^:]*:26: Error: operand 2 of 'abs' on wrong side
26 [^:]*:27: Error: operand 1 of 'abs' on wrong side
27 [^:]*:28: Error: operand 2 of 'abs' on wrong side
28 [^:]*:29: Error: operand 2 of 'abs' on wrong side
29 [^:]*:30: Error: operand 1 of 'abs' on wrong side
33 [^:]*:33: Error: operand 1 of 'abs' on wrong side
34 [^:]*:34: Error: operand 2 of 'abs' on wrong side
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/tic6x/
H A Dinsns-bad-1.l22 [^:]*:23: Error: operand 1 of 'abs' on wrong side
23 [^:]*:24: Error: operand 2 of 'abs' on wrong side
24 [^:]*:25: Error: operand 1 of 'abs' on wrong side
25 [^:]*:26: Error: operand 2 of 'abs' on wrong side
26 [^:]*:27: Error: operand 1 of 'abs' on wrong side
27 [^:]*:28: Error: operand 2 of 'abs' on wrong side
28 [^:]*:29: Error: operand 2 of 'abs' on wrong side
29 [^:]*:30: Error: operand 1 of 'abs' on wrong side
33 [^:]*:33: Error: operand 1 of 'abs' on wrong side
34 [^:]*:34: Error: operand 2 of 'abs' on wrong side
[all …]
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/cgnsview/
H A Dtools.tcl29 pack $f.lab -side left
61 pack $f -side top -fill x
63 pack $f.lab -side left
87 pack $f.data -side left
92 pack $f.tol -side right
223 pack $f.lab -side left
238 pack $f.lab -side left
321 pack $f.lab -side left
332 pack $f.lab -side left
334 pack $f.ent -side left
[all …]
/dports/math/gsl/gsl-2.7/cblas/
H A Dtest_trsm.c13 int side = 141; in test_trsm() local
37 int side = 141; in test_trsm() local
61 int side = 141; in test_trsm() local
85 int side = 141; in test_trsm() local
109 int side = 141; in test_trsm() local
133 int side = 141; in test_trsm() local
157 int side = 141; in test_trsm() local
181 int side = 141; in test_trsm() local
205 int side = 142; in test_trsm() local
229 int side = 142; in test_trsm() local
[all …]
H A Dtest_trmm.c13 int side = 141; in test_trmm() local
37 int side = 141; in test_trmm() local
61 int side = 141; in test_trmm() local
85 int side = 141; in test_trmm() local
109 int side = 141; in test_trmm() local
133 int side = 141; in test_trmm() local
157 int side = 141; in test_trmm() local
181 int side = 141; in test_trmm() local
205 int side = 142; in test_trmm() local
229 int side = 142; in test_trmm() local
[all …]

12345678910>>...1248