HomeSort by relevance Sort by last modified time
    Searched refs:DTYPE_MAX (Results 1 - 6 of 6) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_llround.c 8 #define DTYPE_MAX LLONG_MAX
s_llroundf.c 8 #define DTYPE_MAX LLONG_MAX
s_llroundl.c 8 #define DTYPE_MAX LLONG_MAX
s_lround.c 38 #define DTYPE_MAX LONG_MAX
51 static const type dtype_max = DTYPE_MAX + 0.5; variable
52 #define INRANGE(x) (dtype_max - DTYPE_MAX != 0.5 || \
53 ((x) > dtype_min && (x) < dtype_max))
64 return (DTYPE_MAX);
s_lroundf.c 8 #define DTYPE_MAX LONG_MAX
s_lroundl.c 8 #define DTYPE_MAX LONG_MAX

Completed in 2633 milliseconds