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

/freebsd-11-stable/lib/msun/src/
H A Ds_lround.c47 * that everything is in range. At compile time, INRANGE(x) should reduce to
52 #define INRANGE(x) (dtype_max - (type)DTYPE_MAX != 0.5 || \ macro
59 if (INRANGE(x)) {
/freebsd-11-stable/sys/sparc64/isa/
H A Disa.c80 #define INRANGE(x, start, end) ((x) >= (start) && (x) <= (end)) macro
345 if (!INRANGE(rle->start, base, limit) ||
346 !INRANGE(rle->end, base, limit))

Completed in 112 milliseconds