| /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/tools/perf/pmu-events/ |
| H A D | intel_metrics.py | 5 import math 37 cond_pkg = Select(pkg, has_event(pkg), math.nan) 39 cond_cores = Select(cores, has_event(cores), math.nan) 41 cond_ram = Select(ram, has_event(ram), math.nan) 43 cond_gpu = Select(gpu, has_event(gpu), math.nan) 45 cond_psys = Select(psys, has_event(psys), math.nan)
|
| H A D | amd_metrics.py | 4 import math 416 cond_pkg = Select(pkg, has_event(pkg), math.nan)
|
| /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/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/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/powerpc/ |
| H A D | Kbuild | 10 obj-y += math-emu/
|
| /linux/arch/m68k/ |
| H A D | Kbuild | 17 obj-$(CONFIG_M68KFPU_EMU) += math-emu/
|
| /linux/arch/parisc/math-emu/ |
| H A D | Makefile | 21 obj-$(CONFIG_MATH_EMULATION) += unimplemented-math-emulation.o
|
| /linux/arch/powerpc/include/asm/ |
| H A D | emulated_ops.h | 37 struct ppc_emulated_entry math; member
|
| /linux/tools/testing/selftests/powerpc/ |
| H A D | Makefile | 27 math \
|
| /linux/Documentation/core-api/ |
| H A D | kernel-api.rst | 166 .. kernel-doc:: lib/math/int_pow.c 169 .. kernel-doc:: lib/math/int_sqrt.c 181 .. kernel-doc:: lib/math/gcd.c
|
| /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
|