mant              184 src/dps8/dps8_math.c     long double mant = frexpl(f, &exp);
mant              191 src/dps8/dps8_math.c     if (sign && mant == 0.5)
mant              196 src/dps8/dps8_math.c         mant -= 0.5;
mant              200 src/dps8/dps8_math.c     for(int n = 62 ; n >= 0 && mant > 0; n -= 1)
mant              202 src/dps8/dps8_math.c         if (mant >= bitval)
mant              206 src/dps8/dps8_math.c             mant -= bitval;
mant              307 src/dps8/dps8_math.c     long double mant = MYfrexpl(f, &exp);
mant              311 src/dps8/dps8_math.c     if (sign && mant == 0.5)
mant              316 src/dps8/dps8_math.c         mant -= 0.5;
mant              320 src/dps8/dps8_math.c     for(int n = 70 ; n >= 0 && mant > 0; n -= 1)
mant              322 src/dps8/dps8_math.c         if (mant >= bitval)
mant              326 src/dps8/dps8_math.c             mant -= bitval;
mant              398 src/dps8/dps8_math.c 
mant              407 src/dps8/dps8_math.c 
mant              409 src/dps8/dps8_math.c 
mant              413 src/dps8/dps8_math.c 
mant             1946 src/dps8/dps8_math.c 
mant             1949 src/dps8/dps8_math.c 
mant             1950 src/dps8/dps8_math.c 
mant             1956 src/dps8/dps8_math.c 
mant             1959 src/dps8/dps8_math.c 
mant             1960 src/dps8/dps8_math.c