Mant 76 src/dps8/dps8_math.c word72 Mant = convert_to_word72 (cpu.rA, cpu.rQ); Mant 78 src/dps8/dps8_math.c if (ISZERO_128 (Mant)) Mant 82 src/dps8/dps8_math.c bool S = isnonzero_128 (and_128 (Mant, SIGN72)); // sign of mantissa Mant 84 src/dps8/dps8_math.c Mant = and_128 (negate_128 (Mant), MASK71); // 71 bits (not 72!) Mant 86 src/dps8/dps8_math.c bool S = Mant & SIGN72; // sign of mantissa Mant 88 src/dps8/dps8_math.c Mant = (-Mant) & MASK71; // 71 bits (not 72!) Mant 94 src/dps8/dps8_math.c if (S && ISZERO_128 (Mant))// denormalized -1.0*2^e Mant 101 src/dps8/dps8_math.c if (isnonzero_128 (and_128 (Mant, lshift_128 (construct_128 (0, 1), (unsigned int) n)))) Mant 106 src/dps8/dps8_math.c if (Mant & ((word72)1 << n)) Mant 128 src/dps8/dps8_math.c word72 Mant = convert_to_word72 (cpu.rA, cpu.rQ); Mant 130 src/dps8/dps8_math.c if (ISZERO_128 (Mant)) Mant 134 src/dps8/dps8_math.c bool S = isnonzero_128 (and_128 (Mant, SIGN72)); // sign of mantissa Mant 136 src/dps8/dps8_math.c Mant = and_128 (negate_128 (Mant), MASK71); // 71 bits (not 72!) Mant 138 src/dps8/dps8_math.c bool S = Mant & SIGN72; // sign of mantissa Mant 140 src/dps8/dps8_math.c Mant = (-Mant) & MASK71; // 71 bits (not 72!) Mant 146 src/dps8/dps8_math.c if (S && ISZERO_128 (Mant))// denormalized -1.0*2^e Mant 153 src/dps8/dps8_math.c if (isnonzero_128 (and_128 (Mant, lshift_128 (construct_128 (0, 1), (unsigned int) n)))) Mant 158 src/dps8/dps8_math.c if (Mant & ((word72)1 << n)) Mant 348 src/dps8/dps8_math.c Mant 350 src/dps8/dps8_math.c Mant 351 src/dps8/dps8_math.c Mant 354 src/dps8/dps8_math.c Mant 356 src/dps8/dps8_math.c Mant 361 src/dps8/dps8_math.c Mant 367 src/dps8/dps8_math.c