Home
last modified time | relevance | path

Searched defs:slope (Results 1 – 25 of 63) sorted by relevance

123

/external/guava/android/guava/src/com/google/common/math/
DLinearTransformation.java91 public LinearTransformation withSlope(double slope) { in withSlope()
117 double slope = 0.0; in horizontal() local
142 public abstract double slope(); in slope() method in LinearTransformation
163 final double slope; field in LinearTransformation.RegularLinearTransformation
168 RegularLinearTransformation(double slope, double yIntercept) { in RegularLinearTransformation()
174 RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse) { in RegularLinearTransformation()
191 public double slope() { in slope() method in LinearTransformation.RegularLinearTransformation
247 public double slope() { in slope() method in LinearTransformation.VerticalLinearTransformation
287 public double slope() { in slope() method in LinearTransformation.NaNLinearTransformation
/external/guava/guava/src/com/google/common/math/
DLinearTransformation.java91 public LinearTransformation withSlope(double slope) { in withSlope()
117 double slope = 0.0; in horizontal() local
142 public abstract double slope(); in slope() method in LinearTransformation
163 final double slope; field in LinearTransformation.RegularLinearTransformation
168 RegularLinearTransformation(double slope, double yIntercept) { in RegularLinearTransformation()
174 RegularLinearTransformation(double slope, double yIntercept, LinearTransformation inverse) { in RegularLinearTransformation()
191 public double slope() { in slope() method in LinearTransformation.RegularLinearTransformation
247 public double slope() { in slope() method in LinearTransformation.VerticalLinearTransformation
287 public double slope() { in slope() method in LinearTransformation.NaNLinearTransformation
/external/XNNPACK/test/
Df32-vlrelu.cc65 TEST(F32_VLRELU__NEON_X4, slope) { in TEST() argument
67 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
124 TEST(F32_VLRELU__NEON_X8, slope) { in TEST() argument
126 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
183 TEST(F32_VLRELU__SSE_X4, slope) { in TEST() argument
185 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
242 TEST(F32_VLRELU__SSE_X8, slope) { in TEST() argument
244 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
301 TEST(F32_VLRELU__SSE2_X4, slope) { in TEST() argument
303 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
[all …]
Dvunary-microkernel-tester.h59 inline VUnaryMicrokernelTester& slope(float slope) { in slope() argument
64 inline float slope() const { in slope() function
/external/skia/src/core/
DSkAnalyticEdge.cpp261 SkFixed slope = quick_div(dx, dy); in setLine() local
283 bool SkAnalyticEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1, SkFixed slope) { in updateLine()
377 SkFixed slope; in updateQuadratic() local
496 SkFixed slope = SkFixedToFDot6(newSnappedY - fSnappedY) == 0 in updateCubic() local
DSkEdge.cpp76 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in setLine() local
117 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in updateLine() local
DSkScan_Antihair.cpp117 SkFixed drawCap(int x, SkFixed fy, SkFixed slope, int mod64) override { in drawCap()
138 SkFixed drawLine(int x, int stopx, SkFixed fy, SkFixed slope) override { in drawLine()
344 SkFixed fstart, slope; in do_anti_hairline() local
DSkEdge.h125 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in setLine() local
/external/guava/android/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java142 double slope = -7.8; in testMappingWithSlope_regular() local
165 double slope = Double.MIN_VALUE; in testMappingWithSlope_minimalSlope() local
177 double slope = Double.MAX_VALUE; in testMappingWithSlope_maximalSlope() local
/external/guava/guava-tests/test/com/google/common/math/
DLinearTransformationTest.java142 double slope = -7.8; in testMappingWithSlope_regular() local
165 double slope = Double.MIN_VALUE; in testMappingWithSlope_minimalSlope() local
177 double slope = Double.MAX_VALUE; in testMappingWithSlope_maximalSlope() local
/external/XNNPACK/bench/
Dprelu.cc40 std::vector<float> slope(channels); in xnnpack_prelu_f32() local
111 std::vector<float> slope(channels); in tflite_prelu_f32() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/
DSimpleRegression.java610 private double getIntercept(double slope) { in getIntercept()
620 private double getRegressionSumSquares(double slope) { in getRegressionSumSquares()
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Ddistributions.rs43 let slope = (ys[n_point] - ys[n_point - 1]) / (kde_xs[n_point] - kde_xs[n_point - 1]); in abs_distribution() localVariable
181 let slope = (ys[n_point] - ys[n_point - 1]) / (xs[n_point] - xs[n_point - 1]); in rel_distribution() localVariable
/external/rust/crates/criterion/src/plot/plotters_backend/
Ddistributions.rs36 let slope = (ys[n_point] - ys[n_point - 1]) / (kde_xs[n_point] - kde_xs[n_point - 1]); in abs_distribution() localVariable
181 let slope = (ys[n_point] - ys[n_point - 1]) / (xs[n_point] - xs[n_point - 1]); in rel_distribution() localVariable
/external/linux-kselftest/tools/testing/selftests/timers/
Dfreq-step.c112 double *slope, double *r_stddev, double *r_max) in regress()
149 double intercept, slope, stddev1, max1, stddev2, max2; in run_test() local
/external/webrtc/modules/audio_coding/audio_network_adaptor/util/
Dthreshold_curve.h112 const float slope; variable
/external/dng_sdk/source/
Ddng_1d_table.cpp165 real64 slope = (y1 - y0) * 65535.0; in Expand16() local
/external/rust/crates/criterion/src/
Destimate.rs110 pub slope: Option<Estimate>, field
133 pub slope: Option<Distribution<f64>>, field
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dscore_calibration.h56 float slope; member
/external/skia/src/shaders/gradients/
DSkSweepGradient.cpp72 slope = min(xabs, yabs) / max(xabs, yabs); in transformT() local
/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator.cc113 double slope, offset; in UpdateParameters() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c260 float slope = 0.0; in emit_rss_vgpu9() local
/external/guava/android/guava/src/com/google/common/util/concurrent/
DSmoothRateLimiter.java211 private double slope; field in SmoothRateLimiter.SmoothWarmingUp
/external/guava/guava/src/com/google/common/util/concurrent/
DSmoothRateLimiter.java211 private double slope; field in SmoothRateLimiter.SmoothWarmingUp
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2EdgeUtilTest.java505 double slope = Math.pow(1e-15, rand.nextDouble()); in testIntersectionTolerance() local

123