Classes | Namespaces | Functions

neon/boolInVec.h File Reference

#include <math.h>
#include "floatInVec.h"
Include dependency graph for neon/boolInVec.h:

Go to the source code of this file.

Classes

class  Vectormath::boolInVec

Namespaces

namespace  Vectormath

Functions

const boolInVec Vectormath::operator== (boolInVec vec0, boolInVec vec1)
const boolInVec Vectormath::operator!= (boolInVec vec0, boolInVec vec1)
const boolInVec Vectormath::operator& (boolInVec vec0, boolInVec vec1)
const boolInVec Vectormath::operator^ (boolInVec vec0, boolInVec vec1)
const boolInVec Vectormath::operator| (boolInVec vec0, boolInVec vec1)
const boolInVec Vectormath::select (boolInVec vec0, boolInVec vec1, boolInVec select_vec1)