Home | History | Annotate | Download | only in cpp

Lines Matching refs:Long4

977      * Utility function for returning an Element containing a long4.
2189 class Long4 {
2193 Long4(int64_t initX, int64_t initY, int64_t initZ, int64_t initW)
2195 Long4() : x(0), y(0), z(0), w(0) {}