Searched refs:HIGHPART (Results 1 – 6 of 6) sorted by relevance
69 #define HIGHPART(x) \ macro81 words[1] = HIGHPART (low); in encode()83 words[3] = HIGHPART (hi); in encode()191 carry = HIGHPART (carry); in mul_double_wide_with_sign()452 carry = HIGHPART (work); in div_and_round_double()461 carry = HIGHPART (work); in div_and_round_double()498 carry = HIGHPART (work); in div_and_round_double()501 carry += HIGHPART (work) != 0; in div_and_round_double()513 carry = HIGHPART (work); in div_and_round_double()
34642 * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
1092 #define HIGHPART(x) SHIFTLOW((x) & HIGHMASK) macro1101 hi = HIGHPART(x) * HIGHPART(y); in refmpn_umul_ppmm()1103 s = LOWPART(x) * HIGHPART(y); in refmpn_umul_ppmm()1104 hi += HIGHPART(s); in refmpn_umul_ppmm()1109 s = HIGHPART(x) * LOWPART(y); in refmpn_umul_ppmm()1110 hi += HIGHPART(s); in refmpn_umul_ppmm()
7615 /* HIGHPART is lower memory address when WORDS_BIG_ENDIAN. */
8259 /* HIGHPART is lower memory address when WORDS_BIG_ENDIAN. */