Home
last modified time | relevance | path

Searched refs:GoEast (Results 1 – 20 of 20) sorted by relevance

/dports/math/scalapack/scalapack-2.1.0/PBLAS/SRC/PTOOLS/
H A DPB_CVMswp.c112 int GoEast, GoSouth, Xinc, Yinc, ilow, imbloc, inbloc, iupp, kb, local
188 GoEast = ( lcmt00 < ilow );
190 if( !( GoSouth ) && !( GoEast ) )
213 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
270 else if( GoEast )
439 GoEast = ( lcmt00 < ilow );
441 if( !( GoSouth ) && !( GoEast ) )
464 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
521 else if( GoEast )
H A DPB_CVMloc.c139 int GoEast, GoSouth, ilow, imbloc, inbloc, inca, incb, iupp, kb, local
295 GoEast = ( lcmt00 < ilow );
299 if( !( GoSouth ) && !( GoEast ) )
322 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
379 else if( GoEast )
552 GoEast = ( lcmt00 < ilow );
554 if( !( GoSouth ) && !( GoEast ) )
577 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
634 else if( GoEast )
H A DPB_CVMpack.c136 int GoEast, GoSouth, ilow, imbloc, inbloc, inca, incb, iupp, kb, local
284 GoEast = ( lcmt00 < ilow );
286 if( !( GoSouth ) && !( GoEast ) )
310 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
367 else if( GoEast )
539 GoEast = ( lcmt00 < ilow );
541 if( !( GoSouth ) && !( GoEast ) )
565 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
621 else if( GoEast )
H A DPB_CVMcontig.c77 int ColCont=1, FirstD=0, GoSouth, GoEast, RowCont=1, ilow, imbloc, local
105 GoEast = ( lcmt00 < ilow );
109 if( !( GoSouth ) && !( GoEast ) )
146 GoSouth = !( GoEast = ( lcmt00 - iupp + upp - pmb < ilow ) );
239 else if( GoEast )
H A DPB_CVMnpq.c51 int GoEast, GoSouth, Pmb, Qnb, gcdb, ilow, imbloc, inbloc, iupp, local
95 GoEast = ( lcmt00 < ilow );
99 if( !( GoSouth ) && !( GoEast ) )
114 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + Pmb ) ) < ilow ) );
161 else if( GoEast )
H A DPB_CVMupdate.c70 int GoEast, GoSouth, ilow, imbloc, inbloc, ioff, ioffd, iupp, local
102 GoEast = ( lcmt00 < ilow );
106 if( !( GoSouth ) && !( GoEast ) )
151 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp-upp+pmb ) ) < ilow ) );
243 else if( GoEast )
H A DPB_Cplapd2.c45 Aoffj, Arcol, Arow, Arrow, GoEast, GoSouth, iimax, ilow, local
97 GoEast = ( lcmt00 < ilow );
101 if( ( !( GoSouth ) ) && ( !( GoEast ) ) )
113 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
225 else if( GoEast )
H A DPB_Cplasca2.c44 Aoffi, GoEast, GoSouth, ioffd, iupp, izero=0, Ajj, jjmax, local
97 GoEast = ( lcmt00 < ilow );
101 if( ( !( GoSouth ) ) && ( !( GoEast ) ) )
113 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
225 else if( GoEast )
H A DPB_Cpsyr.c207 Aoffi, Aoffj, Arcol, Arrow, GoEast, GoSouth, IsColRepl, local
269 GoEast = ( lcmt00 < ilow );
273 if( ( !( GoSouth ) ) && ( !( GoEast ) ) )
285 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
398 else if( GoEast )
H A DPB_Cptrm.c250 Aoffi, Aoffj, Arcol, Arrow, GoEast, GoSouth, IsColRepl, local
323 GoEast = ( lcmt00 < ilow );
330 if( ( !( GoSouth ) ) && ( !( GoEast ) ) )
343 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
461 else if( GoEast )
631 if( ( !( GoSouth ) ) && ( !( GoEast ) ) )
644 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
762 else if( GoEast )
H A DPB_Cpsyr2.c225 Aoffi, Aoffj, Arcol, Arrow, GoEast, GoSouth, IsColRepl, local
288 GoEast = ( lcmt00 < ilow );
292 if( ( !( GoSouth ) ) && ( !( GoEast ) ) )
306 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
425 else if( GoEast )
H A DPB_Cpsym.c238 Aoffi, Aoffj, Arcol, Arrow, GoEast, GoSouth, IsColRepl, local
301 GoEast = ( lcmt00 < ilow );
305 if( ( !( GoSouth ) ) && ( !( GoEast ) ) )
318 GoSouth = !( GoEast = ( ( lcmt00 - ( iupp - upp + pmb ) ) < ilow ) );
439 else if( GoEast )
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/FMDP/simulation/
H A DtaxiSimulator.cpp94 _taxiActions_.insert(GoEast); in TaxiSimulator()
95 _actionMap_.insert(GoEast, new std::string("Go East")); in TaxiSimulator()
179 case GoEast: in perform()
H A DfactorySimulator.h71 GoEast = 1, enumerator
H A DtaxiSimulator.h71 GoEast = 2, enumerator
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/ressources/FMDP/taxi/
H A Dtaxi.dat106 action GoEast
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Denterprises.tsv39003 39175 GoEast GmbH
/dports/net/wireshark/wireshark-3.6.1/
H A Denterprises.tsv39003 39175 GoEast GmbH
/dports/net/tshark-lite/wireshark-3.6.1/
H A Denterprises.tsv39003 39175 GoEast GmbH
/dports/net/tshark/wireshark-3.6.1/
H A Denterprises.tsv39003 39175 GoEast GmbH