#include <operators.hpp>
Definition at line 638 of file operators.hpp.
| static generic name | ( | ) |  [inline, static] | 
Definition at line 639 of file operators.hpp.
References mmx::GEN_MUL_ADD.
00639 { return GEN_MUL_ADD; }
| static void set_op | ( | R & | x, | |
| const C & | z, | |||
| const S & | y | |||
| ) |  [inline, static] | 
Definition at line 641 of file operators.hpp.
References mmx::mul_add().
00641 { mul_add (x, y, z); }
 1.6.1
 1.6.1