#include <operators.hpp>
Definition at line 644 of file operators.hpp.
| typedef mul_sub_op acc_op |
Definition at line 648 of file operators.hpp.
Definition at line 647 of file operators.hpp.
Definition at line 645 of file operators.hpp.
Definition at line 646 of file operators.hpp.
| static generic name | ( | ) | [inline, static] |
Definition at line 649 of file operators.hpp.
References mmx::GEN_MUL_SUB.
00649 { return GEN_MUL_SUB; }
| static C neutral | ( | ) | [inline, static] |
Definition at line 651 of file operators.hpp.
Definition at line 655 of file operators.hpp.
| static void set_neutral | ( | R & | r | ) | [inline, static] |
| static void set_op | ( | R & | x, | |
| const C1 & | y, | |||
| const C2 & | z | |||
| ) | [inline, static] |
Definition at line 657 of file operators.hpp.
References mmx::mul_sub().
00657 { mul_sub (x, y, z); }
1.6.1