reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
246 STATIC int s_ucmp(mp_int a, mp_int b);
594 int cmp = s_ucmp(a, b); /* magnitude comparision, sign ignored */ 670 int cmp = s_ucmp(a, b); 842 else if ((cmp = s_ucmp(a, b)) < 0) { 1100 int cmp = s_ucmp(a, b); 1122 return s_ucmp(a, b); 2105 return s_ucmp(a, &vtmp); 2959 if (s_ucmp(&t, &r) > 0) { /* would the remainder be negative? */ 2963 if (s_ucmp(&t, &r) > 0) { /* would the remainder be negative? */ 2969 assert(s_ucmp(&t, &r) <= 0 && "The mathematics failed us.");