|
BmnRoot
|
#include <iostream>#include <cmath>Go to the source code of this file.
Classes | |
| class | F32vec1 |
| struct | nsL1::vector< T > |
| struct | nsL1vector< T > |
Namespaces | |
| namespace | nsL1 |
Macros | |
| #define | _op(A, B, O) F32vec1 z; z.v = A.v O B.v; return z; |
| #define | NotEmpty(a) bool((a)[0]) |
| #define | Empty(a) !(bool((a)[0])) |
| #define | _fvecalignment |
Typedefs | |
| typedef F32vec1 | fvec |
| typedef nsL1::vector< fvec >::TSimd | nsL1::vector_fvec |
Functions | |
| class F32vec1 | __attribute__ ((aligned(4))) |
| float & | operator[] (int i) |
| F32vec1 () | |
| F32vec1 (const float &v0) | |
| operator float () const | |
| F32vec1 | rcp (const F32vec1 &a) |
| void | operator+= (F32vec1 &a, const F32vec1 &b) |
| void | operator-= (F32vec1 &a, const F32vec1 &b) |
| void | operator*= (F32vec1 &a, const F32vec1 &b) |
| void | operator/= (F32vec1 &a, const F32vec1 &b) |
| F32vec1 | operator< (const F32vec1 &a, const F32vec1 &b) |
| F32vec1 | operator<= (const F32vec1 &a, const F32vec1 &b) |
| F32vec1 | operator> (const F32vec1 &a, const F32vec1 &b) |
| F32vec1 | operator>= (const F32vec1 &a, const F32vec1 &b) |
| F32vec1 | operator& (const F32vec1 &a, const F32vec1 &b) |
| F32vec1 | operator| (const F32vec1 &a, const F32vec1 &b) |
| F32vec1 | operator|| (const F32vec1 &a, const F32vec1 &b) |
| F32vec1 | operator! (const F32vec1 &a) |
| F32vec1 | if3 (const F32vec1 &a, const F32vec1 &b, const F32vec1 &c) |
| F32vec1 | bool2int (const F32vec1 &a) |
| ostream & | operator<< (ostream &strm, const F32vec1 &a) |
| istream & | operator>> (istream &strm, F32vec1 &a) |
Variables | |
| float | v |
| const int | fvecLen = 1 |
| nsL1vector | __attribute__ |
| #define _fvecalignment |
Definition at line 136 of file PSEUDO_F32vec1.h.
Definition at line 82 of file PSEUDO_F32vec1.h.
| #define Empty | ( | a | ) | !(bool((a)[0])) |
Definition at line 111 of file PSEUDO_F32vec1.h.
| #define NotEmpty | ( | a | ) | bool((a)[0]) |
Definition at line 110 of file PSEUDO_F32vec1.h.
Definition at line 132 of file PSEUDO_F32vec1.h.
| class F32vec1 __attribute__ | ( | (aligned(4)) | ) |
Definition at line 86 of file PSEUDO_F32vec1.h.
| __attribute__::F32vec1 | ( | ) |
Definition at line 7 of file PSEUDO_F32vec1.h.
| __attribute__::F32vec1 | ( | const float & | v0 | ) |
Definition at line 8 of file PSEUDO_F32vec1.h.
Definition at line 77 of file PSEUDO_F32vec1.h.
| __attribute__::operator float | ( | ) | const |
Definition at line 13 of file PSEUDO_F32vec1.h.
Definition at line 70 of file PSEUDO_F32vec1.h.
Definition at line 65 of file PSEUDO_F32vec1.h.
Definition at line 53 of file PSEUDO_F32vec1.h.
Definition at line 51 of file PSEUDO_F32vec1.h.
Definition at line 52 of file PSEUDO_F32vec1.h.
Definition at line 54 of file PSEUDO_F32vec1.h.
Definition at line 59 of file PSEUDO_F32vec1.h.
| friend ostream & __attribute__::operator<< | ( | ostream & | strm, |
| const F32vec1 & | a | ||
| ) |
Definition at line 92 of file PSEUDO_F32vec1.h.
Definition at line 60 of file PSEUDO_F32vec1.h.
Definition at line 61 of file PSEUDO_F32vec1.h.
Definition at line 62 of file PSEUDO_F32vec1.h.
| friend istream & __attribute__::operator>> | ( | istream & | strm, |
| F32vec1 & | a | ||
| ) |
Definition at line 97 of file PSEUDO_F32vec1.h.
| float & __attribute__::operator[] | ( | int | i | ) |
Definition at line 4 of file PSEUDO_F32vec1.h.
Definition at line 66 of file PSEUDO_F32vec1.h.
Definition at line 67 of file PSEUDO_F32vec1.h.
Definition at line 27 of file PSEUDO_F32vec1.h.
| struct __attribute__ |
M-Stream Header https://afi.jinr.ru/MpdDeviceRawDataFormat
https://afi.jinr.ru/DataFormatMSC_ETH
TQDC-E Data Block header https://afi.jinr.ru/DataFormatTQDC16VSE
<- means not VETO
<- 1 - and, 0 - or
Definition at line 1 of file BmnTrigUnion.h.
| const int fvecLen = 1 |
Definition at line 133 of file PSEUDO_F32vec1.h.
| float v |
Definition at line 2 of file PSEUDO_F32vec1.h.