Searched refs:MAX_ST_INT (Results 1 – 9 of 9) sorted by relevance
541 #define MAX_ST_INT ((1L << ST_INT_SIZE) - 1) macro542 #define MIN_ST_INT ( ~MAX_ST_INT)544 #define OVERFLOWING_INT (MAX_ST_INT + 1)
967 : (uintptr_t) MAX_ST_INT - value) / base) in scan_digits()1018 : (uintptr_t) MAX_ST_INT - value) / base) in scan_fraction()
168 if UNCOMMON (result > MAX_ST_INT || result < MIN_ST_INT)
623 return x & MAX_ST_INT;1387 if COMMON (i >= MIN_ST_INT && i <= MAX_ST_INT)1410 if COMMON (ui <= MAX_ST_INT)1550 if COMMON (i >= MIN_ST_INT && i <= MAX_ST_INT)1578 if COMMON (ui <= MAX_ST_INT)
1538 if COMMON (oopValue >= MIN_ST_INT && oopValue <= MAX_ST_INT)1734 if COMMON (oopValue >= MIN_ST_INT && oopValue <= MAX_ST_INT)1930 if COMMON (oopValue >= MIN_ST_INT && oopValue <= MAX_ST_INT)4073 arg1 = INT_MAX < MAX_ST_INT ? INT_MAX : MAX_ST_INT;4520 if COMMON ((farg1 > MIN_ST_INT) && farg1 < MAX_ST_INT)
1497 return hashVal & MAX_ST_INT; in _gst_hash_string()
1584 FROM_INT (MAX_ST_INT / -imm)); in gen_binary_int()1593 FROM_INT (MAX_ST_INT / imm)); in gen_binary_int()
2478 if COMMON (oopValue >= MIN_ST_INT && oopValue <= MAX_ST_INT)2685 if COMMON (oopValue >= MIN_ST_INT && oopValue <= MAX_ST_INT)2892 if COMMON (oopValue >= MIN_ST_INT && oopValue <= MAX_ST_INT)5297 arg1 = INT_MAX < MAX_ST_INT ? INT_MAX : MAX_ST_INT;5787 if COMMON ((farg1 > MIN_ST_INT) && farg1 < MAX_ST_INT)
1743 if (mpz->size == 1 && mpz->d[0] <= (mp_limb_t) MAX_ST_INT) in _gst_oop_from_mpz()