#include <operators.hpp>
Definition at line 616 of file operators.hpp.
| typedef mul_add_op acc_op |
Definition at line 620 of file operators.hpp.
Definition at line 619 of file operators.hpp.
Definition at line 617 of file operators.hpp.
Definition at line 618 of file operators.hpp.
| static generic name | ( | ) | [inline, static] |
Definition at line 621 of file operators.hpp.
References mmx::GEN_MUL_ADD.
00621 { return GEN_MUL_ADD; }
| static C neutral | ( | ) | [inline, static] |
Definition at line 623 of file operators.hpp.
Definition at line 627 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 629 of file operators.hpp.
References mmx::mul_add().
00629 { mul_add (x, y, z); }
1.6.1