Name
tuple_bortuple_borTupleBortuple_borTupleBorTupleBor — Berechnen des bitweisen Oder zweier Tupel.
Herror tuple_bor(const Hlong T1, const Hlong T2, Hlong* BOr)
Herror T_tuple_bor(const Htuple T1, const Htuple T2, Htuple* BOr)
Herror tuple_bor(const HTuple& T1, const HTuple& T2, Hlong* BOr)
Herror tuple_bor(const HTuple& T1, const HTuple& T2, HTuple* BOr)
void TupleBor(const HTuple& T1, const HTuple& T2, HTuple* BOr)
HTuple HTuple::TupleBor(const HTuple& T2) const
tuple_bortuple_borTupleBortuple_borTupleBorTupleBor berechnet das bitweise Oder der Eingabetupel
T1T1T1T1T1t1 und T2T2T2T2T2t2. Falls beide Tupel dieselbe Länge
haben, werden die entsprechenden Elemente der beiden Tupel
veknüpft. Ansonsten muss entweder T1T1T1T1T1t1 oder T2T2T2T2T2t2 die
Länge 1 haben. In diesem Fall wird die Operation für jedes
Element des längeren Tupels mit dem einzigen Element des anderen
Tupels ausgeführt. Die Eingabezahlen müssen ganze Zahlen sein.
- Multithreading-Typ: independent (läuft parallel auch zu exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
T1T1T1T1T1t1 (input_control) integer(-array) → HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)
Eingabetupel 1.
T2T2T2T2T2t2 (input_control) integer(-array) → HTupleHTupleHTupleVARIANTHtuple (integer) (int / long) (Hlong) (Hlong) (Hlong) (Hlong)
Eingabetupel 2.
Binäres Oder der Eingabetupel.
tuple_bandtuple_bandTupleBandtuple_bandTupleBandTupleBand,
tuple_bxortuple_bxorTupleBxortuple_bxorTupleBxorTupleBxor,
tuple_bnottuple_bnotTupleBnottuple_bnotTupleBnotTupleBnot
tuple_andtuple_andTupleAndtuple_andTupleAndTupleAnd,
tuple_ortuple_orTupleOrtuple_orTupleOrTupleOr,
tuple_xortuple_xorTupleXortuple_xorTupleXorTupleXor,
tuple_nottuple_notTupleNottuple_notTupleNotTupleNot
Foundation