basix_doc 0.1
|
#include <operators.hpp>
Definition at line 676 of file operators.hpp.
Definition at line 677 of file operators.hpp.
Definition at line 678 of file operators.hpp.
Definition at line 692 of file operators.hpp.
References ASSERT, mmx::lshiftz(), mmx::rshiftz(), and mmx::val.
Definition at line 688 of file operators.hpp.
References mmx::derive(), and mmx::square().
static generic name | ( | ) | [inline, static] |
static nat nr_init | ( | ) | [inline, static] |
Definition at line 690 of file operators.hpp.
{ return 0; }
Definition at line 682 of file operators.hpp.
{ return x / y; }
static generic set_name | ( | ) | [inline, static] |
Definition at line 680 of file operators.hpp.
References mmx::GEN_OVER_ASSIGN.
{ return GEN_OVER_ASSIGN; }
static void set_op | ( | R & | x, |
const C1 & | y1, | ||
const C2 & | y2 | ||
) | [inline, static] |
static void set_op | ( | R & | x, |
const C & | y | ||
) | [inline, static] |
Definition at line 684 of file operators.hpp.
{ x /= y; }