/external/guava/android/guava/src/com/google/common/math/ |
D | LinearTransformation.java | 91 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/ |
D | LinearTransformation.java | 91 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/ |
D | f32-vlrelu.cc | 65 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 …]
|
D | vunary-microkernel-tester.h | 59 inline VUnaryMicrokernelTester& slope(float slope) { in slope() argument 64 inline float slope() const { in slope() function
|
/external/skia/src/core/ |
D | SkAnalyticEdge.cpp | 261 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
|
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
|
D | SkScan_Antihair.cpp | 117 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
|
D | SkEdge.h | 125 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); in setLine() local
|
/external/guava/android/guava-tests/test/com/google/common/math/ |
D | LinearTransformationTest.java | 142 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/ |
D | LinearTransformationTest.java | 142 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/ |
D | prelu.cc | 40 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/ |
D | SimpleRegression.java | 610 private double getIntercept(double slope) { in getIntercept() 620 private double getRegressionSumSquares(double slope) { in getRegressionSumSquares()
|
/external/rust/crates/criterion/src/plot/gnuplot_backend/ |
D | distributions.rs | 43 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/ |
D | distributions.rs | 36 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/ |
D | freq-step.c | 112 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/ |
D | threshold_curve.h | 112 const float slope; variable
|
/external/dng_sdk/source/ |
D | dng_1d_table.cpp | 165 real64 slope = (y1 - y0) * 65535.0; in Expand16() local
|
/external/rust/crates/criterion/src/ |
D | estimate.rs | 110 pub slope: Option<Estimate>, field 133 pub slope: Option<Distribution<f64>>, field
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | score_calibration.h | 56 float slope; member
|
/external/skia/src/shaders/gradients/ |
D | SkSweepGradient.cpp | 72 slope = min(xabs, yabs) / max(xabs, yabs); in transformT() local
|
/external/webrtc/system_wrappers/source/ |
D | rtp_to_ntp_estimator.cc | 113 double slope, offset; in UpdateParameters() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_rss.c | 260 float slope = 0.0; in emit_rss_vgpu9() local
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | SmoothRateLimiter.java | 211 private double slope; field in SmoothRateLimiter.SmoothWarmingUp
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | SmoothRateLimiter.java | 211 private double slope; field in SmoothRateLimiter.SmoothWarmingUp
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2EdgeUtilTest.java | 505 double slope = Math.pow(1e-15, rand.nextDouble()); in testIntersectionTolerance() local
|