Home
last modified time | relevance | path

Searched full:accuracy (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/Linux-v5.15/arch/x86/math-emu/
DREADME72 based upon getting good accuracy with reasonable speed.
225 ----------------------- Accuracy of wm-FPU-emu -----------------------
228 The accuracy of the emulator is in almost all cases equal to or better
237 The following table compares the emulator accuracy for the sqrt(),
240 would be 64 bits. The reduced Turbo C accuracy of cos() and tan() for
243 accurate to 64 bits can result in a relative accuracy in cos() of
260 ** The accuracy for exp() and log() is low because the FPU (emulator)
274 consequence, the accuracy of these functions for large arguments has
276 FPU). There is also now no degradation of accuracy for fcos and fptan
278 definition of accuracy has changed slightly from that used for the
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/clock/
Dfixed-clock.yaml22 clock-accuracy:
23 description: accuracy of clock in ppb (parts per billion).
42 clock-accuracy = <100>;
/Linux-v5.15/drivers/clk/
Dclk-fixed-rate.c145 u32 accuracy = 0; in _of_fixed_clk_setup() local
151 of_property_read_u32(node, "clock-accuracy", &accuracy); in _of_fixed_clk_setup()
156 0, rate, accuracy); in _of_fixed_clk_setup()
/Linux-v5.15/drivers/iio/temperature/
DKconfig23 high accuracy digital temperature measurement system.
68 tristate "MLX90632 contact-less infrared sensor with medical accuracy"
73 MLX90632 contact-less infrared sensor with medical accuracy
/Linux-v5.15/Documentation/hwmon/
Dshtc1.rst58 2. high or low accuracy. High accuracy is used by default and using it is
Dpc87360.rst74 readings more range or accuracy. Usually, users have to learn how it works,
81 slowest accuracy highest
94 * accuracy around 3000 RPM: 3000^2/clock
98 RPM as the lowest acceptable accuracy.
Dgl518sm.rst47 degrees, with a accuracy of +/-3 degrees.
54 give the readings more range or accuracy. Not all RPM values can
Dsht3x.rst38 2. high or low accuracy. High accuracy is used by default and using it is
Dadt7410.rst51 -55°C to +150°C. It has a high accuracy of +/-0.5°C and can be operated at a
65 a better accuracy (0.25°C instead of 0.50°C.)
Dtc74.rst18 and +- 2 degrees centigrade accuracy.
Dtmp103.rst27 Accuracy: ±1°C Typ (-10°C to +100°C)
Demc2103.rst26 the readings more range or accuracy. Not all RPM values can accurately be
Dds620.rst25 to +125. Between 0 and 70 degree Celsius, accuracy is 0.5 Kelvin. The value
/Linux-v5.15/drivers/clk/at91/
Dclk-main.c39 unsigned long accuracy; member
240 return osc->accuracy; in clk_main_rc_osc_recalc_accuracy()
254 u32 frequency, u32 accuracy) in at91_clk_register_main_rc_osc() argument
277 osc->accuracy = accuracy; in at91_clk_register_main_rc_osc()
Dsckc.c53 unsigned long accuracy; member
183 return osc->accuracy; in clk_slow_rc_osc_recalc_accuracy()
228 unsigned long accuracy, in at91_clk_register_slow_rc_osc() argument
254 osc->accuracy = accuracy; in at91_clk_register_slow_rc_osc()
/Linux-v5.15/Documentation/timers/
Dtimekeeping.rst46 When the wall-clock accuracy of the clock source isn't satisfactory, there
125 between accuracy compared to the clock source, you may sacrifice accuracy
135 jiffy frequency for the architecture. This will affect scheduling accuracy
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dtc_police.sh145 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
195 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
265 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
275 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
317 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-iio-adc-mt636012 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA)
20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
Dsysfs-bus-iio-light-tsl258320 It is used in the process of calibrating the device accuracy.
/Linux-v5.15/Documentation/sound/designs/
Dtimestamping.rst76 accuracy. It can also request the delay-to-analog be included in the
92 The audio timestamp accuracy can be returned to user-space, so that
115 The accuracy is reported in nanosecond units (using an unsigned 32-bit
191 shows how compensating for the delay exposes a 1ms accuracy (due to
/Linux-v5.15/drivers/iio/humidity/
Dsi7020.c71 * accuracy. in si7020_read_raw()
74 * This is no big deal because it's within the accuracy of the in si7020_read_raw()
/Linux-v5.15/include/vdso/
Dktime.h10 * idea of the (in)accuracy of timers. Timer values are rounded up to
/Linux-v5.15/drivers/staging/clocking-wizard/
DTODO9 - maximize accuracy before divisions
/Linux-v5.15/include/linux/
Dhrtimer_defs.h12 * idea of the (in)accuracy of timers. Timer values are rounded up to
Dclk-provider.h27 #define CLK_GET_ACCURACY_NOCACHE BIT(8) /* do not use the cached clk accuracy */
167 * @recalc_accuracy: Recalculate the accuracy of this clock. The clock accuracy
168 * is expressed in ppb (parts per billion). The parent accuracy is
170 * Returns the calculated accuracy. Optional - if this op is not
171 * set then clock accuracy will be initialized to parent accuracy
331 * @fixed_accuracy: constant accuracy of clock in ppb (parts per billion)
335 * * CLK_FIXED_RATE_PARENT_ACCURACY - Use the accuracy of the parent clk
404 * @fixed_accuracy: non-adjustable clock accuracy
420 * @fixed_accuracy: non-adjustable clock accuracy
435 * @fixed_accuracy: non-adjustable clock accuracy

12345678910>>...13