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

/freebsd-11-stable/lib/msun/src/
H A Ds_llround.c8 #define DTYPE_MAX LLONG_MAX macro
H A Ds_llroundf.c8 #define DTYPE_MAX LLONG_MAX macro
H A Ds_llroundl.c8 #define DTYPE_MAX LLONG_MAX macro
H A Ds_lroundf.c8 #define DTYPE_MAX LONG_MAX macro
H A Ds_lroundl.c8 #define DTYPE_MAX LONG_MAX macro
H A Ds_lround.c38 #define DTYPE_MAX LONG_MAX macro
51 static const type dtype_max = (type)DTYPE_MAX + 0.5;
52 #define INRANGE(x) (dtype_max - (type)DTYPE_MAX != 0.5 || \
64 return (DTYPE_MAX);

Completed in 181 milliseconds