Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDdouble-int.c41 #define LOWPART(x) \ macro
54 words[0] = LOWPART (low); in encode()
56 words[2] = LOWPART (hi); in encode()
161 prod[k] = LOWPART (carry); in mul_double_with_sign()
429 num[i] = LOWPART (work); in div_and_round_double()
438 den[i] = LOWPART (work); in div_and_round_double()
477 work = num[i + j] - LOWPART (work); in div_and_round_double()
478 num[i + j] = LOWPART (work); in div_and_round_double()
492 num[i + j] = LOWPART (work); in div_and_round_double()
/dragonfly/contrib/gcc-8.0/gcc/
HDdouble-int.c67 #define LOWPART(x) \ macro
80 words[0] = LOWPART (low); in encode()
82 words[2] = LOWPART (hi); in encode()
190 prod[k] = LOWPART (carry); in mul_double_wide_with_sign()
451 num[i] = LOWPART (work); in div_and_round_double()
460 den[i] = LOWPART (work); in div_and_round_double()
499 work = num[i + j] - LOWPART (work); in div_and_round_double()
500 num[i + j] = LOWPART (work); in div_and_round_double()
514 num[i + j] = LOWPART (work); in div_and_round_double()