/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_motor.cpp | 37 MotorSlope slope; in test_create_slope_table_small_full_step() local 67 MotorSlope slope; in test_create_slope_table_small_full_step_target_speed_too_high() local 87 MotorSlope slope; test_create_slope_table_small_half_step() local 140 MotorSlope slope; test_create_slope_table_large_full_step() local 198 MotorSlope slope; test_create_slope_table_large_half_step() local [all...] |
/third_party/backends/backend/genesys/ |
H A D | motor.h | 134 MotorSlope slope; member
|
H A D | motor.cpp | 55 MotorSlope slope; in create_from_steps() local 104 MotorSlopeTable create_slope_table_for_speed(const MotorSlope& slope, unsigned target_speed_w, in create_slope_table_for_speed() argument 154 std::ostream& operator<<(std::ostream& out, const MotorSlope& slope) in operator <<() argument [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_1d_table.cpp | 165 real64 slope = (y1 - y0) * 65535.0; in Expand16() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_rss.c | 260 float slope = 0.0; in emit_rss_vgpu9() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_crossfeed.c | 32 double slope; member
|
H A D | af_agate.c | 124 double slope = log(lin_slope); in output_gain() local
|
H A D | af_asubboost.c | 36 double slope; member
|
H A D | af_atilt.c | 39 double slope; member
|
H A D | vf_misc_vaapi.c | 52 double slope, output; in map() local
|
H A D | vf_procamp_vaapi.c | 56 double slope, output; in map() local
|
H A D | af_sidechaincompress.c | 114 double slope = log(lin_slope); in output_gain() local
|
H A D | af_aspectralstats.c | 43 float slope; member
|
/third_party/skia/src/core/ |
H A D | SkAnalyticEdge.cpp | 261 SkFixed slope = quick_div(dx, dy); in setLine() local 377 SkFixed slope; updateQuadratic() local 496 SkFixed slope = SkFixedToFDot6(newSnappedY - fSnappedY) == 0 updateCubic() variable [all...] |
H A D | SkEdge.cpp | 76 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in setLine() local 117 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in updateLine() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | qcelpdec.c | 199 float slope; in decode_gain_and_index() local
|
H A D | rpzaenc.c | 566 double slope, y_intercept, correlation_coef; in rpza_encode_stream() local 265 leastsquares(uint16_t *block_ptr, BlockInfo *bi, channel_offset xchannel, channel_offset ychannel, double *slope, double *y_intercept, double *correlation_coef) leastsquares() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader_fs.cpp | 833 RegisterVec4 slope = vf.temp_vec4(pin_group); in load_barycentric_at_sample() local
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsWinding.cpp | 140 SkDVector slope; in rayCheck() local
|
/third_party/backends/backend/pixma/ |
H A D | pixma_common.c | 544 load_lut(unsigned char * lut, int in_bits, int out_bits, int out_min, int out_max, int slope, int offset) load_lut() argument
|
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-gestures.c | 365 double vector_decay, vector_length, slope; in tp_gesture_apply_scroll_constraints() local [all...] |
/third_party/node/deps/v8/src/logging/ |
H A D | counters.h | 436 double slope = (current_value - last_value_) / (current_ms - last_ms_); in AddSample() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | frame_enc.c | 72 const double slope = (s->target - s->value) / (s->last_value - s->value); in ComputeNextQ() local
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pShaderOperatorTests.cpp | 411 const float slope = slopeNumerator / slopeDenominator; in simpleLinearRegression() local
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 411 const float slope = slopeNumerator / slopeDenominator; in simpleLinearRegression() local
|