ieee754           143 arch/mips/kernel/cpu-probe.c static enum { STRICT, LEGACY, STD2008, RELAXED } ieee754 = STRICT;
ieee754           157 arch/mips/kernel/cpu-probe.c 	switch (ieee754) {
ieee754           189 arch/mips/kernel/cpu-probe.c 	switch (ieee754) {
ieee754           223 arch/mips/kernel/cpu-probe.c 		ieee754 = STRICT;
ieee754           225 arch/mips/kernel/cpu-probe.c 		ieee754 = LEGACY;
ieee754           227 arch/mips/kernel/cpu-probe.c 		ieee754 = STD2008;
ieee754           229 arch/mips/kernel/cpu-probe.c 		ieee754 = RELAXED;
ieee754          1419 arch/mips/math-emu/cp1emu.c static union ieee754##p fpemu_##p##_##name(union ieee754##p r,		\
ieee754          1420 arch/mips/math-emu/cp1emu.c 	union ieee754##p s, union ieee754##p t)				\