Home
last modified time | relevance | path

Searched refs:accuracy (Results 1 – 25 of 178) sorted by relevance

12345678

/openbmc/sdeventplus/src/sdeventplus/source/
H A Dtime.cpp17 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()
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()
H A Dtime.hpp48 Time(const Event& event, TimePoint time, Accuracy accuracy,
95 void set_accuracy(Accuracy accuracy) const;
119 Accuracy accuracy);
/openbmc/linux/arch/x86/math-emu/
H A DREADME72 based upon getting good accuracy with reasonable speed.
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
303 Prior to version 1.20 of the emulator, the accuracy of the results for
[all …]
/openbmc/linux/drivers/gpu/drm/ci/xfails/
H A Drockchip-rk3399-flakes.txt16 kms_vblank@pipe-A-accuracy-idle
20 kms_vblank@pipe-B-accuracy-idle
/openbmc/linux/drivers/clk/
H A Dclk-fixed-rate.c165 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/u-boot/arch/arm/dts/
H A Dzynqmp-clk.dtsi53 clock-accuracy = <100>;
60 clock-accuracy = <100>;
73 clock-accuracy = <0x64>;
/openbmc/linux/Documentation/hwmon/
H A Dshtc1.rst58 2. high or low accuracy. High accuracy is used by default and using it is
H A Dtc74.rst18 and +- 2 degrees centigrade accuracy.
H A Dsparx5-temp.rst24 The sensor has a range of -40°C to +125°C and an accuracy of +/-5°C.
H A 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.
H A Daspeed-g6-pwm-tach.rst24 The larger divisor, the less rpm accuracy and the less
H A 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.)
/openbmc/linux/drivers/clk/at91/
H A Dclk-main.c40 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()
H A 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()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DIJG-short2 implied, with respect to this software, its quality, accuracy,
5 quality and accuracy.
H A Dmpi-permissive10 * responsibility for the accuracy, completeness, or usefulness of any
/openbmc/sdbusplus/src/
H A Devent.cpp150 time_resolution time, time_resolution accuracy) in add_oneshot_timer() argument
157 eventp, &s.sourcep, CLOCK_BOOTTIME, time.count(), accuracy.count(), in add_oneshot_timer()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mt636012 Indicated MT6360 VBUS ADC with lower accuracy(+-75mA)
20 Indicated MT6360 VBUS ADC with higher accuracy(+-30mA)
H A Dsysfs-bus-iio-light-tsl258320 It is used in the process of calibrating the device accuracy.
/openbmc/phosphor-hwmon/
H A Dsensor.cpp266 Sensor::addAccuracy(ObjectInfo& info, double accuracy) in addAccuracy() argument
275 iface->accuracy(accuracy); in addAccuracy()
H A Dmainloop.cpp177 std::string accuracy; in getIdentifiers() local
184 accuracy = env::getEnv("ACCURACY", sensor.first.first, id); in getIdentifiers()
188 return std::make_tuple(std::move(id), std::move(label), std::move(accuracy), in getIdentifiers()
252 auto accuracy = stod(accuracyStr); in getObject() local
253 sensorObj->addAccuracy(info, accuracy); in getObject()
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp17 typename source::Time<Id>::Accuracy accuracy) : in Timer() argument
21 accuracy, nullptr) in Timer()
/openbmc/linux/drivers/iio/temperature/
H A 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
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/
H A Dchrony_4.5.bb14 Typical accuracy between two machines on a LAN is in tens, or a few \
15 hundreds, of microseconds; over the Internet, accuracy is typically \
17 sub-microsecond accuracy is possible. \
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.cpp39 uint64_t accuracy, sd_event_time_handler_t callback, void* userdata) const in sd_event_add_time() argument
41 return ::sd_event_add_time(event, source, clock, usec, accuracy, callback, in sd_event_add_time()

12345678