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

/freebsd-13-stable/lib/msun/src/
H A Ds_lround.c53 static const type dtype_max = (type)DTYPE_MAX + 0.5; variable
54 #define INRANGE(x) (dtype_max - (type)DTYPE_MAX != 0.5 || \
55 ((x) > dtype_min && (x) < dtype_max))

Completed in 94 milliseconds