Home
last modified time | relevance | path

Searched refs:ieee754 (Results 1 – 3 of 3) sorted by relevance

/arch/mips/math-emu/
DMakefile6 obj-y += cp1emu.o ieee754dp.o ieee754sp.o ieee754.o \
Dcp1emu.c1419 static union ieee754##p fpemu_##p##_##name(union ieee754##p r, \
1420 union ieee754##p s, union ieee754##p t) \
/arch/mips/kernel/
Dcpu-probe.c143 static enum { STRICT, LEGACY, STD2008, RELAXED } ieee754 = STRICT; variable
157 switch (ieee754) { in cpu_set_nofpu_2008()
189 switch (ieee754) { in cpu_set_nan_2008()
223 ieee754 = STRICT; in ieee754_setup()
225 ieee754 = LEGACY; in ieee754_setup()
227 ieee754 = STD2008; in ieee754_setup()
229 ieee754 = RELAXED; in ieee754_setup()