Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/stdlib/
Dldtoa.c445 static int eisneg (const short unsigned int *x);
519 eisneg (const short unsigned int *x) in eisneg() function
1458 if (eisinf (a) && eisinf (b) && ((eisneg (a) ^ eisneg (b)) == 0)) in esub()
1614 if (eisneg (a) ^ eisneg (b)) in ediv()
1720 if (eisneg (a) ^ eisneg (b)) in emul()
2829 if (eisneg (e)) in __ldtoa()