S 583 src/dps8/dps8_cpu.h uint S [3]; // Sign and decimal type of number S 584 src/dps8/dps8_cpu.h #define S1 S [0] S 585 src/dps8/dps8_cpu.h #define S2 S [1] S 586 src/dps8/dps8_cpu.h #define S3 S [2] S 1696 src/dps8/dps8_eis.c e->S[k-1] = getbits36_2 (opDesc, 22); // Sign and decimal type of data S 5069 src/dps8/dps8_eis.c int S = (int) e->S[k-1]; // This is where MVNE gets really nasty. S 5092 src/dps8/dps8_eis.c switch(S) S 9571 src/dps8/dps8_eis.c if (e->S[1] == 0) S 83 src/dps8/dps8_math.c bool S = isnonzero_128 (and_128 (Mant, SIGN72)); // sign of mantissa S 84 src/dps8/dps8_math.c if (S) S 87 src/dps8/dps8_math.c bool S = Mant & SIGN72; // sign of mantissa S 88 src/dps8/dps8_math.c if (S) S 95 src/dps8/dps8_math.c if (S && ISZERO_128 (Mant))// denormalized -1.0*2^e S 120 src/dps8/dps8_math.c return (S ? -1 : 1) * ldexpl(m, e); S 135 src/dps8/dps8_math.c bool S = isnonzero_128 (and_128 (Mant, SIGN72)); // sign of mantissa S 136 src/dps8/dps8_math.c if (S) S 139 src/dps8/dps8_math.c bool S = Mant & SIGN72; // sign of mantissa S 140 src/dps8/dps8_math.c if (S) S 147 src/dps8/dps8_math.c if (S && ISZERO_128 (Mant))// denormalized -1.0*2^e S 167 src/dps8/dps8_math.c return (S ? -1 : 1) * ldexp(m, e); S 359 src/dps8/dps8_math.c S 360 src/dps8/dps8_math.c S 366 src/dps8/dps8_math.c S 379 src/dps8/dps8_math.c