Home | History | Annotate | Download | only in libtommath

Lines Matching refs:mp_cmp_d

927 int mp_cmp_d(mp_int * a, mp_digit b);
951 switch(mp_cmp_d(&number, 7)) \{
1011 switch(mp_cmp_d(&number, 7)) \{
1023 switch(mp_cmp_d(&number, 7)) \{