| tag | line | file | source code |
| temp_real_unaligned | 112 | include/linux/math_emu.h | #define CONSTZ (temp_real_unaligned) {0x0000,0x0000,0x0000,0x0000,0x0000} |
| temp_real_unaligned | 113 | include/linux/math_emu.h | #define CONST1 (temp_real_unaligned) {0x0000,0x0000,0x0000,0x8000,0x3FFF} |
| temp_real_unaligned | 114 | include/linux/math_emu.h | #define CONSTPI (temp_real_unaligned) {0xC235,0x2168,0xDAA2,0xC90F,0x4000} |
| temp_real_unaligned | 115 | include/linux/math_emu.h | #define CONSTLN2 (temp_real_unaligned) {0x79AC,0xD1CF,0x17F7,0xB172,0x3FFE} |
| temp_real_unaligned | 116 | include/linux/math_emu.h | #define CONSTLG2 (temp_real_unaligned) {0xF799,0xFBCF,0x9A84,0x9A20,0x3FFD} |
| temp_real_unaligned | 117 | include/linux/math_emu.h | #define CONSTL2E (temp_real_unaligned) {0xF0BC,0x5C17,0x3B29,0xB8AA,0x3FFF} |
| temp_real_unaligned | 118 | include/linux/math_emu.h | #define CONSTL2T (temp_real_unaligned) {0x8AFE,0xCD1B,0x784B,0xD49A,0x4000} |
| temp_real_unaligned | 51 | kernel/math/emulate.c | static void fxchg(temp_real_unaligned * a, temp_real_unaligned * b); |
| temp_real_unaligned | 52 | kernel/math/emulate.c | static temp_real_unaligned * __st(int i); |
| temp_real_unaligned | 522 | kernel/math/emulate.c | static void fxchg(temp_real_unaligned * a, temp_real_unaligned * b) |
| temp_real_unaligned | 524 | kernel/math/emulate.c | temp_real_unaligned c; |
| temp_real_unaligned | 531 | kernel/math/emulate.c | static temp_real_unaligned * __st(int i) |
| temp_real_unaligned | 535 | kernel/math/emulate.c | return (temp_real_unaligned *) (i*10 + (char *)(I387.st_space)); |