taglinefilesource code
cwd100include/linux/math_emu.h#define ROUNDING ((I387.cwd >> 10) & 3)
cwd101include/linux/math_emu.h#define PRECISION ((I387.cwd >> 8) & 3)
cwd72include/linux/sched.hlong  cwd;
cwd33include/linux/user.hlong  cwd;
cwd60kernel/math/emulate.cif (I387.cwd & I387.swd & 0x3f)
cwd153kernel/math/emulate.cI387.cwd = 0x037f;
cwd336kernel/math/emulate.c*(unsigned short *) &I387.cwd =
cwd351kernel/math/emulate.cput_fs_word(I387.cwd,(short *) address);
cwd392kernel/math/emulate.cI387.cwd = 0x037f;
cwd488kernel/math/emulate.cI387.cwd = 0x037f;