Searched full:nearest (Results 1 – 25 of 690) sorted by relevance
12345678910>>...28
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | log2.h | 44 * 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
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | log2.h | 44 * 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
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | log2.h | 51 * __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
|
| D | math64.h | 305 * DIV64_U64_ROUND_CLOSEST - unsigned 64bit divide with 64bit divisor rounded to nearest integer 312 * Return: dividend / divisor rounded to nearest integer 318 * DIV_U64_ROUND_CLOSEST - unsigned 64bit divide with 32bit divisor rounded to nearest integer 325 * Return: dividend / divisor rounded to nearest integer 331 * DIV_S64_ROUND_CLOSEST - signed 64bit divide with 32bit divisor rounded to nearest integer 338 * Return: dividend / divisor rounded to nearest integer
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | log2.h | 51 * __roundup_pow_of_two() - round up to nearest power of two 61 * __rounddown_pow_of_two() - round down to nearest power of two 166 * roundup_pow_of_two - round the given value up to nearest power of two 169 * round the given value up to the nearest power of two 183 * rounddown_pow_of_two - round the given value down to nearest power of two 186 * round the given value down to the nearest power of two
|
| D | math64.h | 272 * DIV64_U64_ROUND_CLOSEST - unsigned 64bit divide with 64bit divisor rounded to nearest integer 279 * Return: dividend / divisor rounded to nearest integer 285 * DIV_S64_ROUND_CLOSEST - signed 64bit divide with 32bit divisor rounded to nearest integer 292 * Return: dividend / divisor rounded to nearest integer
|
| D | topology.h | 143 /* Returns the number of the nearest Node with memory */ 167 /* Returns the number of the nearest Node with memory */
|
| /kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
| D | slog2.S | 34 | 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
|
| /kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
| D | slog2.S | 34 | 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
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | numastat.rst | 52 implementation actually treats one of the nearest nodes with memory as the 55 numa_foreign statistics of the nearest node.
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | numastat.rst | 52 implementation actually treats one of the nearest nodes with memory as the 55 numa_foreign statistics of the nearest node.
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | max31827.rst | 83 will always be rounded down to the nearest possible value, for negative numbers 84 the user-input will always be rounded up to the nearest possible value.
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | armada-388-clearfog.dts | 19 /* CON2, nearest CPU, USB2 only. */ 26 /* Port 2, Lane 0. CON2, nearest CPU. */
|
| D | armada-388-clearfog.dtsi | 56 /* CON3, nearest power. */ 73 /* Port 1, Lane 0. CON3, nearest power. */
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/ |
| D | armada-388-clearfog.dts | 19 /* CON2, nearest CPU, USB2 only. */ 26 /* Port 2, Lane 0. CON2, nearest CPU. */
|
| D | armada-388-clearfog.dtsi | 56 /* CON3, nearest power. */ 73 /* Port 1, Lane 0. CON3, nearest power. */
|
| /kernel/linux/linux-5.10/arch/m68k/math-emu/ |
| D | fp_util.S | 238 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 …]
|
| /kernel/linux/linux-6.6/arch/m68k/math-emu/ |
| D | fp_util.S | 238 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 …]
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
| D | spider-pci.c | 85 * 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()
|
| /kernel/linux/linux-5.10/lib/ |
| D | cpu_rmap.c | 16 * by object affinities, we attempt to find a nearest object based on 91 /* Reevaluate nearest object for given CPU, comparing with the given 165 * the nearest object. Mark those CPUs for update. in cpu_rmap_update()
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
| D | spider-pci.c | 86 * allocate dummy_page_va is the nearest the spider-pci. in spiderpci_pci_setup_chip() 87 * We have to select the CBE which is the nearest the spider-pci in spiderpci_pci_setup_chip()
|
| /kernel/linux/linux-6.6/arch/x86/math-emu/ |
| D | reg_u_mul.S | 22 | Result is rounded to nearest 53 or 64 bits, using "nearest or even". |
|
| /kernel/linux/linux-5.10/arch/x86/math-emu/ |
| D | reg_u_mul.S | 22 | Result is rounded to nearest 53 or 64 bits, using "nearest or even". |
|
| /kernel/linux/linux-6.6/lib/ |
| D | cpu_rmap.c | 16 * 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()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
| D | rockchip_vop2_reg.c | 136 * * nearest-neighbor/bilinear/bicubic for scale up 137 * * nearest-neighbor/bilinear/average for scale down
|
12345678910>>...28