Home
last modified time | relevance | path

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

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