mant 183 src/dps8/dps8_math.c long double mant = frexpl(f, &exp); mant 190 src/dps8/dps8_math.c if (sign && mant == 0.5) mant 195 src/dps8/dps8_math.c mant -= 0.5; mant 199 src/dps8/dps8_math.c for(int n = 62 ; n >= 0 && mant > 0; n -= 1) mant 201 src/dps8/dps8_math.c if (mant >= bitval) mant 205 src/dps8/dps8_math.c mant -= bitval; mant 303 src/dps8/dps8_math.c long double mant = MYfrexpl(f, &exp); mant 307 src/dps8/dps8_math.c if (sign && mant == 0.5) mant 312 src/dps8/dps8_math.c mant -= 0.5; mant 316 src/dps8/dps8_math.c for(int n = 70 ; n >= 0 && mant > 0; n -= 1) mant 318 src/dps8/dps8_math.c if (mant >= bitval) mant 322 src/dps8/dps8_math.c mant -= bitval; mant 393 src/dps8/dps8_math.c mant 402 src/dps8/dps8_math.c mant 404 src/dps8/dps8_math.c mant 408 src/dps8/dps8_math.c mant 1942 src/dps8/dps8_math.c mant 1945 src/dps8/dps8_math.c mant 1946 src/dps8/dps8_math.c mant 1952 src/dps8/dps8_math.c mant 1955 src/dps8/dps8_math.c mant 1956 src/dps8/dps8_math.c