#include <vector_fixed.hpp>
Definition at line 142 of file vector_fixed.hpp.
| static void op | ( | const C * | s | ) |  [inline, static] | 
Definition at line 144 of file vector_fixed.hpp.
References vec_unary_test_helper< Op, C, n >::n1.
Referenced by vec_unary_test_helper< Op, C, 1 >::op().
00144 { 00145 if (!vec_unary_test_helper <Op, C, n1>::op (s)) return false; 00146 return vec_unary_test_helper <Op, C, n2>::op (s+n1); 00147 }
| const nat n1 = (n>>1)  [static] | 
Definition at line 143 of file vector_fixed.hpp.
Referenced by vec_unary_test_helper< Op, C, n >::op().
Definition at line 143 of file vector_fixed.hpp.
 1.6.1
 1.6.1