/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/fast_ink/laser/ |
H A D | laser_segment_utils_unittest.cc | 70 float y_intercept, in CheckProjectedPoints() argument 79 ComputeProjectedPoints(start_point, slope, y_intercept, distance, in CheckProjectedPoints() 215 const float y_intercept = 0.0f; in TEST_F() local 219 CheckProjectedPoints(start, slope, y_intercept, distance, in TEST_F() 230 const float y_intercept = 2.0f; in TEST_F() local 234 CheckProjectedPoints(start, slope, y_intercept, distance, in TEST_F() 242 const float y_intercept = 5.0f; in TEST_F() local 246 CheckProjectedPoints(start, slope, y_intercept, distance, in TEST_F()
|
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/core/ |
H A D | lut.hpp | 37 float y_intercept; member in LUT 47 y_intercept = y_intercept_in; in setLinear() 77 return min(max((index*slope)+y_intercept,darkest),brightest); in operator []()
|
/dports/emulators/xbraitenberg/xbraitenberg-0.9/ |
H A D | logic.cc | 40 LinearLogic::LinearLogic(int sensor, double y_intercept, double slope) in LinearLogic() argument 41 : _sensor(sensor), _y_intercept(y_intercept), _slope(slope) in LinearLogic()
|
H A D | logic.hh | 39 LinearLogic(int, double y_intercept, double slope);
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | rpzaenc.c | 266 double *slope, double *y_intercept, double *correlation_coef) in leastsquares() argument 301 *y_intercept = (sumy - (*slope) * sumx) / count; in leastsquares() 563 double slope, y_intercept, correlation_coef; in rpza_encode_stream() local 706 slope = y_intercept = correlation_coef = 0; in rpza_encode_stream() 709 &slope, &y_intercept, &correlation_coef)) { in rpza_encode_stream() 713 tmp_min = (int)(0.5 + min * slope + y_intercept); in rpza_encode_stream() 714 tmp_max = (int)(0.5 + max * slope + y_intercept); in rpza_encode_stream()
|
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/ |
H A D | rpzaenc.c | 266 double *slope, double *y_intercept, double *correlation_coef) in leastsquares() argument 301 *y_intercept = (sumy - (*slope) * sumx) / count; in leastsquares() 563 double slope, y_intercept, correlation_coef; in rpza_encode_stream() local 706 slope = y_intercept = correlation_coef = 0; in rpza_encode_stream() 709 &slope, &y_intercept, &correlation_coef)) { in rpza_encode_stream() 713 tmp_min = (int)(0.5 + min * slope + y_intercept); in rpza_encode_stream() 714 tmp_max = (int)(0.5 + max * slope + y_intercept); in rpza_encode_stream()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/ |
H A D | rpzaenc.c | 266 double *slope, double *y_intercept, double *correlation_coef) in leastsquares() argument 301 *y_intercept = (sumy - (*slope) * sumx) / count; in leastsquares() 563 double slope, y_intercept, correlation_coef; in rpza_encode_stream() local 706 slope = y_intercept = correlation_coef = 0; in rpza_encode_stream() 709 &slope, &y_intercept, &correlation_coef)) { in rpza_encode_stream() 713 tmp_min = (int)(0.5 + min * slope + y_intercept); in rpza_encode_stream() 714 tmp_max = (int)(0.5 + max * slope + y_intercept); in rpza_encode_stream()
|
/dports/graphics/p5-Geometry-Primitive/Geometry-Primitive-0.24/t/ |
H A D | 001-line.t | 18 cmp_ok($line->y_intercept, '==', 1, 'y_intercept');
|
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/models/annotations/ |
H A D | slope.d.ts | 15 y_intercept: p.Property<number | null>;
|
/dports/cad/ngspice_rework/ngspice-35/src/xspice/icm/analog/multi_input_pwl/ |
H A D | cfunc.mod | 150 y_intercept( ARGS, int i, double slope ) 171 result = slope*x + y_intercept( mif_private, i, slope );
|
/dports/games/vamos/vamos-0.7.1/body/ |
H A D | Car.cc | 601 const Three_Vector y_intercept (intercept (y_limit, point.y, point.x, in penetration() local 606 if (is_in_range (y_intercept.x, back, front) in penetration() 607 && (ignore_z || is_in_range (y_intercept.z, bottom, top))) in penetration()
|
/dports/math/p5-Math-NumberCruncher/Math-NumberCruncher-5.00/ |
H A D | test.pl | 95 ( $slope, $y_intercept ) = $ref->BestFit( \@array1, \@array2 ); 96 if ( $slope !~ /^0.976588628762541/ || $y_intercept !~ /^53.6900780379041/ ) {
|
H A D | NumberCruncher.pod | 38 ($slope, $y_intercept) = Math::NumberCruncher::BestFit(\@array1, \@array2 [, $decimal_places]); 102 $predicted_value = Math::NubmerCruncher::Predict( $slope, $y_intercept, $proposed_x [, $decimal_pla… 306 =head2 ($slope,$y_intercept ) = B<Math::NumberCruncher::BestFit>(\@array1,\@array2 [, $decimal_plac… 418 =head2 $predicted = B<Math::NumberCruncher::Predict>( $slope, $y_intercept, $proposed_x [, $decimal…
|
H A D | NumberCruncher.pm | 542 my $y_intercept = shift; 547 $result->bmul( $proposed, $modP )->badd( $y_intercept );
|
/dports/graphics/p5-Geometry-Primitive/Geometry-Primitive-0.24/ |
H A D | Changes | 74 - Line: added contains_point, length and y_intercept
|
/dports/databases/adabase/AdaBase-3.1/src/miscellaneous/ |
H A D | spatial_data.ads | 53 y_intercept : Geometric_Real; component
|
H A D | spatial_data.adb | 915 return (slope => 0.0, y_intercept => 0.0, vertical => True); 940 return (A => -1.0 * SLINT.slope, B => 1.0, C => SLINT.y_intercept); 991 YY := intercept_form.y_intercept; 999 XX := -1.0 * intercept_form.y_intercept / intercept_form.slope;
|
/dports/graphics/gdchart/gdchart0.11.5dev/ |
H A D | gdchart.c | 126 int y_intercept = 0; /* if xdepth || ydepth */ in draw_3d_area() local 133 y_intercept = (y1 > y0 && y2 < y0) || /* line crosses y0 */ in draw_3d_area() 150 if( y_intercept ) in draw_3d_area() 151 gdImageLine( im, y_intercept, y0, in draw_3d_area() 152 y_intercept+xdepth, y0-ydepth, clrshd ); /* edging */ in draw_3d_area() 180 gdImageLine( im, y_intercept, y0, x2, y2, clrshd ); in draw_3d_area() 183 gdImageLine( im, x1, y1, y_intercept, y0, clrshd ); in draw_3d_area()
|
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/models/ |
H A D | test_annotations.py | 377 assert slope.y_intercept is None
|
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/models/ |
H A D | annotations.py | 916 y_intercept = Nullable(Float, help=""" variable in Slope
|
/dports/databases/rrdtool12/rrdtool-1.2.30/src/ |
H A D | rrd_graph.c | 4064 double SUMx, SUMy, SUMxy, SUMxx, SUMyy, slope, y_intercept, correl ; local 4079 y_intercept = ( SUMy - slope*SUMx ) / cnt; 4087 dst->vf.val = y_intercept;
|
/dports/databases/rrdtool/rrdtool-1.7.2/src/ |
H A D | rrd_graph.c | 5919 double SUMx, SUMy, SUMxy, SUMxx, SUMyy, slope, y_intercept, correl; in vdef_calc() local 5938 y_intercept = (SUMy - slope * SUMx) / cnt; in vdef_calc() 5950 dst->vf.val = y_intercept; in vdef_calc()
|