S                 593 src/dps8/dps8_cpu.h    uint     S [3];          // Sign and decimal type of number
S                 594 src/dps8/dps8_cpu.h #define S1  S [0]
S                 595 src/dps8/dps8_cpu.h #define S2  S [1]
S                 596 src/dps8/dps8_cpu.h #define S3  S [2]
S                1703 src/dps8/dps8_eis.c     e->S[k-1]  = getbits36_2 (opDesc, 22);    // Sign and decimal type of data
S                5030 src/dps8/dps8_eis.c     int S = (int) e->S[k-1];  // This is where MVNE gets really nasty.
S                5053 src/dps8/dps8_eis.c         switch(S)
S                9520 src/dps8/dps8_eis.c     if (e->S[1] == 0)
S                  82 src/dps8/dps8_math.c     bool S = isnonzero_128 (and_128 (Mant, SIGN72)); // sign of mantissa
S                  83 src/dps8/dps8_math.c     if (S)
S                  86 src/dps8/dps8_math.c     bool S = Mant & SIGN72; // sign of mantissa
S                  87 src/dps8/dps8_math.c     if (S)
S                  94 src/dps8/dps8_math.c     if (S && ISZERO_128 (Mant))// denormalized -1.0*2^e
S                 119 src/dps8/dps8_math.c     return (S ? -1 : 1) * ldexpl(m, e);
S                 134 src/dps8/dps8_math.c     bool S = isnonzero_128 (and_128 (Mant, SIGN72)); // sign of mantissa
S                 135 src/dps8/dps8_math.c     if (S)
S                 138 src/dps8/dps8_math.c     bool S = Mant & SIGN72; // sign of mantissa
S                 139 src/dps8/dps8_math.c     if (S)
S                 146 src/dps8/dps8_math.c     if (S && ISZERO_128 (Mant))// denormalized -1.0*2^e
S                 166 src/dps8/dps8_math.c     return (S ? -1 : 1) * ldexp(m, e);
S                 354 src/dps8/dps8_math.c 
S                 355 src/dps8/dps8_math.c 
S                 361 src/dps8/dps8_math.c 
S                 374 src/dps8/dps8_math.c