negate_128       9626 src/dps8/dps8_eis.c         x = and_128 (negate_128 (x), MASK72);
negate_128       10104 src/dps8/dps8_eis.c         x = negate_128 (x); // no need to mask it
negate_128       3686 src/dps8/dps8_ins.c                 tmp72 = negate_128 (tmp72);
negate_128       5395 src/dps8/dps8_ins.c             tmp72 = negate_128 (tmp72);
negate_128         85 src/dps8/dps8_math.c         Mant = and_128 (negate_128 (Mant), MASK71); // 71 bits (not 72!)
negate_128        137 src/dps8/dps8_math.c         Mant = and_128 (negate_128 (Mant), MASK71); // 71 bits (not 72!)
negate_128        512 src/dps8/dps8_math.c        m2 = and_128 (negate_128 (m2), MASK72);
negate_128       1107 src/dps8/dps8_math.c     m = negate_128 (m);
negate_128       1346 src/dps8/dps8_math.c       m1 = and_128 (negate_128 (m1), MASK72);
negate_128       1367 src/dps8/dps8_math.c       m2 = and_128 (negate_128 (m2), MASK72);
negate_128       1452 src/dps8/dps8_math.c     m3 = and_128 (negate_128 (m3), MASK72);
negate_128       2025 src/dps8/dps8_math.c       m2 = and_128 (negate_128 (m2), MASK72);
negate_128       2559 src/dps8/dps8_math.c       m1 = and_128 (negate_128 (m1), MASK72);
negate_128       2571 src/dps8/dps8_math.c       m2 = and_128 (negate_128 (m2), MASK72);
negate_128       2659 src/dps8/dps8_math.c     m3 = and_128 (negate_128 (m3), MASK72);
negate_128       2951 src/dps8/dps8_math.c         zFrac = negate_128 (zFrac);
negate_128       2989 src/dps8/dps8_math.c         dFrac = negate_128 (dFrac);
negate_128       3109 src/dps8/dps8_math.c       quot = negate_128 (quot);
negate_128       3116 src/dps8/dps8_math.c       remainder = negate_128 (remainder);
negate_128        736 src/dps8/dps8_math128.c     uint128 r = negate_128 (a);
negate_128         47 src/dps8/dps8_math128.h uint128 negate_128 (uint128 a);