Searched refs:nearest (Results 1 – 25 of 40) sorted by relevance
12
/Linux-v4.19/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
|
D | stanh.S | 40 | 6. (|X| >= 50 log2) Tanh(X) = +-1 (round to nearest). Thus, we
|
D | setox.S | 79 | Step 2. Calculate N = round-to-nearest-int( X * 64/log2 ). 81 | 2.2 N := round-to-nearest-integer( X * 64/log2 ). 89 | N := round-to-nearest-integer(Z)
|
D | decbin.S | 83 | to nearest, minus, and plus, respectively. The tables include
|
D | fpsp.h | 293 .set rn_mode,0x00 | round nearest
|
/Linux-v4.19/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. */
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | cx24123.c | 439 u32 exp, nearest = 0; in cx24123_int_log2() local 444 for (exp = 1; div > exp; nearest++) in cx24123_int_log2() 447 return nearest; in cx24123_int_log2()
|
/Linux-v4.19/Documentation/hwmon/ |
D | adt7470 | 72 The PWM frequency is rounded to the nearest one of:
|
/Linux-v4.19/drivers/staging/media/imx/ |
D | TODO | 5 - The CSI subdevice parses its nearest upstream neighbor's device-tree
|
/Linux-v4.19/Documentation/xtensa/ |
D | mmu.txt | 56 5. The parent-bus-address value is rounded down to the nearest 256MB boundary
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-s-hw-freq-seek.rst | 94 driver selects the nearest value that is supported by the device.
|
/Linux-v4.19/Documentation/arm/nwfpe/ |
D | TODO | 38 The IEEE standard defines 4 rounding modes. Round to nearest is the
|
D | README.FPE | 9 default = round to nearest
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-tty | 153 the RX trigger is changed to the nearest lower value for the
|
D | sysfs-devices-power | 199 up to the nearest second.
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-kvm.txt | 126 size is rounded up to have nearest pages power of two value.
|
D | perf-top.txt | 77 size is rounded up to have nearest pages power of two value.
|
D | perf-trace.txt | 105 size is rounded up to have nearest pages power of two value.
|
/Linux-v4.19/Documentation/device-mapper/ |
D | verity.txt | 140 into the page cache. Block hashes are stored linearly, aligned to the nearest
|
/Linux-v4.19/Documentation/vm/ |
D | numa.rst | 123 kernel selected as the nearest node with memory when it built the zonelists.
|
/Linux-v4.19/drivers/media/i2c/ |
D | ov5640.c | 1414 int width, int height, bool nearest) in ov5640_find_mode() argument 1424 (!nearest && (mode->hact != width || mode->vact != height))) in ov5640_find_mode()
|
/Linux-v4.19/Documentation/PCI/ |
D | acpi-info.txt | 129 taken from the nearest matching resource above the device in the device
|
/Linux-v4.19/Documentation/timers/ |
D | highres.txt | 223 nearest event in the previous call to hrtimer_stop_sched_tick.
|
/Linux-v4.19/Documentation/ |
D | nommu-mmap.txt | 275 NOMMU mmap automatically rounds up to the nearest power-of-2 number of pages
|
12