Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddouble-int.cc69 #define HIGHPART(x) \ macro
81 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()
H A DChangeLog-201034642 * fold-const.c (LOWPART, HIGHPART, BASE, encode, decode,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddouble-int.c69 #define HIGHPART(x) \ macro
81 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()
/netbsd-src/external/lgpl3/gmp/dist/tests/
H A Drefmpn.c1092 #define HIGHPART(x) SHIFTLOW((x) & HIGHMASK) macro
1101 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.md7615 /* HIGHPART is lower memory address when WORDS_BIG_ENDIAN. */
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.md8259 /* HIGHPART is lower memory address when WORDS_BIG_ENDIAN. */