Searched refs:LOWPART (Results 1 – 2 of 2) sorted by relevance
41 #define LOWPART(x) \ macro54 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()
67 #define LOWPART(x) \ macro80 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()