Home | History | Annotate | Download | only in libtommath

Lines Matching refs:variables

442 variables in an ``all or nothing'' fashion.  That is, they are either all initialized successfully or they are all
453 at once. If the function returns MP\_OKAY then all of the mp\_int variables are ready to use, otherwise none of them
454 are available for use. A complementary mp\_clear\_multi() function allows multiple mp\_int variables to be free'd
558 will require heap operations which can be slow. It is not ideal to shrink mp\_int variables that you will further
811 mp\_int variables based on their digits only.
867 To compare two mp\_int variables based on their signed value the mp\_cmp() function is provided.
874 This will compare $a$ to the left of $b$. It will first compare the signs of the two mp\_int variables. If they