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

  /src/lib/libm/src/
s_llround.c 11 #define DTYPE_MIN LLONG_MIN
s_llroundf.c 11 #define DTYPE_MIN LLONG_MIN
s_llroundl.c 11 #define DTYPE_MIN LLONG_MIN
s_lroundf.c 11 #define DTYPE_MIN LONG_MIN
s_lroundl.c 11 #define DTYPE_MIN LONG_MIN
s_lround.c 43 #define DTYPE_MIN LONG_MIN
56 static const stype dtype_min = DTYPE_MIN - 0.5; variable in typeref:typename:const stype
59 ((x) > dtype_min && (x) < dtype_max))

Completed in 16 milliseconds