HomeSort by: relevance | last modified time | path
    Searched defs:DTYPE_MAX (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
s_llround.c 12 #define DTYPE_MAX LLONG_MAX
s_llroundf.c 12 #define DTYPE_MAX LLONG_MAX
s_llroundl.c 12 #define DTYPE_MAX LLONG_MAX
s_lroundf.c 12 #define DTYPE_MAX LONG_MAX
s_lroundl.c 12 #define DTYPE_MAX LONG_MAX
s_lround.c 44 #define DTYPE_MAX LONG_MAX
57 static const stype dtype_max = DTYPE_MAX + 0.5; variable in typeref:typename:const stype
58 #define INRANGE(x) (dtype_max - DTYPE_MAX != 0.5 || \
59 ((x) > dtype_min && (x) < dtype_max))
70 return (DTYPE_MAX);

Completed in 12 milliseconds