Home
last modified time | relevance | path

Searched full:nearest (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/linux-6.12.1/tools/include/linux/
Dlog2.h44 * round up to nearest power of two
53 * round down to nearest power of two
144 * roundup_pow_of_two - round the given value up to nearest power of two
147 * round the given value up to the nearest power of two
161 * rounddown_pow_of_two - round the given value down to nearest power of two
164 * round the given value down to the nearest power of two
/linux-6.12.1/include/linux/
Dlog2.h51 * __roundup_pow_of_two() - round up to nearest power of two
61 * __rounddown_pow_of_two() - round down to nearest power of two
167 * roundup_pow_of_two - round the given value up to nearest power of two
170 * round the given value up to the nearest power of two
184 * rounddown_pow_of_two - round the given value down to nearest power of two
187 * round the given value down to the nearest power of two
Dmath64.h314 * DIV64_U64_ROUND_CLOSEST - unsigned 64bit divide with 64bit divisor rounded to nearest integer
321 * Return: dividend / divisor rounded to nearest integer
327 * DIV_U64_ROUND_CLOSEST - unsigned 64bit divide with 32bit divisor rounded to nearest integer
334 * Return: dividend / divisor rounded to nearest integer
340 * DIV_S64_ROUND_CLOSEST - signed 64bit divide with 32bit divisor rounded to nearest integer
347 * Return: dividend / divisor rounded to nearest integer
Dnode.h38 * - access_coordinate between target node and nearest initiator node
40 * - access_coordinate between target node and nearest CPU node
Dtopology.h143 /* Returns the number of the nearest Node with memory */
167 /* Returns the number of the nearest Node with memory */
Dcpu_rmap.h20 * @near: For each CPU, the index and distance to the nearest object,
/linux-6.12.1/arch/m68k/fpsp040/
Dslog2.S34 | Notes: Default means round-to-nearest mode, no floating-point
49 | Notes: Default means round-to-nearest mode, no floating-point
63 | Notes: Default means round-to-nearest mode, no floating-point
78 | Notes: Default means round-to-nearest mode, no floating-point
/linux-6.12.1/Documentation/hwmon/
Dmax31827.rst114 up to the nearest possible integer.
120 will always be rounded down to the nearest possible value, for negative numbers
121 the user-input will always be rounded up to the nearest possible value.
/linux-6.12.1/Documentation/admin-guide/
Dnumastat.rst52 implementation actually treats one of the nearest nodes with memory as the
55 numa_foreign statistics of the nearest node.
/linux-6.12.1/arch/m68k/math-emu/
Dfp_util.S238 jne fp_e2e_roundother | %d2 == 0, round to nearest
462 jne fp_ne_roundother | %d2 == 0, round to nearest
645 | 0: Round to nearest
686 | from the shift above, it is needed for round to nearest.
691 jne 2f | %d2 == 0, round to nearest
818 jne 3f | %d2 = 0 round to nearest
889 jne 2f | %d2 == 0, round to nearest
960 jne 3f | %d2 = 0 round to nearest
1049 jne 2f | %d2 == 0, round to nearest
1090 jne 3f | %d2 = 0 round to nearest
[all …]
/linux-6.12.1/arch/arm/boot/dts/marvell/
Darmada-388-clearfog.dts20 /* CON2, nearest CPU, USB2 only. */
27 /* Port 2, Lane 0. CON2, nearest CPU. */
Darmada-388-clearfog.dtsi56 /* CON3, nearest power. */
73 /* Port 1, Lane 0. CON3, nearest power. */
/linux-6.12.1/arch/powerpc/platforms/cell/
Dspider-pci.c85 * allocate dummy_page_va is the nearest the spider-pci. in spiderpci_pci_setup_chip()
86 * We have to select the CBE which is the nearest the spider-pci in spiderpci_pci_setup_chip()
/linux-6.12.1/drivers/gpu/drm/rockchip/
Drockchip_vop2_reg.c169 * * nearest-neighbor/bilinear/bicubic for scale up
170 * * nearest-neighbor/bilinear/average for scale down
307 * * nearest-neighbor/bilinear/bicubic for scale up
308 * * nearest-neighbor/bilinear/average for scale down
/linux-6.12.1/lib/
Dcpu_rmap.c16 * by object affinities, we attempt to find a nearest object based on
91 /* Reevaluate nearest object for given CPU, comparing with the given
177 * the nearest object. Mark those CPUs for update. in cpu_rmap_update()
Dtest_fpu_impl.c11 * to nearest and that denormal numbers are supported. in test_fpu()
/linux-6.12.1/arch/x86/math-emu/
Dreg_u_mul.S22 | Result is rounded to nearest 53 or 64 bits, using "nearest or even". |
/linux-6.12.1/scripts/mod/
Dsymsearch.c4 * Helper functions for finding the symbol in an ELF which is "nearest"
146 * Find the syminfo which is in secndx and "nearest" to addr.
/linux-6.12.1/drivers/media/platform/ti/omap/
Domap_voutlib.c58 * nearest supported configuration. The adjusted window parameters are
108 * nearest supported configuration. The image cropping window in crop
160 * the nearest supported configuration. The image render window in win will
/linux-6.12.1/kernel/
Dcompat.c198 /* align bitmap up to nearest compat_long_t boundary */ in compat_get_bitmap()
227 /* align bitmap up to nearest compat_long_t boundary */ in compat_put_bitmap()
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dpixfmt-srggb8-pisp-comp.rst46 independently, with rounding to the nearest level.
63 encodings will fit. Each pixel value is quantized to the nearest of 176
/linux-6.12.1/arch/mips/math-emu/
Dsp_rint.c56 case FPU_CSR_RN: /* toward nearest */ in ieee754sp_rint()
Ddp_rint.c55 case FPU_CSR_RN: /* toward nearest */ in ieee754dp_rint()
/linux-6.12.1/Documentation/devicetree/bindings/pwm/
Dpwm-sifive.yaml17 the values it can achieve, which the driver rounds to the nearest
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rtbitmap.h109 /* Round this rtblock up to the nearest rt extent size. */
118 /* Round this rtblock down to the nearest rt extent size. */

12345678910>>...15