| Functions Summary: | |
template <typename T> inline Iterator<T> | operator+(const Iterator<T> i, length_type n) [xref] [Source] |
template <typename T> void | rscvmul(T op1, std::complex* op2, std::complex* res, int size) [xref] [Source] |
template <typename T> void | rscvmul(T op1, std::pair op2, std::pair res, int size) [xref] [Source] |
template <typename T> void | vadd(T* op1, T* op2, T* res, int size) [xref] [Source] |
template <typename T> void | vadd(std::pair op1, std::pair op2, std::pair res, int size) [xref] [Source] |
template <typename T> void | vgt(const T* op1, const T* op2, bool* res, int size) [xref] [Source] |
template <typename T> void | vband(const T* op1, const T* op2, T* res, int size) [xref] [Source] |
template <typename T> void | vbor(const T* op1, const T* op2, T* res, int size) [xref] [Source] |
template <typename T> void | vbxor(const T* op1, const T* op2, T* res, int size) [xref] [Source] |
template <typename T> void | vbnot(const T* op1, T* res, int size) [xref] [Source] |
| void | vland(const bool* op1, const bool* op2, bool* res, int size) [xref] [Source] |
| void | vlor(const bool* op1, const bool* op2, bool* res, int size) [xref] [Source] |
| void | vlxor(const bool* op1, const bool* op2, bool* res, int size) [xref] [Source] |
| void | vlnot(const bool* op1, bool* res, int size) [xref] [Source] |
template <typename T> void | vmul(T* op1, T* op2, T* res, int size) [xref] [Source] |
template <typename T> void | vmul(std::pair op1, std::pair op2, std::pair res, int size) [xref] [Source] |