| tag | line | file | source code |
|---|---|---|---|
| fract | 215 | arch/alpha/math-emu/ieee-math.c | unsigned long exp, fract; |
| fract | 218 | arch/alpha/math-emu/ieee-math.c | fract = a & 0x000fffffffffffff; /* 52 bits of fraction */ |
| fract | 220 | arch/alpha/math-emu/ieee-math.c | if (fract == 0) |
| fract | 225 | arch/alpha/math-emu/ieee-math.c | if (fract == 0) |
| fract | 227 | arch/alpha/math-emu/ieee-math.c | if (((fract >> 51) & 1) != 0) |