Lines Matching full:fraction
212 * 0x80000000, overflow; otherwise the last fraction word in fpu_ftoi()
259 * 0x8000000000000000, overflow; otherwise the last fraction word in fpu_ftox()
282 * We assume <= 29 bits in a single-precision fraction (1.f part).
291 #define SNG_MASK (SNG_EXP(1) - 1) /* mask for fraction */ in fpu_ftos()
310 * Normals (including subnormals). Drop all the fraction bits in fpu_ftos()
323 * normal produces 2.0 in the fraction, we need not adjust that in fpu_ftos()
324 * fraction at all, since both 1.0 and 2.0 are zero under the in fpu_ftos()
325 * fraction mask. in fpu_ftos()
331 /* -NG for g,r; -SNG_FRACBITS-exp for fraction */ in fpu_ftos()
340 /* -FP_NG for g,r; -1 for implied 1; -SNG_FRACBITS for fraction */ in fpu_ftos()
361 * left in res[1]). Assumes <= 61 bits in double precision fraction.