Home
last modified time | relevance | path

Searched defs:Slope (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/bivariate/
Dregression.rs8 pub struct Slope<A>(pub A) struct
12 impl<A> Slope<A> implementation
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dcubic_bezier_unittest.cc137 TEST(CubicBezierTest, Slope) { in TEST() argument
H A Dcubic_bezier.cc193 double CubicBezier::Slope(double x) const { in Slope() function in gfx::CubicBezier
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Destimate.rs10 Slope, enumerator
/aosp_15_r20/external/pdfium/third_party/lcms/src/
H A Dcmsopt.c863 cmsFloat64Number Val, Slope, beta; in SlopeLimiting() local