| /linux/tools/testing/cxl/test/ |
| H A D | cxl_translate.c | 65 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 D | Makefile | 2 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 D | colorspaces-details.rst | 49 .. 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 D | Makefile | 8 obj-$(CONFIG_MATHEMU) += math-emu.o 10 math-emu-objs := math.o
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | kernel-api.rst | 164 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 D | pp_alloc_fail.py | 10 import math 98 want_fails = math.floor(pkts / 512 / 3.1)
|
| /linux/tools/perf/scripts/python/ |
| H A D | event_analyzing_sample.py | 22 import math 120 snum = '#' * (int)(math.log(num, 2) + 1)
|
| /linux/arch/sh/math-emu/ |
| H A D | Makefile | 2 obj-y := math.o
|
| /linux/arch/parisc/ |
| H A D | Kbuild | 2 obj-y += mm/ kernel/ math-emu/ net/
|
| /linux/arch/alpha/ |
| H A D | Kbuild | 3 obj-$(CONFIG_MATHEMU) += math-emu/
|
| /linux/Documentation/doc-guide/ |
| H A D | sphinx.rst | 82 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 D | Kbuild | 3 obj-$(CONFIG_SH_FPU_EMU) += math-emu/
|
| /linux/arch/sparc/ |
| H A D | Kbuild | 8 obj-y += math-emu/
|
| /linux/tools/mm/ |
| H A D | thpmaps | 15 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 D | Kbuild | 17 obj-$(CONFIG_M68KFPU_EMU) += math-emu/
|
| /linux/arch/powerpc/include/asm/ |
| H A D | emulated_ops.h | 37 struct ppc_emulated_entry math; member
|
| /linux/arch/parisc/math-emu/ |
| H A D | Makefile | 21 obj-$(CONFIG_MATH_EMULATION) += unimplemented-math-emulation.o
|
| /linux/tools/testing/selftests/powerpc/ |
| H A D | Makefile | 27 math \
|
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | memory-model.rst | 73 .. math::
|
| /linux/tools/include/nolibc/ |
| H A D | Makefile | 38 math.h \
|
| /linux/arch/powerpc/platforms/83xx/ |
| H A D | Kconfig | 82 # used for math-emu
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_tablet.py | 1013 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 D | vpermxor.uc | 13 * $#-way unrolled portable integer math RAID-6 instruction set
|
| /linux/scripts/gdb/linux/ |
| H A D | mm.py | 10 import math 91 self.STRUCT_PAGE_MAX_SHIFT = (int)(math.log(self.struct_page_size, 2))
|
| /linux/tools/perf/python/ |
| H A D | ilist.py | 8 import math 82 return 0 if math.isnan(val) else val
|