Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c446 static int eisinf (const short unsigned int *x);
537 eisinf (const short unsigned int *x) in eisinf() function
1458 if (eisinf (a) && eisinf (b) && ((eisneg (a) ^ eisneg (b)) == 0)) in esub()
1479 if (eisinf (a)) in eadd1()
1486 if (eisinf (b)) in eadd1()
1603 || (eisinf (a) && eisinf (b))) in ediv()
1612 if (eisinf (b)) in ediv()
1621 if (eisinf (a)) in ediv()
1708 if ((eisinf (a) && (ecmp (b, ezero) == 0)) in emul()
1709 || (eisinf (b) && (ecmp (a, ezero) == 0))) in emul()
[all …]