taglinefilesource code
cwd100include/linux/math_emu.h#define ROUNDING ((I387.cwd >> 10) & 3)
cwd101include/linux/math_emu.h#define PRECISION ((I387.cwd >> 8) & 3)
cwd84include/linux/sched.hlong  cwd;
cwd33include/linux/user.hlong  cwd;
cwd60kernel/math/emulate.cif (I387.cwd & I387.swd & 0x3f)
cwd156kernel/math/emulate.cI387.cwd = 0x037f;
cwd339kernel/math/emulate.c*(unsigned short *) &I387.cwd =
cwd354kernel/math/emulate.cput_fs_word(I387.cwd,(short *) address);
cwd395kernel/math/emulate.cI387.cwd = 0x037f;
cwd491kernel/math/emulate.cI387.cwd = 0x037f;