Home | History | Annotate | Download | only in libtommath

Lines Matching refs:Signed

865 \subsection{Signed comparison}
867 To compare two mp\_int variables based on their signed value the mp\_cmp() function is provided.
930 This will compare $a$ to the left of $b$ using a signed comparison. Note that it will always treat $b$ as
1112 Which perform $c = a \odot b$ where $\odot$ is one of signed addition or subtraction. The operations are fully sign
1145 This divides $a$ by $b$ and stores the quotient in $c$ and $d$. The signed quotient is computed such that
1152 A full signed integer multiplication can be performed with the following.
1157 Which assigns the full signed product $ab$ to $c$. This function actually breaks into one of four cases which are
1757 For those who acknowledge the existence of negative numbers (heretic!) there are ``signed'' versions of the