#include <boolInVec.h>
Private Member Functions |
| | boolInVec (__m128 vec) |
Private Attributes |
| unsigned int | mData |
| __m128 | mData |
Friends |
| const boolInVec | operator== (const boolInVec &vec0, const boolInVec &vec1) |
| const boolInVec | operator!= (const boolInVec &vec0, const boolInVec &vec1) |
| const boolInVec | operator< (const floatInVec &vec0, const floatInVec &vec1) |
| const boolInVec | operator<= (const floatInVec &vec0, const floatInVec &vec1) |
| const boolInVec | operator> (const floatInVec &vec0, const floatInVec &vec1) |
| const boolInVec | operator>= (const floatInVec &vec0, const floatInVec &vec1) |
| const boolInVec | operator== (const floatInVec &vec0, const floatInVec &vec1) |
| const boolInVec | operator!= (const floatInVec &vec0, const floatInVec &vec1) |
| const boolInVec | operator& (const boolInVec &vec0, const boolInVec &vec1) |
| const boolInVec | operator^ (const boolInVec &vec0, const boolInVec &vec1) |
| const boolInVec | operator| (const boolInVec &vec0, const boolInVec &vec1) |
| const boolInVec | select (const boolInVec &vec0, const boolInVec &vec1, const boolInVec &select_vec1) |
Detailed Description
Definition at line 29 of file neon/boolInVec.h.
Constructor & Destructor Documentation
| Vectormath::boolInVec::boolInVec |
( |
| ) |
|
|
inline |
| Vectormath::boolInVec::boolInVec |
( |
floatInVec |
vec | ) |
|
|
inline |
| Vectormath::boolInVec::boolInVec |
( |
bool |
scalar | ) |
|
|
inlineexplicit |
| Vectormath::boolInVec::boolInVec |
( |
| ) |
|
|
inline |
| Vectormath::boolInVec::boolInVec |
( |
floatInVec |
vec | ) |
|
|
inline |
| Vectormath::boolInVec::boolInVec |
( |
bool |
scalar | ) |
|
|
inlineexplicit |
| Vectormath::boolInVec::boolInVec |
( |
__m128 |
vec | ) |
|
|
inlineprivate |
| Vectormath::boolInVec::boolInVec |
( |
| ) |
|
|
inline |
| Vectormath::boolInVec::boolInVec |
( |
const floatInVec & |
vec | ) |
|
|
inline |
| Vectormath::boolInVec::boolInVec |
( |
bool |
scalar | ) |
|
|
inlineexplicit |
Member Function Documentation
| __m128 Vectormath::boolInVec::get128 |
( |
| ) |
const |
|
inline |
| bool Vectormath::boolInVec::getAsBool |
( |
| ) |
const |
|
inline |
| bool Vectormath::boolInVec::getAsBool |
( |
| ) |
const |
|
inline |
| Vectormath::boolInVec::operator bool |
( |
| ) |
const |
|
inline |
| Vectormath::boolInVec::operator bool |
( |
| ) |
const |
|
inline |
| Vectormath::boolInVec::operator bool |
( |
| ) |
const |
|
inline |
| const boolInVec Vectormath::boolInVec::operator! |
( |
| ) |
const |
|
inline |
| const boolInVec Vectormath::boolInVec::operator! |
( |
| ) |
const |
|
inline |
| const boolInVec Vectormath::boolInVec::operator! |
( |
| ) |
const |
|
inline |
Friends And Related Function Documentation
Member Data Documentation
| unsigned int Vectormath::boolInVec::mData |
|
private |
| __m128 Vectormath::boolInVec::mData |
|
private |
The documentation for this class was generated from the following files: