SIGN72 323 src/dps8/dps8_hw_consts.h if (isnonzero_128 (and_128 (w, SIGN72))) SIGN72 337 src/dps8/dps8_hw_consts.h if (w & SIGN72) SIGN72 2847 src/dps8/dps8_ins.c SC_I_NEG (isnonzero_128 (and_128 (trAQ, SIGN72))); SIGN72 2853 src/dps8/dps8_ins.c SC_I_NEG (trAQ & SIGN72); SIGN72 3324 src/dps8/dps8_ins.c SC_I_NEG (isnonzero_128 (and_128 (trAQ, SIGN72))); SIGN72 3330 src/dps8/dps8_ins.c SC_I_NEG (trAQ & SIGN72); SIGN72 5393 src/dps8/dps8_ins.c SC_I_NEG (isnonzero_128 (and_128 (tmp72, SIGN72))); SIGN72 5400 src/dps8/dps8_ins.c SC_I_NEG (tmp72 & SIGN72); SIGN72 5688 src/dps8/dps8_ins.c SC_I_NEG (isnonzero_128 (and_128 (trAQ, SIGN72))); SIGN72 5694 src/dps8/dps8_ins.c SC_I_NEG (trAQ & SIGN72); SIGN72 5928 src/dps8/dps8_ins.c SC_I_NEG (isnonzero_128 (and_128 (trAQ, SIGN72))); SIGN72 5934 src/dps8/dps8_ins.c SC_I_NEG (trAQ & SIGN72); SIGN72 6012 src/dps8/dps8_ins.c SC_I_NEG (isnonzero_128 (and_128 (trAQ, SIGN72))); SIGN72 6018 src/dps8/dps8_ins.c SC_I_NEG (trAQ & SIGN72); SIGN72 83 src/dps8/dps8_math.c bool S = isnonzero_128 (and_128 (Mant, SIGN72)); // sign of mantissa SIGN72 87 src/dps8/dps8_math.c bool S = Mant & SIGN72; // sign of mantissa SIGN72 135 src/dps8/dps8_math.c bool S = isnonzero_128 (and_128 (Mant, SIGN72)); // sign of mantissa SIGN72 139 src/dps8/dps8_math.c bool S = Mant & SIGN72; // sign of mantissa SIGN72 449 src/dps8/dps8_math.c # define HEX_SIGN (SIGN72 | BIT71 | BIT70 | BIT69) SIGN72 508 src/dps8/dps8_math.c if (iseq_128 (m2, SIGN72)) { // -1.0 -> 0.5, increase exponent, ISOLTS-735 08i,j SIGN72 515 src/dps8/dps8_math.c if (m2 == SIGN72) { // -1.0 -> 0.5, increase exponent, ISOLTS-735 08i,j SIGN72 541 src/dps8/dps8_math.c bool sign = isnonzero_128 (and_128 (m1, SIGN72)); // mantissa negative? SIGN72 548 src/dps8/dps8_math.c m1 = or_128 (m1, SIGN72); SIGN72 555 src/dps8/dps8_math.c bool sign = m1 & SIGN72; // mantissa negative? SIGN72 562 src/dps8/dps8_math.c m1 |= SIGN72; SIGN72 574 src/dps8/dps8_math.c bool sign = isnonzero_128 (and_128 (m2, SIGN72)); // mantissa negative? SIGN72 581 src/dps8/dps8_math.c m2 = or_128 (m2, SIGN72); SIGN72 588 src/dps8/dps8_math.c bool sign = m2 & SIGN72; // mantissa negative? SIGN72 595 src/dps8/dps8_math.c m2 |= SIGN72; SIGN72 620 src/dps8/dps8_math.c word72 s = and_128 (m3, SIGN72); // save the sign bit SIGN72 630 src/dps8/dps8_math.c word72 signbit = and_128 (m3, SIGN72); SIGN72 634 src/dps8/dps8_math.c m3 = xor_128 (m3, SIGN72); // C(AQ)0 is inverted to restore the sign SIGN72 638 src/dps8/dps8_math.c word72 signbit = and_128 (m3, SIGN72); SIGN72 642 src/dps8/dps8_math.c m3 = xor_128 (m3, SIGN72); // C(AQ)0 is inverted to restore the sign SIGN72 652 src/dps8/dps8_math.c word72 s = m3 & SIGN72; // save the sign bit SIGN72 662 src/dps8/dps8_math.c word72 signbit = m3 & SIGN72; SIGN72 665 src/dps8/dps8_math.c m3 ^= SIGN72; // C(AQ)0 is inverted to restore the sign SIGN72 669 src/dps8/dps8_math.c word72 signbit = m3 & SIGN72; SIGN72 672 src/dps8/dps8_math.c m3 ^= SIGN72; // C(AQ)0 is inverted to restore the sign SIGN72 750 src/dps8/dps8_math.c word72 s = and_128 (m, SIGN72); // save the sign bit SIGN72 762 src/dps8/dps8_math.c m = or_128 (m, SIGN72); // set the sign bit SIGN72 767 src/dps8/dps8_math.c m = or_128 (m, SIGN72); // set the sign bit SIGN72 787 src/dps8/dps8_math.c word72 s = m & SIGN72; // save the sign bit SIGN72 799 src/dps8/dps8_math.c m |= SIGN72; // set the sign bit SIGN72 804 src/dps8/dps8_math.c m |= SIGN72; // set the sign bit SIGN72 853 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m, SIGN72)); SIGN72 855 src/dps8/dps8_math.c bool s = (m & SIGN72) != (word72)0; ///< save sign bit SIGN72 874 src/dps8/dps8_math.c m = or_128 (m, SIGN72); SIGN72 881 src/dps8/dps8_math.c m |= SIGN72; SIGN72 916 src/dps8/dps8_math.c m = or_128 (m, SIGN72); SIGN72 926 src/dps8/dps8_math.c m |= SIGN72; SIGN72 939 src/dps8/dps8_math.c m = or_128 (m, SIGN72); SIGN72 949 src/dps8/dps8_math.c m |= SIGN72; SIGN72 1030 src/dps8/dps8_math.c SIGN72 1031 src/dps8/dps8_math.c SIGN72 1037 src/dps8/dps8_math.c SIGN72 1087 src/dps8/dps8_math.c if (ISEQ_128 (m, SIGN72)) { SIGN72 1199 src/dps8/dps8_math.c if (ISEQ_128 (m1, SIGN72) && ISEQ_128 (m2, SIGN72)) { SIGN72 1295 src/dps8/dps8_math.c if ((iszero_128 (and_128 (m2, SIGN72))) && SIGN72 1306 src/dps8/dps8_math.c if (!(m2 & SIGN72) && m2 & 0377777777777777LL) { SIGN72 1335 src/dps8/dps8_math.c if (isnonzero_128 (and_128 (m1, SIGN72))) SIGN72 1337 src/dps8/dps8_math.c if (m1 & SIGN72) SIGN72 1342 src/dps8/dps8_math.c if (iseq_128 (m1, SIGN72)) { SIGN72 1349 src/dps8/dps8_math.c if (m1 == SIGN72) { SIGN72 1362 src/dps8/dps8_math.c if ((isnonzero_128 (and_128 (m2, SIGN72))) && !roundovf) { SIGN72 1363 src/dps8/dps8_math.c if (iseq_128 (m2, SIGN72)) { SIGN72 1372 src/dps8/dps8_math.c if ((m2 & SIGN72) && !roundovf) { SIGN72 1373 src/dps8/dps8_math.c if (m2 == SIGN72) { SIGN72 1567 src/dps8/dps8_math.c if (iszero_128 (and_128 (m, SIGN72))) SIGN72 1569 src/dps8/dps8_math.c if ((m & SIGN72) == 0) SIGN72 1639 src/dps8/dps8_math.c if (iszero_128 (and_128 (m, SIGN72))) SIGN72 1641 src/dps8/dps8_math.c if ((m & SIGN72) == 0) SIGN72 1723 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m1, SIGN72)); SIGN72 1725 src/dps8/dps8_math.c bool s = (m1 & SIGN72) != (word72)0; SIGN72 1737 src/dps8/dps8_math.c m1 = or_128 (m1, SIGN72); SIGN72 1739 src/dps8/dps8_math.c m1 |= SIGN72; SIGN72 1756 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m2, SIGN72)); SIGN72 1758 src/dps8/dps8_math.c bool s = (m2 & SIGN72) != (word72)0; SIGN72 1770 src/dps8/dps8_math.c m2 = or_128 (m2, SIGN72); SIGN72 1772 src/dps8/dps8_math.c m2 |= SIGN72; SIGN72 1857 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m1, SIGN72)); SIGN72 1859 src/dps8/dps8_math.c bool s = (m1 & SIGN72) != (word72)0; ///< save sign bit SIGN72 1871 src/dps8/dps8_math.c m1 = or_128 (m1, SIGN72); SIGN72 1873 src/dps8/dps8_math.c m1 |= SIGN72; SIGN72 1890 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m2, SIGN72)); SIGN72 1892 src/dps8/dps8_math.c bool s = (m2 & SIGN72) != (word72)0; ///< save sign bit SIGN72 1904 src/dps8/dps8_math.c m2 = or_128 (m2, SIGN72); SIGN72 1906 src/dps8/dps8_math.c m2 |= SIGN72; SIGN72 2016 src/dps8/dps8_math.c if (iseq_128 (m2, SIGN72)) { SIGN72 2030 src/dps8/dps8_math.c if (m2 == SIGN72) { SIGN72 2062 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m1, SIGN72)); SIGN72 2064 src/dps8/dps8_math.c bool s = (m1 & SIGN72) != (word72)0; SIGN72 2076 src/dps8/dps8_math.c m1 = or_128 (m1, SIGN72); SIGN72 2078 src/dps8/dps8_math.c m1 |= SIGN72; SIGN72 2095 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m2, SIGN72)); SIGN72 2097 src/dps8/dps8_math.c bool s = (m2 & SIGN72) != (word72)0; ///< save sign bit SIGN72 2109 src/dps8/dps8_math.c m2 = or_128 (m2, SIGN72); SIGN72 2111 src/dps8/dps8_math.c m2 |= SIGN72; SIGN72 2140 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m3, SIGN72)); SIGN72 2142 src/dps8/dps8_math.c bool s = (m3 & SIGN72) != (word72)0; SIGN72 2164 src/dps8/dps8_math.c word72 signbit = and_128 (m3, SIGN72); SIGN72 2167 src/dps8/dps8_math.c m3 = xor_128 (m3, SIGN72); // C(AQ)0 is inverted to restore the sign SIGN72 2169 src/dps8/dps8_math.c word72 signbit = m3 & SIGN72; SIGN72 2172 src/dps8/dps8_math.c m3 ^= SIGN72; // C(AQ)0 is inverted to restore the sign SIGN72 2178 src/dps8/dps8_math.c word72 signbit = and_128 (m3, SIGN72); SIGN72 2181 src/dps8/dps8_math.c m3 = xor_128 (m3, SIGN72); // C(AQ)0 is inverted to restore the sign SIGN72 2183 src/dps8/dps8_math.c word72 signbit = m3 & SIGN72; SIGN72 2186 src/dps8/dps8_math.c m3 ^= SIGN72; // C(AQ)0 is inverted to restore the sign SIGN72 2254 src/dps8/dps8_math.c SIGN72 2403 src/dps8/dps8_math.c if (ISEQ_128 (m1, SIGN72) && ISEQ_128 (m2, SIGN72)) { SIGN72 2503 src/dps8/dps8_math.c if ((iszero_128 (and_128 (m2, SIGN72))) && m2.l & 0377) SIGN72 2505 src/dps8/dps8_math.c if (!(m2 & SIGN72) && m2 & 0377) SIGN72 2553 src/dps8/dps8_math.c if (isnonzero_128 (and_128 (m1, SIGN72))) { SIGN72 2555 src/dps8/dps8_math.c if (iseq_128 (m1, SIGN72)) { SIGN72 2566 src/dps8/dps8_math.c if ((isnonzero_128 (and_128 (m2, SIGN72))) && !roundovf) { SIGN72 2567 src/dps8/dps8_math.c if (iseq_128 (m2, SIGN72)) { SIGN72 2576 src/dps8/dps8_math.c if (m1 & SIGN72) { SIGN72 2578 src/dps8/dps8_math.c if (m1 == SIGN72) { SIGN72 2589 src/dps8/dps8_math.c if ((m2 & SIGN72) && !roundovf) { SIGN72 2590 src/dps8/dps8_math.c if (m2 == SIGN72) { SIGN72 3178 src/dps8/dps8_math.c if (iszero_128 (and_128 (m, SIGN72))) SIGN72 3180 src/dps8/dps8_math.c if ((m & SIGN72) == 0) SIGN72 3266 src/dps8/dps8_math.c if (iszero_128 (and_128 (m, SIGN72))) SIGN72 3268 src/dps8/dps8_math.c if ((m & SIGN72) == 0) SIGN72 3351 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m1, SIGN72)); ///< mantissa negative? SIGN72 3356 src/dps8/dps8_math.c m1 = or_128 (m1, SIGN72); SIGN72 3369 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m2, SIGN72)); ///< mantissa negative? SIGN72 3374 src/dps8/dps8_math.c m2 = or_128 (m2, SIGN72); SIGN72 3395 src/dps8/dps8_math.c bool s = m1 & SIGN72; ///< mantissa negative? SIGN72 3400 src/dps8/dps8_math.c m1 |= SIGN72; SIGN72 3413 src/dps8/dps8_math.c bool s = m2 & SIGN72; ///< mantissa negative? SIGN72 3418 src/dps8/dps8_math.c m2 |= SIGN72; SIGN72 3487 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m1, SIGN72)); ///< mantissa negative? SIGN72 3492 src/dps8/dps8_math.c m1 = or_128 (m1, SIGN72); SIGN72 3503 src/dps8/dps8_math.c bool s = m1 & SIGN72; ///< mantissa negative? SIGN72 3508 src/dps8/dps8_math.c m1 |= SIGN72; SIGN72 3522 src/dps8/dps8_math.c bool s = isnonzero_128 (and_128 (m2, SIGN72)); ///< mantissa negative? SIGN72 3527 src/dps8/dps8_math.c m2 = or_128 (m2, SIGN72); SIGN72 3538 src/dps8/dps8_math.c bool s = m2 & SIGN72; ///< mantissa negative? SIGN72 3543 src/dps8/dps8_math.c m2 |= SIGN72; SIGN72 515 src/dps8/dps8_utils.c if (isnonzero_128 (and_128 (op1e, SIGN72))) SIGN72 517 src/dps8/dps8_utils.c if (isnonzero_128 (and_128 (op2e, SIGN72))) SIGN72 520 src/dps8/dps8_utils.c if (op1e & SIGN72) SIGN72 522 src/dps8/dps8_utils.c if (op2e & SIGN72) SIGN72 536 src/dps8/dps8_utils.c bool r72 = isnonzero_128 (and_128 (res, SIGN72)); SIGN72 539 src/dps8/dps8_utils.c bool r72 = res & SIGN72 ? true : false; SIGN72 598 src/dps8/dps8_utils.c if (isnonzero_128 (and_128 (res, SIGN72))) SIGN72 600 src/dps8/dps8_utils.c if (res & SIGN72) SIGN72 655 src/dps8/dps8_utils.c if (isnonzero_128 (and_128 (op1e, SIGN72))) SIGN72 657 src/dps8/dps8_utils.c if (isnonzero_128 (and_128 (op2e, SIGN72))) SIGN72 660 src/dps8/dps8_utils.c if (op1e & SIGN72) SIGN72 662 src/dps8/dps8_utils.c if (op2e & SIGN72) SIGN72 702 src/dps8/dps8_utils.c bool r72 = isnonzero_128 (and_128 (res, SIGN72)); SIGN72 705 src/dps8/dps8_utils.c bool r72 = res & SIGN72 ? true : false; SIGN72 764 src/dps8/dps8_utils.c if (isnonzero_128 (and_128 (res, SIGN72))) SIGN72 766 src/dps8/dps8_utils.c if (res & SIGN72) SIGN72 1135 src/dps8/dps8_utils.c if (isnonzero_128 (and_128 (op2, SIGN72))) SIGN72 1137 src/dps8/dps8_utils.c if (op2 & SIGN72) SIGN72 1162 src/dps8/dps8_utils.c if (isnonzero_128 (and_128 (op1, SIGN72))) SIGN72 1164 src/dps8/dps8_utils.c if (op1 & SIGN72)