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

/freebsd-13-stable/lib/msun/src/
H A Ds_lround.c49 * that everything is in range. At compile time, INRANGE(x) should reduce to
54 #define INRANGE(x) (dtype_max - (type)DTYPE_MAX != 0.5 || \ macro
61 if (INRANGE(x)) {

Completed in 65 milliseconds