Home
last modified time | relevance | path

Searched refs:DTYPE_MIN (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libm/ld/common/
Ds_lround.c37 static const type dtype_min = DTYPE_MIN - (type)0.5;
51 return x > 0 ? DTYPE_MAX : DTYPE_MIN; in fn()
Ds_lrintl.c32 #define DTYPE_MIN LONG_MIN macro
63 return x > 0 ? DTYPE_MAX : DTYPE_MIN; in fn()
Ds_llrintl.c3 #define DTYPE_MIN LLONG_MIN macro
/picolibc-latest/newlib/libm/ld/
Ds_llroundl.c43 #define DTYPE_MIN LLONG_MIN macro
Ds_lroundl.c43 #define DTYPE_MIN LONG_MIN macro