vec_binary_test_scalar_helper< Op, C, X, n > Struct Template Reference
#include <vector_fixed.hpp>
List of all members.
Static Public Member Functions
- static bool op (const C *s, const X &x)
Static Public Attributes
- static const nat n1 = (n>>1)
- static const nat n2 = n-n1
Detailed Description
template<typename Op, typename C, typename X, nat n>
struct mmx::vec_binary_test_scalar_helper< Op, C, X, n >
Definition at line 136 of file vector_fixed.hpp.
Member Function Documentation
static bool op |
( |
const C * |
s, |
|
|
const X & |
x | |
|
) |
| | [inline, static] |
Definition at line 138 of file vector_fixed.hpp.
References vec_binary_test_scalar_helper< Op, C, X, n >::n1.
00138 {
00139 return vec_binary_test_scalar_helper <Op, C, X, n1>::op (s , x)
00140 && vec_binary_test_scalar_helper <Op, C, X, n2>::op (s+n1, x);
00141 }
Member Data Documentation
const nat n1 = (n>>1) [static] |
const nat n2 = n-n1 [static] |
The documentation for this struct was generated from the following file: