| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | interpolate.hpp | 23 T interpolate(const T& a, const T& b, const double t) { in interpolate() function 42 return {{ interpolate(a[I], b[I], t)... }}; in operator ()() 71 style::expression::Value item = interpolate( in operator ()() 86 auto interpolated = interpolate(a.getCartesian(), b.getCartesian(), t); in operator ()() 97 interpolate(a.r, b.r, t), in operator ()() 98 interpolate(a.g, b.g, t), in operator ()() 99 interpolate(a.b, b.b, t), in operator ()() 100 interpolate(a.a, b.a, t) in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | get_anchors.cpp | 55 x = util::interpolate(float(a.x), float(b.x), t), in resample() 56 y = util::interpolate(float(a.y), float(b.y), t); in resample() 161 x = util::interpolate(float(a.x), float(b.x), t), in getCenterAnchor() 162 y = util::interpolate(float(a.y), float(b.y), t); in getCenterAnchor()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/ |
| H A D | dsl.hpp | 64 std::unique_ptr<Expression> interpolate(Interpolator interpolator, 68 std::unique_ptr<Expression> interpolate(Interpolator interpolator, 73 std::unique_ptr<Expression> interpolate(Interpolator interpolator,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | find_zoom_curve.cpp | 69 …("zoom" expression may only be used as input to a top-level "step" or "interpolate" expression.)",… in findZoomCurve() 73 … R"(Only one zoom-based "step" or "interpolate" subexpression may be used in an expression.)", "" in findZoomCurve()
|
| H A D | dsl.cpp | 134 std::unique_ptr<Expression> interpolate(Interpolator interpolator, in interpolate() function 146 std::unique_ptr<Expression> interpolate(Interpolator interpolator, in interpolate() function 160 std::unique_ptr<Expression> interpolate(Interpolator interpolator, in interpolate() function
|
| H A D | interpolate.cpp | 74 return util::interpolate(lower->get<T>(), upper->get<T>(), t); in evaluate() 197 …R"(Input/output pairs for "interpolate" expressions must be defined using literal numeric values (… in parseInterpolate() 204 …R"(Input/output pairs for "interpolate" expressions must be arranged with input values in strictly… in parseInterpolate()
|
| H A D | parsing_context.cpp | 224 …("zoom" expression may only be used as input to a top-level "step" or "interpolate" expression.)"); in parseLayerPropertyExpression()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | tvmodesnv17.c | 248 #define calc_overscan(o) interpolate(0x100, 0xe1, 0xc1, o) 513 regs->tv_enc[0x20] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x20], in nv17_tv_update_properties() 515 regs->tv_enc[0x22] = interpolate(0, tv_norm->tv_enc_mode.tv_enc[0x22], in nv17_tv_update_properties() 562 hmargin = interpolate(0, min(hmargin, output_mode->hdisplay/20), in nv17_ctv_update_rescaler() 564 vmargin = interpolate(0, min(vmargin, output_mode->vdisplay/20), in nv17_ctv_update_rescaler()
|
| H A D | tvnv17.h | 117 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform.cpp | 138 Point<double> framePoint = util::interpolate(startPoint, endPoint, t); in easeTo() 140 double frameScale = util::interpolate(startScale, scale, t); in easeTo() 144 state.angle = util::wrap(util::interpolate(startAngle, angle, t), -M_PI, M_PI); in easeTo() 147 state.pitch = util::interpolate(startPitch, pitch, t); in easeTo() 292 Point<double> framePoint = util::interpolate(startPoint, endPoint, us); in flyTo() 305 state.angle = util::wrap(util::interpolate(startAngle, angle, k), -M_PI, M_PI); in flyTo() 308 state.pitch = util::interpolate(startPitch, pitch, k); in flyTo()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | function.cpp | 338 static std::unique_ptr<Expression> interpolate(type::Type type, Interpolator interpolator, std::uni… in interpolate() function 400 return interpolate(type, exponential(*base), std::move(input), std::move(*stops)); in convertExponentialFunction() 538 return interpolate(type, linear(), zoom(), std::move(stops)); in composite() 693 … return interpolate(type_, exponential(base), number(get(literal(*property))), std::move(stops)); in convertFunctionToExpression()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | possibly_evaluated_property_value.hpp | 68 return { interpolate(*a.constant(), *b.constant(), t) }; in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover_impl.hpp | 44 double interpolate(uint32_t y) { in interpolate() function
|
| H A D | tile_cover_impl.cpp | 146 x = b.interpolate(y); in scan_row() 153 x = b.interpolate(y+1); in scan_row()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i2c/ |
| H A D | ch7006_mode.c | 223 black_level = interpolate(90, black_level, 208, priv->brightness); in ch7006_setup_levels() 337 flicker = interpolate(0, 2, 3, priv->flicker); in ch7006_setup_properties() 342 contrast = interpolate(0, 5, 7, priv->contrast); in ch7006_setup_properties()
|
| H A D | ch7006_priv.h | 158 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() function
|
| /OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/ |
| H A D | fg_rk817.su | |
| H A D | fg_rk817.c | 262 static u32 interpolate(int value, u32 *table, int size) in interpolate() function 572 temp = interpolate(voltage, ocv_table, ocv_size); in rk817_bat_vol_to_soc() 586 temp = interpolate(voltage, ocv_table, ocv_size); in rk817_bat_vol_to_cap()
|
| H A D | fg_rk816.c | 575 static u32 interpolate(int value, u32 *table, int size) in interpolate() function 629 tmp = interpolate(voltage, ocv_table, ocv_size); in rk816_bat_vol_to_cap() 642 tmp = interpolate(voltage, ocv_table, ocv_size); in rk816_bat_vol_to_soc()
|
| H A D | fg_rk818.c | 552 static u32 interpolate(int value, u32 *table, int size) in interpolate() function 606 tmp = interpolate(voltage, ocv_table, ocv_size); in rk818_bat_vol_to_cap() 619 tmp = interpolate(voltage, ocv_table, ocv_size); in rk818_bat_vol_to_soc()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | properties.hpp | 61 return util::interpolate(prior->get().evaluate(evaluator, now), finalValue, in evaluate()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/ |
| H A D | heatmap_layer.cpp | 186 …std::string rawValue = R"JSON(["interpolate",["linear"],["heatmap-density"],0,"rgba(0, 0, 255, 0)"… in getDefaultHeatmapColor()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_eeprom.c | 2963 static int interpolate(int x, int xa, int xb, int ya, int yb) in interpolate() function 4313 y = interpolate(x, lx, hx, ly, hy); in ar9003_hw_power_interpolate() 5066 correction[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply() 5072 temperature[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply() 5078 voltage[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply() 5084 nf_cal[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply() 5090 nf_pwr[ichain] = interpolate(frequency, in ar9003_hw_calibration_apply()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_vop.c | 3867 brightness = interpolate(0, -128, 100, 127, s->tv_state->brightness); in vop_tv_config_update() 3869 brightness = interpolate(0, -64, 100, 63, s->tv_state->brightness); in vop_tv_config_update() 3871 brightness = interpolate(0, -32, 100, 31, s->tv_state->brightness); in vop_tv_config_update() 3875 contrast = interpolate(0, 0, 100, 511, s->tv_state->contrast); in vop_tv_config_update() 3876 saturation = interpolate(0, 0, 100, 511, s->tv_state->saturation); in vop_tv_config_update() 3885 hue = interpolate(0, -30, 100, 30, s->tv_state->hue); in vop_tv_config_update() 3891 contrast = interpolate(0, 0, 100, 255, s->tv_state->contrast); in vop_tv_config_update() 3892 saturation = interpolate(0, 0, 100, 255, s->tv_state->saturation); in vop_tv_config_update() 3901 hue = interpolate(0, -30, 100, 30, s->tv_state->hue); in vop_tv_config_update()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/ |
| H A D | mapbox-gl-native.pro | 243 src/mbgl/style/expression/interpolate.cpp \ 350 src/mbgl/util/interpolate.cpp \
|