Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_double/
A Ddouble_math.c150 static inline int disneg(double x) { in disneg() function
226 if(disneg(x)) return -1; in WRAPPER_FUNC()
247 if(disneg(x)) return MZERO; in WRAPPER_FUNC()
319 if(disneg(x)) x=dneg(x); in WRAPPER_FUNC()
405 if(disneg(x)) {
453 if(disneg(x)) {
480 if(!disneg(y)) {
488 if(disneg(y)) return 0;
492 if(!disneg(y)) {
508 if(disneg(x)) return PINF;
[all …]

Completed in 4 milliseconds