Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/pico_float/
A Dfloat_math.c21 #define MZERO (-0.0) macro
244 if(fisneg(x)) return MZERO; in WRAPPER_FUNC()
402 if((y&1)) return MZERO; in WRAPPER_FUNC()
452 if(fisoddint(y)) return MZERO; in WRAPPER_FUNC()
531 return MZERO; in WRAPPER_FUNC()
/external/platform/pico/rp2_common/pico_double/
A Ddouble_math.c22 #define MZERO (-0.0) macro
247 if(disneg(x)) return MZERO; in WRAPPER_FUNC()
444 if((y&1)) return MZERO;
496 if(disoddint(y)) return MZERO;
573 return MZERO;

Completed in 7 milliseconds