Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_double/
A Ddouble_math.c114 static inline int disinf(double x) { return dgetexp (x)==0x7ff; } in disinf() function
164 if(disinf(x)) return 0; in dispo2()
476 if(x==-1.0&&disinf(y)) return 1;

Completed in 3 milliseconds