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