Home
last modified time | relevance | path

Searched defs:slopes (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/platform_testing/libraries/collectors-helper/memory/test/src/com/android/helpers/tests/
H A DSlabinfoHelperTest.java80 Map<String, Double> slopes = SlabinfoHelper.fitLinesToSamples(samples); in testSimpleExactFits() local
113 Map<String, Double> slopes = SlabinfoHelper.fitLinesToSamples(samples); in testNoSlopes() local
142 Map<String, Double> slopes = SlabinfoHelper.fitLinesToSamples(samples); in testNonexactFits() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/bivariate/
Dbootstrap.rs65 let slopes = if nresamples > 0 { localVariable
/aosp_15_r20/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
H A DSlabinfoHelper.java181 Map<String, Double> slopes = new TreeMap<>(); in fitLinesToSamples() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsCalibration.cpp138 std::vector<float> slopes; in theilSenSiegelLinearRegression() local