Searched refs:math (Results 1 – 25 of 51) sorted by relevance
123
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 \
8 obj-$(CONFIG_MATHEMU) += math-emu.o10 math-emu-objs := math.o
48 .. math::58 .. math::69 .. math::124 .. math::134 .. math::145 .. math::171 .. math::184 .. math::247 .. math::257 .. math::[all …]
164 lib/math/int_pow.c166 lib/math/int_sqrt.c177 lib/math/gcd.c
22 import math120 snum = '#' * (int)(math.log(num, 2) + 1)
2 obj-y := math.o
2 obj-y += mm/ kernel/ math-emu/
3 obj-$(CONFIG_MATHEMU) += math-emu/
3 obj-$(CONFIG_SH_FPU_EMU) += math-emu/
88 Some ReST pages contain math expressions. Due to the way Sphinx works,90 There are two options for Sphinx to render math expressions in html output.91 One is an extension called `imgmath`_ which converts math expressions into93 The other is an extension called `mathjax`_ which delegates math rendering99 Since kernel release 6.1, html pages with math expressions can be built103 .. _imgmath: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.imgm…104 .. _mathjax: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.math…128 the requirements for images, math expressions and LaTeX build, and assumes181 Since kernel release 6.1, mathjax works as a fallback math renderer for207 .. [#sph1_8] Fallback of math renderer requires Sphinx >=1.8.
8 obj-y += math-emu/
9 obj-y += math-emu/
17 obj-$(CONFIG_M68KFPU_EMU) += math-emu/
329 At some point in the future, this will cause floating-point math331 floating-point math coprocessor. Thrill-seekers and chronically354 math coprocessor. This makes the kernel a bit faster as no tests
20 obj-$(CONFIG_MATH_EMULATION) += unimplemented-math-emulation.o
37 struct ppc_emulated_entry math; member
7 title: IR thermopile sensor with integrated math engine
32 math \
162 .. kernel-doc:: lib/math/int_pow.c165 .. kernel-doc:: lib/math/int_sqrt.c177 .. kernel-doc:: lib/math/gcd.c
73 .. math::
9 Provide some commonly-used math functions, usually required in order to
13 * $#-way unrolled portable integer math RAID-6 instruction set
16 * $#-way unrolled portable integer math RAID-6 instruction set
22 * $#-way unrolled NEON intrinsics math RAID-6 instruction set
114 # used for math-emu
Completed in 23 milliseconds