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

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid128_add.c469 UINT64 C1_hi, C2_hi, tmp_signif_hi; local
472 // Note: C2.w[1], C2.w[0] represent C2_hi, C2_lo (all UINT64)
606 C2_hi = y.w[1] & MASK_COEFF;
612 C2_hi = 0; // significand high
616 if (C2_hi > 0x0001ed09bead87c0ull ||
617 (C2_hi == 0x0001ed09bead87c0ull
620 C2_hi = 0;
630 if ((C2_hi == 0x0ull) && (C2_lo == 0x0ull)) {
652 if (C2_hi == 0) { // y_bits is the nr. of bits in C2_lo
671 } else { // C2_hi !
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid128_add.c469 UINT64 C1_hi, C2_hi, tmp_signif_hi; local
472 // Note: C2.w[1], C2.w[0] represent C2_hi, C2_lo (all UINT64)
606 C2_hi = y.w[1] & MASK_COEFF;
612 C2_hi = 0; // significand high
616 if (C2_hi > 0x0001ed09bead87c0ull ||
617 (C2_hi == 0x0001ed09bead87c0ull
620 C2_hi = 0;
630 if ((C2_hi == 0x0ull) && (C2_lo == 0x0ull)) {
652 if (C2_hi == 0) { // y_bits is the nr. of bits in C2_lo
671 } else { // C2_hi !
[all...]

Completed in 273 milliseconds