| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/ |
| H A D | geocluetypes.cpp | 42 const QDBusArgument &dbus_argument_helper(const QDBusArgument &arg, Accuracy &accuracy) in dbus_argument_helper() argument 47 accuracy.m_level = static_cast<Accuracy::Level>(level); in dbus_argument_helper() 48 arg >> accuracy.m_horizontal; in dbus_argument_helper() 49 arg >> accuracy.m_vertical; in dbus_argument_helper() 57 QDBusArgument &operator<<(QDBusArgument &arg, const Accuracy &accuracy) in operator <<() argument 60 arg << qint32(accuracy.level()); in operator <<() 61 arg << accuracy.horizontal(); in operator <<() 62 arg << accuracy.vertical(); in operator <<() 68 const QDBusArgument &operator>>(const QDBusArgument &arg, Accuracy &accuracy) in operator >>() argument 70 return dbus_argument_helper(arg, accuracy); in operator >>()
|
| H A D | qgeopositioninfosource_geocluemaster.cpp | 136 double altitude, Accuracy accuracy) in updatePosition() argument 147 m_lastPositionFromSatellite = accuracy.level() == Accuracy::Detailed; in updatePosition() 149 if (!qIsNaN(accuracy.horizontal())) in updatePosition() 150 m_lastPosition.setAttribute(QGeoPositionInfo::HorizontalAccuracy, accuracy.horizontal()); in updatePosition() 151 if (!qIsNaN(accuracy.vertical())) in updatePosition() 152 m_lastPosition.setAttribute(QGeoPositionInfo::VerticalAccuracy, accuracy.vertical()); in updatePosition() 434 Accuracy accuracy = reply.argumentAt<5>(); in getPositionFinished() local 435 updatePosition(fields, timestamp, latitude, longitude, altitude, accuracy); in getPositionFinished() 439 …ds, qint32 timestamp, double latitude, double longitude, double altitude, const Accuracy &accuracy) in positionChanged() argument 446 updatePosition(pFields, timestamp, latitude, longitude, altitude, accuracy); in positionChanged()
|
| H A D | geocluetypes.h | 73 friend const QDBusArgument &dbus_argument_helper(const QDBusArgument &arg, Accuracy &accuracy); 84 QDBusArgument &operator<<(QDBusArgument &arg, const Accuracy &accuracy); 85 const QDBusArgument &operator>>(const QDBusArgument &arg, Accuracy &accuracy);
|
| H A D | qgeopositioninfosource_geocluemaster.h | 87 double altitude, const Accuracy &accuracy); 106 double longitude, double altitude, Accuracy accuracy);
|
| /OK3568_Linux_fs/buildroot/package/libmad/ |
| H A D | Config.in | 13 prompt "Speed vs. accuracy" 19 Keep optimizations balanced between speed and accuracy. 22 bool "Optimize for speed over accuracy" 24 Compromise accuracy for speed. 27 bool "Optimize for accuracy over speed" 29 Compromise speed for accuracy. 36 Use the subband synthesis optimization, with reduced accuracy.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/kirin960/ |
| H A D | dw_drm_dsi.c | 163 u32 accuracy = 0; in get_dsi_phy_ctrl() local 332 accuracy = 10; in get_dsi_phy_ctrl() 333 ui = 10 * 1000000000UL * accuracy / lane_clock; in get_dsi_phy_ctrl() 338 clk_post = 600 * accuracy + 52 * ui + mipi->clk_post_adjust * ui; in get_dsi_phy_ctrl() 344 clk_t_hs_exit = 1000 * accuracy + mipi->clk_t_hs_exit_adjust * ui; in get_dsi_phy_ctrl() 351 clk_t_hs_trial = 600 * accuracy + 3 * unit_tx_byte_clk_hs + in get_dsi_phy_ctrl() 360 ((380 * accuracy + mipi->clk_t_hs_prepare_adjust * ui) <= in get_dsi_phy_ctrl() 361 (950 * accuracy - 8 * ui)) ? in get_dsi_phy_ctrl() 362 (380 * accuracy + mipi->clk_t_hs_prepare_adjust * ui) : in get_dsi_phy_ctrl() 363 (950 * accuracy - 8 * ui); in get_dsi_phy_ctrl() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue2/ |
| H A D | qgeopositioninfosource_geoclue2.cpp | 118 const auto accuracy = m_manager.property("AvailableAccuracyLevel").toUInt(&ok); in supportedPositioningMethods() local 124 switch (accuracy) { in supportedPositioningMethods() 426 const auto accuracy = location.accuracy(); in handleNewLocation() local 428 m_lastPositionFromSatellite = qFuzzyCompare(accuracy, 0.0); in handleNewLocation() 430 m_lastPosition.setAttribute(QGeoPositionInfo::HorizontalAccuracy, accuracy); in handleNewLocation()
|
| /OK3568_Linux_fs/kernel/arch/x86/math-emu/ |
| H A D | README | 72 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 …]
|
| /OK3568_Linux_fs/buildroot/package/fftw/ |
| H A D | Config.in | 23 bool "optimise for speed over accuracy" 25 Optimise for fast math functions, at the expense of accuracy. 28 the results. Say 'n' (the default) if accuracy is of utmost
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | zynqmp-clk.dtsi | 53 clock-accuracy = <100>; 60 clock-accuracy = <100>; 73 clock-accuracy = <0x64>;
|
| H A D | zynqmp-ep108-clk.dtsi | 35 clock-accuracy = <100>; 54 clock-accuracy = <100>;
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-fixed-rate.c | 145 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()
|
| /OK3568_Linux_fs/buildroot/package/liquid-dsp/ |
| H A D | Config.in | 20 bool "optimize for speed over accuracy" 22 Optimize for speed over accuracy.
|
| /OK3568_Linux_fs/kernel/drivers/clk/at91/ |
| H A D | clk-main.c | 39 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()
|
| H A D | sckc.c | 53 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()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/src/ |
| H A D | jnipositioning.cpp | 244 jfloat accuracy = jniEnv->CallFloatMethod(location, mid); in positionInfoFromJavaLocation() local 245 if (accuracy != 0.0) in positionInfoFromJavaLocation() 247 info.setAttribute(QGeoPositionInfo::HorizontalAccuracy, qreal(accuracy)); in positionInfoFromJavaLocation() 258 jfloat accuracy = jniEnv->CallFloatMethod(location, mid); in positionInfoFromJavaLocation() local 259 if (accuracy != 0.0) in positionInfoFromJavaLocation() 261 info.setAttribute(QGeoPositionInfo::VerticalAccuracy, qreal(accuracy)); in positionInfoFromJavaLocation()
|
| /OK3568_Linux_fs/kernel/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.
|
| H A D | tc74.rst | 18 and +- 2 degrees centigrade accuracy.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.12.1 | 43 - [QTBUG-72291] Fixed horizontal accuracy comparison for competing position 48 - [QTBUG-64689] Android: Implemented collection of vertical accuracy data.
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | LICENSE.69 | 20 with respect to this software, its quality, accuracy, merchantability, or 22 its user, assume the entire risk as to its quality and accuracy.
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/hybrid_quant/ |
| H A D | README.md | 6 b. according to the result of accuracy_analysis, select the operand with more accuracy loss.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/chrony/ |
| H A D | chrony_4.2.bb | 14 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. \
|
| /OK3568_Linux_fs/buildroot/package/lcms2/ |
| H A D | Config.in | 6 focus on accuracy and performance.
|