#include <boolInVec.h>
|
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) |
|
Definition at line 29 of file neon/boolInVec.h.
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 |
__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 |
unsigned int Vectormath::boolInVec::mData |
|
private |
__m128 Vectormath::boolInVec::mData |
|
private |
The documentation for this class was generated from the following file: