taglinefilesource code
fract215arch/alpha/math-emu/ieee-math.cunsigned long exp, fract;
fract218arch/alpha/math-emu/ieee-math.cfract = a & 0x000fffffffffffff;  /* 52 bits of fraction */
fract220arch/alpha/math-emu/ieee-math.cif (fract == 0)
fract225arch/alpha/math-emu/ieee-math.cif (fract == 0)
fract227arch/alpha/math-emu/ieee-math.cif (((fract >> 51) & 1) != 0)