Searched refs:math (Results 1 – 25 of 47) sorted by relevance
12
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 \
48 .. math::58 .. math::69 .. math::124 .. math::134 .. math::145 .. math::171 .. math::184 .. math::247 .. math::257 .. math::[all …]
8 obj-$(CONFIG_MATHEMU) += math-emu.o10 math-emu-objs := math.o
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)
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.
2 obj-y := math.o
2 obj-y += mm/ kernel/ math-emu/ net/
3 obj-$(CONFIG_MATHEMU) += math-emu/
8 obj-y += math-emu/
15 import math28 PAGE_SHIFT = int(math.log2(PAGE_SIZE))30 PMD_ORDER = int(math.log2(PMD_SIZE / PAGE_SIZE))517 order = int(math.log2(size / PAGE_SIZE))
17 obj-$(CONFIG_M68KFPU_EMU) += math-emu/
37 struct ppc_emulated_entry math; member
21 obj-$(CONFIG_MATH_EMULATION) += unimplemented-math-emulation.o
27 math \
170 .. kernel-doc:: lib/math/int_pow.c173 .. kernel-doc:: lib/math/int_sqrt.c185 .. kernel-doc:: lib/math/gcd.c
73 .. math::
82 # used for math-emu
986 import math995 pen_copy.x += round(hx * math.sin(math.radians(pen_copy.xtilt)))997 pen_copy.y += round(hy * math.sin(math.radians(pen_copy.ytilt)))
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
10 import math91 self.STRUCT_PAGE_MAX_SHIFT = (int)(math.log(self.struct_page_size, 2))
246 - A kernel with math-emulation compiled in will still use the247 coprocessor if one is present: the math emulation will just250 have a math coprocessor or not.