Lines Matching refs:ecmp
78 static int ecmp (const short unsigned int *a, const short unsigned int *b);
1602 if (((ecmp (a, ezero) == 0) && (ecmp (b, ezero) == 0)) in ediv()
1708 if ((eisinf (a) && (ecmp (b, ezero) == 0)) in emul()
1709 || (eisinf (b) && (ecmp (a, ezero) == 0))) in emul()
2438 ecmp (const short unsigned int *a, const short unsigned int *b) in ecmp() function
3075 i = ecmp (eone, y); in etoasc()
3111 while (ecmp (ten, u) <= 0) in etoasc()
3113 if (ecmp (p, u) <= 0) in etoasc()
3168 while (ecmp (eone, w) > 0) in etoasc()
3170 if (ecmp (p, w) >= 0) in etoasc()
3192 while ((digit == 0) && (ecmp (y, ezero) != 0)) in etoasc()
3260 if (ecmp (t, ezero) != 0) in etoasc()