Searched refs:INRANGE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/lib/libm/src/
H A Ds_lround.c53 * that everything is in range. At compile time, INRANGE(x) should reduce to
58 #define INRANGE(x) (dtype_max - DTYPE_MAX != 0.5 || \ macro
65 if (INRANGE(x)) {

Completed in 71 milliseconds