Searched refs:math (Results 1 – 21 of 21) sorted by relevance
8 obj-$(CONFIG_MATHEMU) += math-emu.o10 math-emu-objs := math.o
2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o3 obj-$(CONFIG_MATH_EMULATION_HW_UNIMPLEMENTED) += $(math-emu-common-objs)4 obj-$(CONFIG_MATH_EMULATION_FULL) += $(math-emu-common-objs) fabs.o fadd.o \12 mtfsb1.o stfiwx.o stfs.o math.o \
2 obj-y := math.o
2 obj-y += mm/ kernel/ math-emu/ net/
3 obj-$(CONFIG_MATHEMU) += math-emu/
3 obj-$(CONFIG_SH_FPU_EMU) += math-emu/
8 obj-y += math-emu/
10 obj-y += math-emu/
17 obj-$(CONFIG_M68KFPU_EMU) += math-emu/
340 At some point in the future, this will cause floating-point math342 floating-point math coprocessor. Thrill-seekers and chronically365 math coprocessor. This makes the kernel a bit faster as no tests
21 obj-$(CONFIG_MATH_EMULATION) += unimplemented-math-emulation.o
37 struct ppc_emulated_entry math; member
82 # used for math-emu
293 drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
1634 Linux can emulate a math coprocessor (used for floating point1636 a math coprocessor built in, 486SX and 386 do not, unless you added1641 If you don't have a math coprocessor, you need to say Y here; if you1650 More information about the internals of the Linux math coprocessor1651 emulation can be found in <file:arch/x86/math-emu/README>.
351 libs-$(CONFIG_MIPS_FP_SUPPORT) += arch/mips/math-emu/
1455 PPC_WARN_EMULATED(math, regs); in emulate_math()2287 WARN_EMULATED_SETUP(math),
86 # or 32-bit divides if possible. Else, use a special math algorithm #
11403 # math operation relative to the address of this table. Included are
29 the original Linux math emulator by Linus Torvalds.
1667 bool "NWFPE math emulation"1691 bool "FastFPE math emulation (EXPERIMENTAL)"
Completed in 57 milliseconds