Home
last modified time | relevance | path

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

/bionic/libm/src/
Ds_lroundl.c7 #define DTYPE_MIN LONG_MIN
Ds_lroundf.c7 #define DTYPE_MIN LONG_MIN
Ds_lround.c37 #define DTYPE_MIN LONG_MIN
/bionic/libc/include/sys/
Dlimits.h76 # define LONG_MIN (-0x7fffffffffffffffL-1) macro
81 # define LONG_MIN (-0x7fffffffL-1)/* min value for a long */ macro
/bionic/libc/stdlib/
Dstrtol.c94 cutoff = neg ? LONG_MIN : LONG_MAX; in strtol()
118 acc = LONG_MIN; in strtol()