taglinefilesource code
temp_real_unaligned112include/linux/math_emu.h#define CONSTZ   (temp_real_unaligned) {0x0000,0x0000,0x0000,0x0000,0x0000}
temp_real_unaligned113include/linux/math_emu.h#define CONST1   (temp_real_unaligned) {0x0000,0x0000,0x0000,0x8000,0x3FFF}
temp_real_unaligned114include/linux/math_emu.h#define CONSTPI  (temp_real_unaligned) {0xC235,0x2168,0xDAA2,0xC90F,0x4000}
temp_real_unaligned115include/linux/math_emu.h#define CONSTLN2 (temp_real_unaligned) {0x79AC,0xD1CF,0x17F7,0xB172,0x3FFE}
temp_real_unaligned116include/linux/math_emu.h#define CONSTLG2 (temp_real_unaligned) {0xF799,0xFBCF,0x9A84,0x9A20,0x3FFD}
temp_real_unaligned117include/linux/math_emu.h#define CONSTL2E (temp_real_unaligned) {0xF0BC,0x5C17,0x3B29,0xB8AA,0x3FFF}
temp_real_unaligned118include/linux/math_emu.h#define CONSTL2T (temp_real_unaligned) {0x8AFE,0xCD1B,0x784B,0xD49A,0x4000}
temp_real_unaligned51kernel/math/emulate.cstatic void fxchg(temp_real_unaligned * a, temp_real_unaligned * b);
temp_real_unaligned52kernel/math/emulate.cstatic temp_real_unaligned * __st(int i);
temp_real_unaligned522kernel/math/emulate.cstatic void fxchg(temp_real_unaligned * a, temp_real_unaligned * b)
temp_real_unaligned524kernel/math/emulate.ctemp_real_unaligned c;
temp_real_unaligned531kernel/math/emulate.cstatic temp_real_unaligned * __st(int i)
temp_real_unaligned535kernel/math/emulate.creturn (temp_real_unaligned *) (i*10 + (char *)(I387.st_space));