Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/math/
A Dlrint.c35 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrint()
A Dlrintl.c23 if (!e && (x > LONG_MAX || x < LONG_MIN)) in lrintl()
/third_party/ulib/musl/include/
A Dvalues.h15 #define MINLONG LONG_MIN
A Dlimits.h31 #define LONG_MIN (-LONG_MAX - 1) macro
/third_party/ulib/musl/src/stdlib/
A Dstrtol.c41 return strtox(s, p, base, 0UL + LONG_MIN); in strtol()
A Dwcstol.c67 return wcstox(s, p, base, 0UL + LONG_MIN); in wcstol()

Completed in 8 milliseconds