Home
last modified time | relevance | path

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

123

/linux/tools/testing/cxl/test/
H A Dcxl_translate.c65 u8 math) in to_hpa() argument
74 if (math == XOR_MATH) { in to_hpa()
93 static u64 to_dpa(u64 hpa_offset, u8 r_eiw, u16 r_eig, u8 hb_ways, u8 math) in to_dpa() argument
97 if (math == XOR_MATH) { in to_dpa()
117 static u64 to_pos(u64 hpa_offset, u8 r_eiw, u16 r_eig, u8 hb_ways, u8 math) in to_pos() argument
122 if (math == XOR_MATH) in to_pos()
142 u8 hb_ways, int math, u64 expect_hpa) in run_translation_test() argument
148 translated_spa = to_hpa(dpa, pos, r_eiw, r_eig, hb_ways, math); in run_translation_test()
156 reverse_dpa = to_dpa(translated_spa, r_eiw, r_eig, hb_ways, math); in run_translation_test()
164 reverse_pos = to_pos(translated_spa, r_eiw, r_eig, hb_ways, math); in run_translation_test()
[all …]
/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.rst49 .. math::
59 .. math::
70 .. math::
125 .. math::
135 .. math::
146 .. math::
172 .. math::
185 .. math::
248 .. math::
258 .. 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/testing/selftests/drivers/net/hw/
H A Dpp_alloc_fail.py10 import math
98 want_fails = math.floor(pkts / 512 / 3.1)
/linux/tools/perf/scripts/python/
H A Devent_analyzing_sample.py22 import math
120 snum = '#' * (int)(math.log(num, 2) + 1)
/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/Documentation/doc-guide/
H A Dsphinx.rst82 Some ReST pages contain math expressions. Due to the way Sphinx works,
84 There are two options for Sphinx to render math expressions in html output.
85 One is an extension called `imgmath`_ which converts math expressions into
87 The other is an extension called `mathjax`_ which delegates math rendering
93 Since kernel release 6.1, html pages with math expressions can be built
97 .. _imgmath: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.imgm…
98 .. _mathjax: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.math…
122 the requirements for images, math expressions and LaTeX build, and assumes
204 Since kernel release 6.1, mathjax works as a fallback math renderer for
230 .. [#sph1_8] Fallback of math renderer requires Sphinx >=1.8.
/linux/arch/sh/
H A DKbuild3 obj-$(CONFIG_SH_FPU_EMU) += 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/translations/zh_CN/mm/
H A Dmemory-model.rst73 .. math::
/linux/tools/include/nolibc/
H A DMakefile38 math.h \
/linux/arch/powerpc/platforms/83xx/
H A DKconfig82 # used for math-emu
/linux/tools/testing/selftests/hid/tests/
H A Dtest_tablet.py1013 import math
1022 pen_copy.x += round(hx * math.sin(math.radians(pen_copy.xtilt)))
1024 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
/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/tools/perf/python/
H A Dilist.py8 import math
82 return 0 if math.isnan(val) else val

123