Home
last modified time | relevance | path

Searched refs:math (Results 1 – 25 of 47) sorted by relevance

12

/linux/arch/powerpc/math-emu/
H A DMakefile2 math-emu-common-objs = math.o fre.o fsqrt.o fsqrts.o frsqrtes.o mtfsf.o mtfsfi.o
3 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 \
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst48 .. math::
58 .. math::
69 .. math::
124 .. math::
134 .. math::
145 .. math::
171 .. math::
184 .. math::
247 .. math::
257 .. math::
[all …]
/linux/arch/alpha/math-emu/
H A DMakefile8 obj-$(CONFIG_MATHEMU) += math-emu.o
10 math-emu-objs := math.o
/linux/Documentation/translations/zh_CN/core-api/
H A Dkernel-api.rst164 lib/math/int_pow.c
166 lib/math/int_sqrt.c
177 lib/math/gcd.c
/linux/tools/perf/scripts/python/
H A Devent_analyzing_sample.py22 import math
120 snum = '#' * (int)(math.log(num, 2) + 1)
/linux/Documentation/doc-guide/
H A Dsphinx.rst88 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 into
93 The other is an extension called `mathjax`_ which delegates math rendering
99 Since kernel release 6.1, html pages with math expressions can be built
103 .. _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 assumes
181 Since kernel release 6.1, mathjax works as a fallback math renderer for
207 .. [#sph1_8] Fallback of math renderer requires Sphinx >=1.8.
/linux/arch/sh/math-emu/
H A DMakefile2 obj-y := math.o
/linux/arch/parisc/
H A DKbuild2 obj-y += mm/ kernel/ math-emu/ net/
/linux/arch/alpha/
H A DKbuild3 obj-$(CONFIG_MATHEMU) += math-emu/
/linux/arch/sparc/
H A DKbuild8 obj-y += math-emu/
/linux/tools/mm/
H A Dthpmaps15 import math
28 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))
/linux/arch/m68k/
H A DKbuild17 obj-$(CONFIG_M68KFPU_EMU) += math-emu/
/linux/arch/powerpc/include/asm/
H A Demulated_ops.h37 struct ppc_emulated_entry math; member
/linux/arch/parisc/math-emu/
H A DMakefile21 obj-$(CONFIG_MATH_EMULATION) += unimplemented-math-emulation.o
/linux/tools/testing/selftests/powerpc/
H A DMakefile27 math \
/linux/Documentation/core-api/
H A Dkernel-api.rst170 .. kernel-doc:: lib/math/int_pow.c
173 .. kernel-doc:: lib/math/int_sqrt.c
185 .. kernel-doc:: lib/math/gcd.c
/linux/Documentation/translations/zh_CN/mm/
H A Dmemory-model.rst73 .. math::
/linux/arch/powerpc/platforms/83xx/
H A DKconfig82 # used for math-emu
/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py986 import math
995 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)))
/linux/lib/raid6/
H A Dvpermxor.uc13 * $#-way unrolled portable integer math RAID-6 instruction set
H A Daltivec.uc16 * $#-way unrolled portable integer math RAID-6 instruction set
H A Dint.uc16 * $#-way unrolled portable integer math RAID-6 instruction set
H A Dneon.uc22 * $#-way unrolled NEON intrinsics math RAID-6 instruction set
/linux/scripts/gdb/linux/
H A Dmm.py10 import math
91 self.STRUCT_PAGE_MAX_SHIFT = (int)(math.log(self.struct_page_size, 2))
/linux/Documentation/admin-guide/
H A DREADME.rst246 - A kernel with math-emulation compiled in will still use the
247 coprocessor if one is present: the math emulation will just
250 have a math coprocessor or not.

12