Home
last modified time | relevance | path

Searched refs:ecmp (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c78 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()
[all …]