|
static Element | zero () |
|
static Element | round (Element x) |
|
static Element | vand (Element x1, Element x2) |
|
static Element | vor (Element x1, Element x2) |
|
static Element | vxor (Element x1, Element x2) |
|
static Element | vandnot (Element x1, Element x2) |
|
static Element | add (Element x1, Element x2) |
|
static Element | addin (Element &x1, Element x2) |
|
static Element | sub (Element x1, Element x2) |
|
static Element | subin (Element &x1, Element x2) |
|
static Element | mul (Element x1, Element x2) |
|
static Element | mullo (Element x1, Element x2) |
|
static Element | mulhi (Element x1, Element x2) |
|
static Element | mulx (Element x1, Element x2) |
|
static Element | fmadd (Element x1, Element x2, Element x3) |
|
static Element | fmaddin (Element &x1, Element x2, Element x3) |
|
static Element | fmaddx (Element x1, Element x2, Element x3) |
|
static Element | fmaddxin (Element &x1, Element x2, Element x3) |
|
static Element | fmsub (Element x1, Element x2, Element x3) |
|
static Element | fmsubin (Element &x1, Element x2, Element x3) |
|
static Element | fmsubx (Element x1, Element x2, Element x3) |
|
static Element | fmsubxin (Element &x1, Element x2, Element x3) |
|
static Element | fnmadd (Element x1, Element x2, Element x3) |
|
static Element | fnmaddin (Element &x1, Element x2, Element x3) |
|
static Element | fnmaddx (Element x1, Element x2, Element x3) |
|
static Element | fnmaddxin (Element &x1, Element x2, Element x3) |
|
template<int s, bool EnableTrue = true> |
static enable_if<!is_signed< Element >::value &&EnableTrue, Element >::type | sra (Element x1) |
|
template<int s, bool EnableTrue = true> |
static enable_if< is_signed< Element >::value &&EnableTrue, Element >::type | sra (Element x1) |
|
template<int s> |
static Element | srl (Element x1) |
|
template<int s> |
static Element | sll (Element x1) |
|
static Element | lesser (Element x1, Element x2) |
|
static Element | lesser_eq (Element x1, Element x2) |
|
static Element | greater (Element x1, Element x2) |
|
static Element | greater_eq (Element x1, Element x2) |
|
static Element | eq (Element x1, Element x2) |
|