Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/ld/common/
Ds_lround.c38 static const type dtype_max = DTYPE_MAX + (type)0.5; variable
39 #define INRANGE(x) (dtype_max - DTYPE_MAX != (type)0.5 || \
40 ((x) >= dtype_min && (x) <= dtype_max))