Searched refs:C2_lo (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_add.c470 UINT64 C1_lo, C2_lo, tmp_signif_lo; local
472 // Note: C2.w[1], C2.w[0] represent C2_hi, C2_lo (all UINT64)
607 C2_lo = y.w[0];
613 C2_lo = 0; // significand low
618 && C2_lo > 0x378d8e63ffffffffull)) {
621 C2_lo = 0;
630 if ((C2_hi == 0x0ull) && (C2_lo == 0x0ull)) {
652 if (C2_hi == 0) { // y_bits is the nr. of bits in C2_lo
653 if (C2_lo >= 0x0020000000000000ull) { // y >= 2^53
656 if (C2_lo >
[all...]

Completed in 292 milliseconds