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

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