/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | time.hpp | 33 /** @brief Type used to define the accuracy of the time source */ 34 using Accuracy = SdEventDuration; typedef in sdeventplus::source::Time 44 * @param[in] accuracy - Optional amount of error tolerable in time source 48 Time(const Event& event, TimePoint time, Accuracy accuracy, 83 /** @brief Gets the accuracy of the time source 86 * @return Accuracy as an std::chrono::duration 88 Accuracy get_accuracy() const; 90 /** @brief Sets the accuracy of the time source 92 * @param[in] accuracy - Accuracy as std::chrono::duration 95 void set_accuracy(Accuracy accuracy) const; [all …]
|
H A D | time.cpp | 17 Time<Id>::Time(const Event& event, TimePoint time, Accuracy accuracy, in Time() argument 19 Base(event, create_source(event, time, accuracy), std::false_type()) in Time() 56 typename Time<Id>::Accuracy Time<Id>::get_accuracy() const in get_accuracy() 66 void Time<Id>::set_accuracy(Accuracy accuracy) const in set_accuracy() 70 get(), SdEventDuration(accuracy).count())); in set_accuracy() 87 Accuracy accuracy) in create_source() argument 95 SdEventDuration(accuracy).count(), timeCallback, nullptr)); in create_source()
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | README | 72 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 …]
|
/openbmc/phosphor-hwmon/ |
H A D | sensor.hpp | 127 * @brief Add Accuracy interface and accuracy property for sensor 128 * @details Accuracy interface is the accuracy range (+/-) of the sensor 132 * @param[in] accuracy - The accuracy value for sensor readings 134 * @return - Shared pointer to the accuracy object 137 addAccuracy(ObjectInfo& info, double accuracy);
|
H A D | interface.hpp | 7 #include <xyz/openbmc_project/Sensor/Accuracy/server.hpp> 40 sdbusplus::xyz::openbmc_project::Sensor::server::Accuracy; 51 ACCURACY, enumerator
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
H A D | Accuracy.interface.yaml | 2 Implement to provide accuracy for sensor readings. 5 - name: Accuracy 9 The accuracy range (+/-) of the sensor Value as a percentage, with a
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | fixed-clock.yaml | 22 clock-accuracy: 23 description: accuracy of clock in ppb (parts per billion). 42 clock-accuracy = <100>;
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/ |
H A D | meson.build | 2 subdir('Accuracy') subdir 5 input: [ '../../../../yaml/xyz/openbmc_project/Sensor/Accuracy.interface.yaml', ], 6 output: [ 'Accuracy.md' ], 13 'xyz/openbmc_project/Sensor/Accuracy',
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | NIST-PD | 13 ACCURACY. NIST does not warrant or make any representations regarding the use 15 correctness, accuracy, reliability or usefulness of this software.
|
H A D | IJG-short | 2 implied, with respect to this software, its quality, accuracy, 5 quality and accuracy.
|
H A D | NIST-Software | 14 FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND DATA ACCURACY. NIST 18 THE RESULTS THEREOF, INCLUDING BUT NOT LIMITED TO THE CORRECTNESS, ACCURACY,
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Sensor/Accuracy/ |
H A D | meson.build | 4 input: [ '../../../../../yaml/xyz/openbmc_project/Sensor/Accuracy.interface.yaml', ], 12 'xyz/openbmc_project/Sensor/Accuracy',
|
/openbmc/linux/drivers/clk/ |
H A D | clk-fixed-rate.c | 165 u32 accuracy = 0; in _of_fixed_clk_setup() local 171 of_property_read_u32(node, "clock-accuracy", &accuracy); in _of_fixed_clk_setup() 176 0, rate, accuracy); in _of_fixed_clk_setup()
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | rockchip-rk3399-flakes.txt | 16 kms_vblank@pipe-A-accuracy-idle 20 kms_vblank@pipe-B-accuracy-idle
|
/openbmc/linux/drivers/iio/temperature/ |
H A D | Kconfig | 23 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
|
/openbmc/linux/Documentation/hwmon/ |
H A D | shtc1.rst | 58 2. high or low accuracy. High accuracy is used by default and using it is
|
H A D | pc87360.rst | 74 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.
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | zynqmp-clk.dtsi | 53 clock-accuracy = <100>; 60 clock-accuracy = <100>; 73 clock-accuracy = <0x64>;
|
/openbmc/sdeventplus/src/sdeventplus/utility/ |
H A D | timer.cpp | 17 typename source::Time<Id>::Accuracy accuracy) : in Timer() argument 21 accuracy, nullptr) in Timer()
|
/openbmc/linux/Documentation/timers/ |
H A D | timekeeping.rst | 46 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
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-mt6360 | 12 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA) 20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
|
/openbmc/linux/drivers/clk/at91/ |
H A D | clk-main.c | 40 unsigned long accuracy; member 266 return osc->accuracy; in clk_main_rc_osc_recalc_accuracy() 299 u32 frequency, u32 accuracy) in at91_clk_register_main_rc_osc() argument 322 osc->accuracy = accuracy; in at91_clk_register_main_rc_osc()
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | mediatek,mt6370-charger.yaml | 50 VBUS voltage with lower accuracy (+-75mV) but higher measure 53 VBUS voltage with higher accuracy (+-30mV) but lower measure
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | timestamping.rst | 76 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
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_police.sh | 147 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%." 197 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%." 267 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%." 277 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%." 319 …cted rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%."
|