taglinefilesource code
cwd105include/linux/math_emu.h#define ROUNDING ((I387.cwd >> 10) & 3)
cwd106include/linux/math_emu.h#define PRECISION ((I387.cwd >> 8) & 3)
cwd74include/linux/sched.hlong  cwd;
cwd60kernel/math/emulate.cif (I387.cwd & I387.swd & 0x3f)
cwd149kernel/math/emulate.cI387.cwd = 0x037f;
cwd332kernel/math/emulate.c*(unsigned short *) &I387.cwd =
cwd347kernel/math/emulate.cput_fs_word(I387.cwd,(short *) address);
cwd388kernel/math/emulate.cI387.cwd = 0x037f;
cwd484kernel/math/emulate.cI387.cwd = 0x037f;