| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | test_build_time.sh | 16 # the specified threshold) or bad (over it). There is also a tolerance 18 # tolerance from the given threshold and uses it as the actual threshold. 34 echo "syntax: $0 <script> <time> <tolerance> [patchrevlist]" 38 echo " tolerance - tolerance (in seconds, suffix m for minutes or % for" 80 echo "'$3' is not a valid number for tolerance" 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/%//` [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | atmo_head.h | 51 // M4_NUMBER_DESC("Tolerance", "f32", M4_RANGE(0,0.2), "0", M4_DIGIT(4)) 52 float Tolerance; member 79 // M4_NUMBER_DESC("Tolerance", "f32", M4_RANGE(0,0.2), "0", M4_DIGIT(4)) 80 float Tolerance; member 111 // M4_NUMBER_DESC("Tolerance", "f32", M4_RANGE(0,0.2), "0", M4_DIGIT(4)) 112 float Tolerance; member 139 // M4_NUMBER_DESC("Tolerance", "f32", M4_RANGE(0,0.2), "0", M4_DIGIT(4)) 140 float Tolerance; member 153 // M4_NUMBER_DESC("Tolerance", "f32", M4_RANGE(0,0.2), "0", M4_DIGIT(4)) 154 float Tolerance; member
|
| /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/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/kernel/drivers/media/rc/img-ir/ |
| H A D | img-ir-hw.c | 166 * @tolerance: Tolerance as a fraction of 128 (roughly percent). 171 * tolerance, and shifts for the register, rounding in the right direction. 176 unsigned int tolerance, in img_ir_timing_range_convert() argument 182 /* add a tolerance */ in img_ir_timing_range_convert() 183 min = min - (min*tolerance >> 7); in img_ir_timing_range_convert() 184 max = max + (max*tolerance >> 7); in img_ir_timing_range_convert() 196 * @tolerance: Timing tolerance where 0-128 represents 0-100% 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() [all …]
|
| /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 | 35 // simplification tolerance (higher means simpler) 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/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]
|
| H A D | nct6775.rst | 186 Temperature step tolerance. 198 Target temperature tolerance, unit millidegree Celsius 234 Target speed tolerance 258 Temperature tolerance, unit millidegree Celsius 261 Temperature tolerance for critical temperature,
|
| /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/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/external/camera_engine_rkaiq/rkaiq/algos/atmo/ |
| H A D | rk_aiq_uapi_atmo_int.cpp | 198 pStore->TmoTuningPara.GlobalLuma.Tolerance = pInput->TmoTuningPara.GlobalLuma.Tolerance; in rk_aiq_uapi_atmo_SetTool() 200 …pStore->TmoTuningPara.DetailsHighLight.Tolerance = pInput->TmoTuningPara.DetailsHighLight.Toleranc… in rk_aiq_uapi_atmo_SetTool() 202 … pStore->TmoTuningPara.DetailsLowLight.Tolerance = pInput->TmoTuningPara.DetailsLowLight.Tolerance; in rk_aiq_uapi_atmo_SetTool() 204 pStore->TmoTuningPara.LocalTMO.Tolerance = pInput->TmoTuningPara.LocalTMO.Tolerance; in rk_aiq_uapi_atmo_SetTool() 206 pStore->TmoTuningPara.GlobaTMO.Tolerance = pInput->TmoTuningPara.GlobaTMO.Tolerance; in rk_aiq_uapi_atmo_SetTool()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/atmo/ |
| H A D | rk_aiq_types_atmo_algo_int.h | 23 float Tolerance; member 33 float Tolerance; member 45 float Tolerance; member 56 float Tolerance; member 68 float Tolerance; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ |
| H A D | dfs_pri_detector.c | 42 * pde_get_multiple() - get number of multiples considering a given tolerance 43 * @return factor if abs(val - factor*fraction) <= tolerance, 0 otherwise 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() 57 /* val and fraction are within tolerance */ in pde_get_multiple() 62 if (remainder > tolerance) { in pde_get_multiple() 64 if ((fraction - remainder) <= tolerance) in pde_get_multiple() 65 /* remainder is within tolerance */ in pde_get_multiple()
|
| H A D | dfs_pattern_detector.h | 63 * @pri_min: minimum pulse repetition interval in [us] (including tolerance) 64 * @pri_max: minimum pri in [us] (including tolerance) 68 * @max_pri_tolerance: pulse time stamp tolerance on both sides [us]
|
| /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/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | custom_geometry_source_options.hpp | 47 const auto toleranceValue = objectMember(value, "tolerance"); in operator ()() 50 options.tileOptions.tolerance = static_cast<double>(*toNumber(*toleranceValue)); in operator ()() 52 error = { "GeoJSON source tolerance value must be a number" }; in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | geojson_options.cpp | 40 const auto toleranceValue = objectMember(value, "tolerance"); in operator ()() 43 options.tolerance = static_cast<double>(*toNumber(*toleranceValue)); in operator ()() 45 error = { "GeoJSON source tolerance value must be a number" }; in operator ()()
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | bearer.h | 95 * @tolerance: default time (in ms) before declaring link failure 121 u32 tolerance; member 142 * @tolerance: default link tolerance for bearer 164 u32 tolerance; member
|
| /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/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 */
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_clock_source.c | 181 * for passed Reference and Post divider, checking for tolerance. 186 * tolerance Tolerance for Calculated Pixel Clock to be within 190 * if calculated values are within required tolerance 191 * It returns - true if error is within tolerance 192 * - false if error is not within tolerance 199 uint32_t tolerance) in calc_fb_divider_checking_tolerance() argument 234 if (abs_err <= tolerance) { in calc_fb_divider_checking_tolerance() 261 uint32_t tolerance; in calc_pll_dividers_in_range() local 265 tolerance = (pll_settings->adjusted_pix_clk_100hz * err_tolerance) / in calc_pll_dividers_in_range() 267 if (tolerance < CALC_PLL_CLK_SRC_ERR_TOLERANCE) in calc_pll_dividers_in_range() [all …]
|