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

/netbsd-current/lib/libm/src/
H A Ds_lround.c57 static const stype dtype_max = DTYPE_MAX + 0.5; variable
58 #define INRANGE(x) (dtype_max - DTYPE_MAX != 0.5 || \
59 ((x) > dtype_min && (x) < dtype_max))

Completed in 65 milliseconds