#include <vector_fixed.hpp>
Definition at line 40 of file vector_fixed.hpp.
static void op | ( | T * | dest, | |
const C * | s | |||
) | [inline, static] |
Definition at line 42 of file vector_fixed.hpp.
References vec_unary_helper< Op, T, C, n >::n1.
Referenced by vec_unary_helper< neg_op, modular< modulus< C, V >, W >, modular< modulus< C, V >, W >, n >::op().
00042 { 00043 vec_unary_helper <Op, T, C, n1>::op (dest , s ); 00044 vec_unary_helper <Op, T, C, n2>::op (dest+n1, s+n1); 00045 }
const nat n1 = (n>>1) [static] |
Definition at line 41 of file vector_fixed.hpp.
Referenced by vec_unary_helper< Op, T, C, n >::op().
Definition at line 41 of file vector_fixed.hpp.