Mant 77 src/dps8/dps8_math.c word72 Mant = convert_to_word72 (cpu.rA, cpu.rQ); Mant 79 src/dps8/dps8_math.c if (ISZERO_128 (Mant)) Mant 83 src/dps8/dps8_math.c bool S = isnonzero_128 (and_128 (Mant, SIGN72)); // sign of mantissa Mant 85 src/dps8/dps8_math.c Mant = and_128 (negate_128 (Mant), MASK71); // 71 bits (not 72!) Mant 87 src/dps8/dps8_math.c bool S = Mant & SIGN72; // sign of mantissa Mant 89 src/dps8/dps8_math.c Mant = (-Mant) & MASK71; // 71 bits (not 72!) Mant 95 src/dps8/dps8_math.c if (S && ISZERO_128 (Mant))// denormalized -1.0*2^e Mant 102 src/dps8/dps8_math.c if (isnonzero_128 (and_128 (Mant, lshift_128 (construct_128 (0, 1), (unsigned int) n)))) Mant 107 src/dps8/dps8_math.c if (Mant & ((word72)1 << n)) Mant 129 src/dps8/dps8_math.c word72 Mant = convert_to_word72 (cpu.rA, cpu.rQ); Mant 131 src/dps8/dps8_math.c if (ISZERO_128 (Mant)) Mant 135 src/dps8/dps8_math.c bool S = isnonzero_128 (and_128 (Mant, SIGN72)); // sign of mantissa Mant 137 src/dps8/dps8_math.c Mant = and_128 (negate_128 (Mant), MASK71); // 71 bits (not 72!) Mant 139 src/dps8/dps8_math.c bool S = Mant & SIGN72; // sign of mantissa Mant 141 src/dps8/dps8_math.c Mant = (-Mant) & MASK71; // 71 bits (not 72!) Mant 147 src/dps8/dps8_math.c if (S && ISZERO_128 (Mant))// denormalized -1.0*2^e Mant 154 src/dps8/dps8_math.c if (isnonzero_128 (and_128 (Mant, lshift_128 (construct_128 (0, 1), (unsigned int) n)))) Mant 159 src/dps8/dps8_math.c if (Mant & ((word72)1 << n)) Mant 353 src/dps8/dps8_math.c Mant 355 src/dps8/dps8_math.c Mant 356 src/dps8/dps8_math.c Mant 359 src/dps8/dps8_math.c Mant 361 src/dps8/dps8_math.c Mant 366 src/dps8/dps8_math.c Mant 372 src/dps8/dps8_math.c