Home
last modified time | relevance | path

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

/netbsd/sys/dev/
H A Dspkr.c111 #define MIN_VALUE 64 /* the most we can divide a note by */ macro
304 if (timeval <= 0 || timeval > MIN_VALUE) in playstring()
362 if (sc->sc_value <= 0 || sc->sc_value > MIN_VALUE) in playstring()
370 if (timeval <= 0 || timeval > MIN_VALUE) in playstring()
/netbsd/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c100 #define MIN_VALUE PASTE(FLT,_MIN) macro
169 FLOAT result = (negative ? -MIN_VALUE : MIN_VALUE) * MIN_VALUE; in underflow_value()
279 volatile FLOAT force_underflow_exception = MIN_VALUE * MIN_VALUE; in round_and_return()
/netbsd/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c100 #define MIN_VALUE PASTE(FLT,_MIN) macro
169 FLOAT result = (negative ? -MIN_VALUE : MIN_VALUE) * MIN_VALUE; in underflow_value()
279 volatile FLOAT force_underflow_exception = MIN_VALUE * MIN_VALUE; in round_and_return()