negate_128       9575 src/dps8/dps8_eis.c         x = and_128 (negate_128 (x), MASK72);
negate_128       10042 src/dps8/dps8_eis.c         x = negate_128 (x); // no need to mask it
negate_128       3520 src/dps8/dps8_ins.c                 tmp72 = negate_128 (tmp72);
negate_128       5040 src/dps8/dps8_ins.c             tmp72 = negate_128 (tmp72);
negate_128         84 src/dps8/dps8_math.c         Mant = and_128 (negate_128 (Mant), MASK71); // 71 bits (not 72!)
negate_128        136 src/dps8/dps8_math.c         Mant = and_128 (negate_128 (Mant), MASK71); // 71 bits (not 72!)
negate_128        507 src/dps8/dps8_math.c        m2 = and_128 (negate_128 (m2), MASK72);
negate_128       1103 src/dps8/dps8_math.c     m = negate_128 (m);
negate_128       1342 src/dps8/dps8_math.c       m1 = and_128 (negate_128 (m1), MASK72);
negate_128       1363 src/dps8/dps8_math.c       m2 = and_128 (negate_128 (m2), MASK72);
negate_128       1448 src/dps8/dps8_math.c     m3 = and_128 (negate_128 (m3), MASK72);
negate_128       2022 src/dps8/dps8_math.c       m2 = and_128 (negate_128 (m2), MASK72);
negate_128       2554 src/dps8/dps8_math.c       m1 = and_128 (negate_128 (m1), MASK72);
negate_128       2566 src/dps8/dps8_math.c       m2 = and_128 (negate_128 (m2), MASK72);
negate_128       2654 src/dps8/dps8_math.c     m3 = and_128 (negate_128 (m3), MASK72);
negate_128       2942 src/dps8/dps8_math.c         zFrac = negate_128 (zFrac);
negate_128       2980 src/dps8/dps8_math.c         dFrac = negate_128 (dFrac);
negate_128       3100 src/dps8/dps8_math.c       quot = negate_128 (quot);
negate_128       3107 src/dps8/dps8_math.c       remainder = negate_128 (remainder);
negate_128        738 src/dps8/dps8_math128.c     uint128 r = negate_128 (a);
negate_128         50 src/dps8/dps8_math128.h uint128 negate_128 (uint128 a);