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

  /src/lib/libm/src/
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))
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))
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))
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 181 milliseconds