Searched refs:LLONG_MIN (Results 1 – 5 of 5) sorted by relevance
23 if (!e && (x > LLONG_MAX || x < LLONG_MIN)) in llrintl()
33 return strtox(s, p, base, LLONG_MIN); in strtoll()
59 return wcstox(s, p, base, LLONG_MIN); in wcstoll()
33 #define LLONG_MIN (-LLONG_MAX - 1) macro
54 return LLONG_MIN; in scanexp()126 if (e10 == LLONG_MIN) { in decfloat()396 if (e2 == LLONG_MIN) { in hexfloat()
Completed in 8 milliseconds