Home
last modified time | relevance | path

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

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