Home
last modified time | relevance | path

Searched refs:LOWPART (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c141 #define LOWPART(x) \ macro
157 words[0] = LOWPART (low);
159 words[2] = LOWPART (hi);
345 prod[k] = LOWPART (carry);
671 num[i] = LOWPART (work);
680 den[i] = LOWPART (work);
719 work = num[i + j] - LOWPART (work);
720 num[i + j] = LOWPART (work);
734 num[i + j] = LOWPART (work);
/openbsd/gnu/gcc/gcc/
H A Dfold-const.c162 #define LOWPART(x) \ macro
175 words[0] = LOWPART (low); in encode()
177 words[2] = LOWPART (hi); in encode()
380 prod[k] = LOWPART (carry); in mul_double_with_sign()
690 num[i] = LOWPART (work); in div_and_round_double()
699 den[i] = LOWPART (work); in div_and_round_double()
738 work = num[i + j] - LOWPART (work); in div_and_round_double()
739 num[i + j] = LOWPART (work); in div_and_round_double()
753 num[i + j] = LOWPART (work); in div_and_round_double()