| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | test_build_time.sh | 106 tolerance=$3 118 if [[ $tolerance == *m* ]] ; then 119 tolerance=`echo $tolerance | sed s/m/*60/ | bc` 120 elif [[ $tolerance == *%* ]] ; then 121 tolerance=`echo $tolerance | sed s/%//` 122 tolerance=`echo "scale = 2; (($tolerance * $timethreshold) / 100)" | bc` 220 ret=`echo "scale = 2; $timeresult > $timethreshold - $tolerance" | bc`
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | hugetlb_reparenting_test.sh | 64 local tolerance=$((5 * 1024 * 1024)) 68 if [[ $actual_a -lt $(($expected_a - $tolerance)) ]] || 69 [[ $actual_a -gt $(($expected_a + $tolerance)) ]]; then 80 if [[ $actual_a_hugetlb -lt $(($expected_a_hugetlb - $tolerance)) ]] || 81 [[ $actual_a_hugetlb -gt $(($expected_a_hugetlb + $tolerance)) ]]; then 96 if [[ $actual_b -lt $(($expected_b - $tolerance)) ]] || 97 [[ $actual_b -gt $(($expected_b + $tolerance)) ]]; then 108 if [[ $actual_b_hugetlb -lt $(($expected_b_hugetlb - $tolerance)) ]] || 109 [[ $actual_b_hugetlb -gt $(($expected_b_hugetlb + $tolerance)) ]]; then
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | convert.hpp | 15 const double tolerance; member 47 simplify(result, tolerance); in operator ()() 74 simplify(result, tolerance); in operator ()() 80 return geometry::geometry<double>::visit(geometry, project{ tolerance }); in operator ()() 96 const double tolerance) { in convert() argument 101 geometry::geometry<double>::visit(feature.geometry, project{ tolerance }), in convert()
|
| H A D | simplify.hpp | 72 inline void simplify(std::vector<vt_point>& points, double tolerance) { in simplify() argument 79 simplify(points, 0, len - 1, tolerance * tolerance); in simplify()
|
| H A D | tile.hpp | 26 const double tolerance; member in mapbox::geojsonvt::detail::InternalTile 45 tolerance(tolerance_), in InternalTile() 133 if (line.dist > tolerance) { in transform() 156 if (line.dist > tolerance) in transform()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/ |
| H A D | geojsonvt.hpp | 36 double tolerance = 3; member 72 auto tolerance = (options.tolerance / options.extent) / z2; in geoJSONToTile() local 73 auto features = detail::convert(features_, tolerance); in geoJSONToTile() 83 return detail::InternalTile({ features, z, x, y, options.extent, tolerance }).tile; in geoJSONToTile() 96 auto converted = detail::convert(features_, (options.tolerance / options.extent) / z2); in GeoJSONVT() 184 const double tolerance = in splitTile() local 185 (z == options.maxZoom ? 0 : options.tolerance / (z2 * options.extent)); in splitTile() 189 detail::InternalTile{ features, z, x, y, options.extent, tolerance }) in splitTile()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/cairo/cairo/ |
| H A D | CVE-2019-6462.patch | 18 @@ -90,16 +90,18 @@ _arc_max_angle_for_tolerance_normalized (double tolerance) 25 if (table[i].error < tolerance) 33 - } while (error > tolerance); 34 + } while (error > tolerance && i < max_segments);
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/ |
| H A D | img-ir-hw.c | 176 unsigned int tolerance, in img_ir_timing_range_convert() argument 183 min = min - (min*tolerance >> 7); in img_ir_timing_range_convert() 184 max = max + (max*tolerance >> 7); in img_ir_timing_range_convert() 204 unsigned int tolerance, in img_ir_symbol_timing() argument 214 tolerance, clock_hz, pd_shift); in img_ir_symbol_timing() 216 tolerance, clock_hz, w_shift); in img_ir_symbol_timing() 292 unsigned int tolerance, in img_ir_timings_convert() argument 296 regs->ldr = img_ir_symbol_timing(&timings->ldr, tolerance, clock_hz, in img_ir_timings_convert() 299 regs->s00 = img_ir_symbol_timing(&timings->s00, tolerance, clock_hz, in img_ir_timings_convert() 301 regs->s01 = img_ir_symbol_timing(&timings->s01, tolerance, clock_hz, in img_ir_timings_convert() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/ |
| H A D | awb_xml2json.cpp | 22 free(commV21->tolerance.toleranceValue); in CalibV2AwbV21Free() 23 free(commV21->tolerance.lumaValue); in CalibV2AwbV21Free() 97 commV21->tolerance.lumaValue_len = awb_adjust->tolerance.num; in convertCalib2calibV21() 98 commV21->tolerance.toleranceValue_len = awb_adjust->tolerance.num; in convertCalib2calibV21() 99 …commV21->tolerance.toleranceValue = (float*)malloc(sizeof(float)*commV21->tolerance.toleranceValue… in convertCalib2calibV21() 100 commV21->tolerance.lumaValue= (float*)malloc(sizeof(float)*commV21->tolerance.lumaValue_len); in convertCalib2calibV21() 307 …memcpy(commV21->tolerance.lumaValue, awb_adjust->tolerance.LV,sizeof(float)*commV21->tolerance.lum… in convertCalib2calibV21() 308 …memcpy(commV21->tolerance.toleranceValue, awb_adjust->tolerance.value,sizeof(float)*commV21->toler… in convertCalib2calibV21() 406 free(commV20->tolerance.toleranceValue); in CalibV2AwbV20Free() 407 free(commV20->tolerance.lumaValue); in CalibV2AwbV20Free() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/misc-devices/ |
| H A D | ad525x_dpot.rst | 9 settings. Access to the factory programmed tolerance is also provided, but 16 Each dpot device will have a set of eeprom, rdac, and tolerance files. How 23 The tolerance files are the read-only factory programmed tolerance settings
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A D | pm_qos_interface.rst | 92 state latency tolerance (in microseconds) and the third one is for PM QoS flags. 95 The target values of resume latency and active state latency tolerance are 181 Active state latency tolerance 190 If there is a latency tolerance control mechanism for a given device available 196 Whenever the effective latency tolerance changes for the device, its 199 latency tolerance requirements for the device is empty, the callback is expected 200 to switch the underlying hardware latency tolerance control mechanism to an 204 automatically updating the device's latency tolerance in response to its power 206 be done in the autonomous latency tolerance control mode. 210 Then, user space can use that attribute to specify its latency tolerance [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libevent/libevent/ |
| H A D | 0002-test-regress.h-Increase-default-timeval-tolerance-50.patch | 4 Subject: [PATCH] test/regress.h: Increase default timeval tolerance 50 ms -> 7 The default timeout tolerance is 50 ms, 26 tt_int_op(labs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/ |
| H A D | xcam_defs.h | 69 #define XCAM_DOUBLE_EQUAL(a, b, tolerance) \ argument 70 (((a) >= ((b) - (tolerance))) && ((a) <= ((b) + (tolerance))))
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | w83792d.rst | 145 via thermal_cruise# file. The tolerance# file serves to create T +- tolerance 147 remains below the thermal_cruise# +- tolerance# value. Once the temperature 148 exceeds the high limit (T+tolerance), the fan will be turned on with a 156 limit (T-tolerance), the fan speed will be fixed at the current speed because 168 temperature region (sf2_point@_fan# +- tolerance#) it will cause fans to run 194 tolerance[1-3]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | am335x-nano.dts | 417 /* +1.5V voltage with ±4% tolerance */ 425 /* VDD_MPU voltage limits 0.95V - 1.1V with ±4% tolerance */ 434 /* VDD_CORE voltage limits 0.95V - 1.1V with ±4% tolerance */ 443 /* +1.8V voltage with ±4% tolerance */ 451 /* +3.3V voltage with ±4% tolerance */ 459 /* +1.8V voltage with ±4% tolerance */ 467 /* +3.3V voltage with ±4% tolerance */
|
| H A D | am335x-moxa-uc-8100-me-t.dts | 83 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 92 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| H A D | am335x-osd335x-common.dtsi | 77 /* VDD_MPU voltage limits 0.95V - 1.26V with +/-4% tolerance */ 86 /* VDD_CORE voltage limits 0.95V - 1.1V with +/-4% tolerance */
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | timex.h | 74 __kernel_long_t tolerance;/* clock frequency tolerance (ppm) member 113 long long tolerance;/* clock frequency tolerance (ppm) member
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | time.c | 393 unsigned long cycle_freq, tolerance; in time_init() local 421 tolerance = cycle_freq / 4000; in time_init() 425 if ((unsigned long)diff > tolerance) { in time_init()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/cpufreq/ |
| H A D | cpufreq-dt.txt | 19 - voltage-tolerance: Specify the CPU voltage tolerance in percentage.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/ |
| H A D | nvidia,tegra20-hsuart.txt | 36 Baud Rate tolerance: 37 Standard UART devices are expected to have tolerance for baud rate error by 39 Tegra186 chip has a known hardware issue. UART Rx baud rate tolerance level
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ |
| H A D | dfs_pri_detector.c | 45 static u32 pde_get_multiple(u32 val, u32 fraction, u32 tolerance) in pde_get_multiple() argument 56 if (delta <= tolerance) in pde_get_multiple() 62 if (remainder > tolerance) { in pde_get_multiple() 64 if ((fraction - remainder) <= tolerance) in pde_get_multiple()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | custom_geometry_tile.cpp | 40 vtOptions.tolerance = scale * options.tolerance; in setTileData()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | geojson_source_impl.cpp | 66 vtOptions.tolerance = scale * options.tolerance; in Impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | cross_tile_symbol_index.cpp | 28 …float tolerance = coord.canonical.z < newCoord.canonical.z ? 1 : std::pow(2, coord.canonical.z - n… in findMatches() local 47 if (std::abs(thisTileSymbol.coord.x - scaledSymbolCoord.x) <= tolerance && in findMatches() 48 std::abs(thisTileSymbol.coord.y - scaledSymbolCoord.y) <= tolerance && in findMatches()
|