Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libgcc/config/libbid/
Dbid128_string.c280 UINT64 sign_x, coeff_high, coeff_low, coeff2, coeff_l2, carry = 0x0ull, local
546 coeff2 = coeff_high + coeff_high;
547 coeff_high = (coeff2 << 2) + coeff2 + buffer[i] - '0';
554 coeff2 = coeff_high + coeff_high;
555 coeff_high = (coeff2 << 2) + coeff2 + buffer[i] - '0';
587 coeff2 = coeff_high + coeff_high;
588 coeff_high = (coeff2 << 2) + coeff2 + buffer[i] - '0';