#include <vector_fixed.hpp>
Definition at line 56 of file vector_fixed.hpp.
static void op | ( | T * | dest, | |
const C1 * | s1, | |||
const C2 * | s2 | |||
) | [inline, static] |
Definition at line 58 of file vector_fixed.hpp.
References vec_binary_helper< Op, T, C1, C2, n >::n1.
Referenced by vec_binary_helper< div_op, modular< modulus< C, V >, W >, modular< modulus< C, V >, W >, modular< modulus< C, V >, W >, n >::op(), vec_binary_helper< mul_op, modular< modulus< C, V >, W >, modular< modulus< C, V >, W >, modular< modulus< C, V >, W >, n >::op(), vec_binary_helper< sub_op, modular< modulus< C, V >, W >, modular< modulus< C, V >, W >, modular< modulus< C, V >, W >, n >::op(), and vec_binary_helper< add_op, modular< modulus< C, V >, W >, modular< modulus< C, V >, W >, modular< modulus< C, V >, W >, n >::op().
00058 { 00059 vec_binary_helper <Op, T, C1, C2, n1>::op (dest , s1 , s2 ); 00060 vec_binary_helper <Op, T, C1, C2, n2>::op (dest+n1, s1+n1, s2+n1); 00061 }
const nat n1 = (n>>1) [static] |
Definition at line 57 of file vector_fixed.hpp.
Referenced by vec_binary_helper< Op, T, C1, C2, n >::op().
Definition at line 57 of file vector_fixed.hpp.