Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
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()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c22 #define MZERO (-0.0) macro
247 if(disneg(x)) return MZERO; in WRAPPER_FUNC()
446 if((y&1)) return MZERO; in WRAPPER_FUNC()
498 if(disoddint(y)) return MZERO; in WRAPPER_FUNC()
575 return MZERO; in WRAPPER_FUNC()