#include <operators.hpp>
Definition at line 580 of file operators.hpp.
Definition at line 589 of file operators.hpp.
References mmx::derive().
00589 { 00590 (void) me; return derive (x) * y; }
static generic name | ( | ) | [inline, static] |
Definition at line 581 of file operators.hpp.
References mmx::GEN_TIMES.
00581 { return GEN_TIMES; }
Definition at line 583 of file operators.hpp.
Definition at line 595 of file operators.hpp.
References mmx::C.
00595 { 00596 C z; mul_mod (z, x, y, p, carry); return z; }
Definition at line 592 of file operators.hpp.
References mmx::C.
00592 { 00593 C z; mul_mod (z, x, y, p); return z; }
static void set_op | ( | R & | x, | |
const C1 & | y1, | |||
const C2 & | y2 | |||
) | [inline, static] |
static void set_op | ( | C & | x, | |
const S & | y | |||
) | [inline, static] |
Definition at line 585 of file operators.hpp.