Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/math/
A Dllrintl.c23 if (!e && (x > LLONG_MAX || x < LLONG_MIN)) in llrintl()
/third_party/ulib/musl/src/stdlib/
A Dstrtol.c33 return strtox(s, p, base, LLONG_MIN); in strtoll()
A Dwcstol.c59 return wcstox(s, p, base, LLONG_MIN); in wcstoll()
/third_party/ulib/musl/include/
A Dlimits.h33 #define LLONG_MIN (-LLONG_MAX - 1) macro
/third_party/ulib/musl/src/internal/
A Dfloatscan.c54 return LLONG_MIN; in scanexp()
126 if (e10 == LLONG_MIN) { in decfloat()
396 if (e2 == LLONG_MIN) { in hexfloat()

Completed in 8 milliseconds