#include <vector_fixed.hpp>
Definition at line 190 of file vector_fixed.hpp.
Definition at line 196 of file vector_fixed.hpp.
References vec_unary_big_helper< Op, R, C, n >::n1.
00196 { 00197 vec_unary_big_helper <Op, R, C, n1>::set_op (r, s, fm); 00198 vec_unary_big_helper <Op, R, C, n2>::set_op (r, s+n1, fm); 00199 }
static void set_op | ( | R & | r, | |
const C * | s | |||
) | [inline, static] |
Definition at line 192 of file vector_fixed.hpp.
References vec_unary_big_helper< Op, R, C, n >::n1.
Referenced by vec_unary_big_helper< Op, R, C, 1 >::set_op().
00192 { 00193 vec_unary_big_helper <Op, R, C, n1>::set_op (r, s); 00194 vec_unary_big_helper <Op, R, C, n2>::set_op (r, s+n1); 00195 }
const nat n1 = (n>>1) [static] |
Definition at line 191 of file vector_fixed.hpp.
Referenced by vec_unary_big_helper< Op, R, C, n >::set_op().
Definition at line 191 of file vector_fixed.hpp.