Home
last modified time | relevance | path

Searched refs:side (Results 251 – 275 of 51534) sorted by relevance

1...<<11121314151617181920>>...2062

/dports/games/uqm/uqm-0.8.0/src/uqm/supermelee/
H A Dmelee.c349 COUNT side; in DrawTeams() local
351 for (side = 0; side < NUM_SIDES; side++) in DrawTeams()
982 if (pMS->side != side) in isShipSlotSelected()
1134 COUNT side = pMS->side; in DoEdit() local
1198 side = !side; in DoEdit()
1211 side = !side; in DoEdit()
1220 pMS->side = side; in DoEdit()
1962 COUNT side; in LoadMeleeConfig() local
1977 for (side = 0; side < NUM_SIDES; side++) in LoadMeleeConfig()
2006 COUNT side; in WriteMeleeConfig() local
[all …]
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/doc/tex/inputs/tikz/
H A DquadrangleQ5.tikz2 \tikzstyle{side}=[help lines, font=\tiny];
39 \draw (s1) -- node[pos=0.05, left=-0.5ex, side] {2} node[pos=0.95, left=-0.5ex, side] {1} (s2);
40 \draw (s2) -- node[pos=0.05, below=-0.5ex, side] {2} node[pos=0.95, below=-0.5ex, side] {1} (s3);
41 \draw (s3) -- node[pos=0.05, right=-0.5ex, side] {2} node[pos=0.95, right=-0.5ex, side] {1} (s4);
42 \draw (s4) -- node[pos=0.05, above=-0.5ex, side] {2} node[pos=0.95, above=-0.5ex, side] {1} (s1);
47 \draw (s5) node[right] {5} node[left=-0.5ex, side] {6};
48 \draw (s6) node[above] {6} node[below=-0.5ex, side] {6};
49 \draw (s7) node[left] {7} node[right=-0.5ex, side] {6};
50 \draw (s8) node[below] {8} node[above=-0.5ex, side] {6};
51 \draw (s9) node[right] {9} node[left=-0.5ex, side] {5};
[all …]
H A DquadrangleQ4.tikz2 \tikzstyle{side}=[help lines, font=\tiny];
28 \draw (s1) -- node[pos=0.05, left=-0.5ex, side] {2} node[pos=0.95, left=-0.5ex, side] {1} (s2);
29 \draw (s2) -- node[pos=0.05, below=-0.5ex, side] {2} node[pos=0.95, below=-0.5ex, side] {1} (s3);
30 \draw (s3) -- node[pos=0.05, right=-0.5ex, side] {2} node[pos=0.95, right=-0.5ex, side] {1} (s4);
31 \draw (s4) -- node[pos=0.05, above=-0.5ex, side] {2} node[pos=0.95, above=-0.5ex, side] {1} (s1);
36 \draw (s5) node[right] {5} node[left=-0.5ex, side] {5};
37 \draw (s6) node[above] {6} node[below=-0.5ex, side] {5};
38 \draw (s7) node[left] {7} node[right=-0.5ex, side] {5};
39 \draw (s8) node[below] {8} node[above=-0.5ex, side] {5};
40 \draw (s9) node[right] {9} node[left=-0.5ex, side] {4};
[all …]
H A DtriangleP6.tikz2 \tikzstyle{side}=[help lines, font=\tiny];
31 …1) -- node[pos=0.05, below=-0.1ex, left=-0.1ex, side] {2} node[pos=0.92, below=-0.1ex, left=-0.1ex…
32 \draw (s2) -- node[pos=0.1, right=-0.5ex, side] {2} node[pos=0.95, right=-0.5ex, side] {1} (s3);
33 \draw (s3) -- node[pos=0.05, above=-0.5ex, side] {2} node[pos=0.9, above=-0.5ex, side] {1} (s1);
38 \draw (s5) node[left] {5} node[right=-0.3ex, side] {7};
39 \draw (s6) node[below] {6} node[above=-0.3ex, side] {7};
41 \draw (s8) node[left] {8} node[right=-0.3ex, side] {6};
42 \draw (s9) node[below] {9} node[above=-0.3ex, side] {6};
44 \draw (s11) node[left] {11} node[right=-0.3ex, side] {5};
47 \draw (s14) node[left] {14} node[right=-0.3ex, side] {4};
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Dinitial_channel.c30 enum side opener) in new_initial_channel()
87 enum side side, in initial_channel_tx() argument
99 &channel->basepoints[side], in initial_channel_tx()
100 &channel->basepoints[!side], in initial_channel_tx()
115 side); in initial_channel_tx()
130 channel->view[side].owed[side], in initial_channel_tx()
131 channel->view[side].owed[!side], in initial_channel_tx()
135 side, csv_lock, in initial_channel_tx()
149 u32 channel_feerate(const struct channel *channel, enum side side) in channel_feerate() argument
154 u32 channel_blockheight(const struct channel *channel, enum side side) in channel_blockheight() argument
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/suspension/
H A DChDoubleWishbone.h99 std::shared_ptr<ChLinkTSDA> GetSpring(VehicleSide side) const { return m_spring[side]; } in GetSpring() argument
102 std::shared_ptr<ChLinkTSDA> GetShock(VehicleSide side) const { return m_shock[side]; } in GetShock() argument
108 double GetSpringForce(VehicleSide side) const { return m_spring[side]->GetForce(); } in GetSpringForce() argument
111 double GetSpringLength(VehicleSide side) const { return m_spring[side]->GetLength(); } in GetSpringLength() argument
114 double GetSpringDeformation(VehicleSide side) const { return m_spring[side]->GetDeformation(); } in GetSpringDeformation() argument
117 double GetShockForce(VehicleSide side) const { return m_shock[side]->GetForce(); } in GetShockForce() argument
120 double GetShockLength(VehicleSide side) const { return m_shock[side]->GetLength(); } in GetShockLength() argument
123 double GetShockVelocity(VehicleSide side) const { return m_shock[side]->GetVelocity(); } in GetShockVelocity() argument
126 ChVector<> Get_LCA_sph_pos(VehicleSide side) { return m_sphericalLCA[side]->GetPos(); } in Get_LCA_sph_pos() argument
129 ChVector<> Get_UCA_sph_pos(VehicleSide side) { return m_sphericalUCA[side]->GetPos(); } in Get_UCA_sph_pos() argument
[all …]
H A DChMacPhersonStrut.h99 std::shared_ptr<ChLinkTSDA> GetSpring(VehicleSide side) const { return m_spring[side]; } in GetSpring() argument
102 std::shared_ptr<ChLinkTSDA> GetShock(VehicleSide side) const { return m_shock[side]; } in GetShock() argument
108 double GetSpringForce(VehicleSide side) const { return m_spring[side]->GetForce(); } in GetSpringForce() argument
111 double GetSpringLength(VehicleSide side) const { return m_spring[side]->GetLength(); } in GetSpringLength() argument
114 double GetSpringDeformation(VehicleSide side) const { return m_spring[side]->GetDeformation(); } in GetSpringDeformation() argument
117 double GetShockForce(VehicleSide side) const { return m_shock[side]->GetForce(); } in GetShockForce() argument
120 double GetShockLength(VehicleSide side) const { return m_shock[side]->GetLength(); } in GetShockLength() argument
123 double GetShockVelocity(VehicleSide side) const { return m_shock[side]->GetVelocity(); } in GetShockVelocity() argument
126 ChVector<> Get_LCA_sph_pos(VehicleSide side) { return m_sphericalLCA[side]->GetPos(); } in Get_LCA_sph_pos() argument
133 …ual std::shared_ptr<ChBody> GetAntirollBody(VehicleSide side) const override { return m_LCA[side];… in GetAntirollBody() argument
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_editutil/
H A Dfancylineedit.cpp141 m_d->m_iconbutton[side]->setVisible(visible); in setButtonVisible()
142 m_d->m_iconEnabled[side] = visible; in setButtonVisible()
149 return m_d->m_iconEnabled[side]; in isButtonVisible()
225 return m_d->m_pixmap[side]; in buttonPixmap()
230 m_d->m_menu[side] = buttonMenu; in setButtonMenu()
236 return m_d->m_menu[side]; in buttonMenu()
241 return m_d->m_menuTabFocusTrigger[side]; in hasMenuTabFocusTrigger()
246 if (m_d->m_menuTabFocusTrigger[side] == v) in setMenuTabFocusTrigger()
249 m_d->m_menuTabFocusTrigger[side] = v; in setMenuTabFocusTrigger()
260 m_d->m_iconbutton[side]->setAutoHide(h); in setAutoHideButton()
[all …]
/dports/math/R-cran-numDeriv/numDeriv/R/
H A DnumDeriv.R26 if (is.null(side)) side <- rep(NA, n)
28 if(n != length(side))
30 if(any(1 != abs(side[!is.na(side)])))
44 side[is.na(side)] <- 1
94 pna <- (side == 1) & !is.na(side) # double these on plus side
95 mna <- (side == -1) & !is.na(side) # double these on minus side
161 if (is.null(side)) side <- rep(NA, n)
165 if(any(1 != abs(side[!is.na(side)])))
174 side[is.na(side)] <- 1
218 pna <- (side == 1) & !is.na(side) # double these on plus side
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DFancyLineEdit.cpp132 m_d->m_iconbutton[side]->setVisible(visible); in setButtonVisible()
133 m_d->m_iconEnabled[side] = visible; in setButtonVisible()
139 return m_d->m_iconEnabled[side]; in isButtonVisible()
227 return m_d->m_pixmap[side]; in buttonPixmap()
232 m_d->m_menu[side] = buttonMenu; in setButtonMenu()
238 return m_d->m_menu[side]; in buttonMenu()
243 return m_d->m_menuTabFocusTrigger[side]; in hasMenuTabFocusTrigger()
248 if (m_d->m_menuTabFocusTrigger[side] == v) in setMenuTabFocusTrigger()
251 m_d->m_menuTabFocusTrigger[side] = v; in setMenuTabFocusTrigger()
262 m_d->m_iconbutton[side]->setAutoHide(h); in setAutoHideButton()
[all …]
/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dmove.cc47 xside = 1^side; in MakeMove()
88 ExchCnt[side]++; in MakeMove()
158 if (side == white) in MakeMove()
278 side = 1^side; in UnmakeMove()
279 xside = 1^side; in UnmakeMove()
368 board.side = side; in UnmakeMove()
387 int side; in SANMove() local
394 side = board.side; in SANMove()
418 side = board.side; in SANMove()
477 if (SqAtakd (board.king[1^side], side)) in SANMove()
[all …]
/dports/cad/tkgate/tkgate-2.1/scripts/
H A Dmypane.tcl71 pack $w.p1 -padx 1 -side left
72 pack $w.p2 -padx 1 -side right
74 pack $w.v1 -padx 0 -side top
75 pack $w.v2 -padx 0 -side top
76 pack $w.v3 -padx 0 -side top
79 pack $w.p1 -pady 1 -side top
80 pack $w.p2 -pady 1 -side bottom
82 pack $w.v1 -pady 0 -side left
83 pack $w.v2 -pady 0 -side left
84 pack $w.v3 -pady 0 -side left
[all …]
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/cgnsview/
H A Dexport.tcl33 pack $f.lab -side left
37 pack $f.but -side right -fill y
43 pack $f.lab -side left
50 pack $f.lab -side left
59 pack $f.lab -side left
92 pack $f -side top -fill x
94 pack $f.lab -side left
102 pack $f -side top -anchor w
145 pack $f.lab -side left
161 pack $f.lab -side left
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-descent.cpp40 for(int side = 0 ; side < 2 ; side++) { in register_contending_relation() local
41 for(unsigned int i = 0 ; i < rel.sides[side].size() ; i++) { in register_contending_relation()
42 relation::pr const & v(rel.sides[side][i]); in register_contending_relation()
48 if (las.dlog_base.is_known(side, p, r)) in register_contending_relation()
53 siever_config_pool::key_type K(side, n); in register_contending_relation()
66 contender.outstanding.push_back(std::make_pair(side, v)); in register_contending_relation()
106 verbose_output_print (0, 1, "%d@%d ->", n, doing.side); in postprocess_specialq_descent()
108 int side = winner.outstanding[i].first; in postprocess_specialq_descent() local
111 verbose_output_print (0, 1, " %d@%d", n, side); in postprocess_specialq_descent()
125 int side = winner.outstanding[i].first; in postprocess_specialq_descent() local
[all …]
/dports/www/libwww/w3c-libwww-5.4.2/Robot/tcl/
H A DRobot.tcl47 pack .dialog$id.msg -side top
80 pack .menu.$which -side left
82 pack .menu -side top -fill x
159 pack .prefs.edit.l -side left
226 pack .prefs.buttons -side top
312 pack .nav.l1 -side left
318 pack .nav.choice -side left
342 pack .nav.links -side left
343 pack .nav -side top -fill x
464 pack .webbot.l -side left
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/dev_docs/
H A DREADME.renumber30 vr = r if there is a rational side and s corresponds to the algrebraic side
31 vr = p + 1 if there is a rational side and s corresponds to the rational side
68 if there is a rational side:
70 s = algebraic side
74 side = 0
77 side = 1
80 if there is a rational side:
83 side = algebraic side
86 side = rational side
90 side = 1
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Ddisplay_context.cpp25 return teams().at(side - 1); in get_team()
80 const team &current_team = get_team(u.side()); in unit_can_move()
88 current_team.is_enemy(i->side())) { in unit_can_move()
131 int display_context::side_units(int side) const in side_units()
135 if (u.side() == side) ++res; in side_units()
144 if (u.side() == side) res += u.cost(); in side_units_cost()
149 int display_context::side_upkeep(int side) const in side_upkeep()
153 if (u.side() == side) res += u.upkeep(); in side_upkeep()
159 : side(tm.side()) in team_data()
160 , units(dc.side_units(side)) in team_data()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/DrawResources/
H A DMove.tcl31 pack .move.rotate.l -side left
32 pack .move.rotate.r -side right
33 pack .move.rotate.u -side top
34 pack .move.rotate.d -side bottom
44 pack .move.panning.l -side left
46 pack .move.panning.u -side top
56 pack .move.zoom.title -side top
57 pack .move.zoom.w -side left
58 pack .move.zoom.fit -side right
59 pack .move.zoom.mu -side top
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/multiVariableDeclaration/
H A DdifferentNumberOfComponents.sol18 … (47-61): Different number of components on the left hand side (1) than on the right hand side (2).
19 … (71-87): Different number of components on the left hand side (1) than on the right hand side (3).
20 …(97-115): Different number of components on the left hand side (1) than on the right hand side (4).
21 …157-197): Different number of components on the left hand side (4) than on the right hand side (1).
22 …207-238): Different number of components on the left hand side (3) than on the right hand side (1).
23 …248-270): Different number of components on the left hand side (2) than on the right hand side (1).
24 …312-358): Different number of components on the left hand side (4) than on the right hand side (3).
25 …368-407): Different number of components on the left hand side (3) than on the right hand side (4).
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/ext/LAPACKBLAS/LAPACKE/src/
H A Dlapacke_ctrevc_work.c36 lapack_int LAPACKE_ctrevc_work( int matrix_layout, char side, char howmny, in LAPACKE_ctrevc_work() argument
47 LAPACK_ctrevc( &side, &howmny, select, &n, t, &ldt, vl, &ldvl, vr, in LAPACKE_ctrevc_work()
82 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ctrevc_work()
91 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ctrevc_work()
102 if( ( LAPACKE_lsame( side, 'l' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ctrevc_work()
106 if( ( LAPACKE_lsame( side, 'r' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ctrevc_work()
111 LAPACK_ctrevc( &side, &howmny, select, &n, t_t, &ldt_t, vl_t, &ldvl_t, in LAPACKE_ctrevc_work()
118 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ctrevc_work()
122 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ctrevc_work()
127 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ctrevc_work()
[all …]
H A Dlapacke_ztrevc_work.c36 lapack_int LAPACKE_ztrevc_work( int matrix_layout, char side, char howmny, in LAPACKE_ztrevc_work() argument
47 LAPACK_ztrevc( &side, &howmny, select, &n, t, &ldt, vl, &ldvl, vr, in LAPACKE_ztrevc_work()
82 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ztrevc_work()
91 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ztrevc_work()
102 if( ( LAPACKE_lsame( side, 'l' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ztrevc_work()
106 if( ( LAPACKE_lsame( side, 'r' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ztrevc_work()
111 LAPACK_ztrevc( &side, &howmny, select, &n, t_t, &ldt_t, vl_t, &ldvl_t, in LAPACKE_ztrevc_work()
118 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ztrevc_work()
122 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ztrevc_work()
127 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ztrevc_work()
[all …]
/dports/math/xlapack/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_ztrevc_work.c35 lapack_int LAPACKE_ztrevc_work( int matrix_layout, char side, char howmny, in LAPACKE_ztrevc_work() argument
46 LAPACK_ztrevc( &side, &howmny, select, &n, t, &ldt, vl, &ldvl, vr, in LAPACKE_ztrevc_work()
81 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ztrevc_work()
90 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ztrevc_work()
101 if( ( LAPACKE_lsame( side, 'l' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ztrevc_work()
105 if( ( LAPACKE_lsame( side, 'r' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ztrevc_work()
110 LAPACK_ztrevc( &side, &howmny, select, &n, t_t, &ldt_t, vl_t, &ldvl_t, in LAPACKE_ztrevc_work()
117 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ztrevc_work()
121 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ztrevc_work()
126 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ztrevc_work()
[all …]
H A Dlapacke_ctrevc_work.c35 lapack_int LAPACKE_ctrevc_work( int matrix_layout, char side, char howmny, in LAPACKE_ctrevc_work() argument
46 LAPACK_ctrevc( &side, &howmny, select, &n, t, &ldt, vl, &ldvl, vr, in LAPACKE_ctrevc_work()
81 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ctrevc_work()
90 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ctrevc_work()
101 if( ( LAPACKE_lsame( side, 'l' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ctrevc_work()
105 if( ( LAPACKE_lsame( side, 'r' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ctrevc_work()
110 LAPACK_ctrevc( &side, &howmny, select, &n, t_t, &ldt_t, vl_t, &ldvl_t, in LAPACKE_ctrevc_work()
117 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ctrevc_work()
121 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ctrevc_work()
126 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ctrevc_work()
[all …]
/dports/math/blas/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_ztrevc_work.c35 lapack_int LAPACKE_ztrevc_work( int matrix_layout, char side, char howmny, in LAPACKE_ztrevc_work() argument
46 LAPACK_ztrevc( &side, &howmny, select, &n, t, &ldt, vl, &ldvl, vr, in LAPACKE_ztrevc_work()
81 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ztrevc_work()
90 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ztrevc_work()
101 if( ( LAPACKE_lsame( side, 'l' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ztrevc_work()
105 if( ( LAPACKE_lsame( side, 'r' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ztrevc_work()
110 LAPACK_ztrevc( &side, &howmny, select, &n, t_t, &ldt_t, vl_t, &ldvl_t, in LAPACKE_ztrevc_work()
117 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ztrevc_work()
121 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ztrevc_work()
126 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ztrevc_work()
[all …]
H A Dlapacke_ctrevc_work.c35 lapack_int LAPACKE_ctrevc_work( int matrix_layout, char side, char howmny, in LAPACKE_ctrevc_work() argument
46 LAPACK_ctrevc( &side, &howmny, select, &n, t, &ldt, vl, &ldvl, vr, in LAPACKE_ctrevc_work()
81 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ctrevc_work()
90 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ctrevc_work()
101 if( ( LAPACKE_lsame( side, 'l' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ctrevc_work()
105 if( ( LAPACKE_lsame( side, 'r' ) || LAPACKE_lsame( side, 'b' ) ) && in LAPACKE_ctrevc_work()
110 LAPACK_ctrevc( &side, &howmny, select, &n, t_t, &ldt_t, vl_t, &ldvl_t, in LAPACKE_ctrevc_work()
117 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'l' ) ) { in LAPACKE_ctrevc_work()
121 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ctrevc_work()
126 if( LAPACKE_lsame( side, 'b' ) || LAPACKE_lsame( side, 'r' ) ) { in LAPACKE_ctrevc_work()
[all …]

1...<<11121314151617181920>>...2062