Searched refs:GetY2 (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/ui/gfx/geometry/ |
D | cubic_bezier_unittest.cc | 208 EXPECT_NEAR(0.9, cubic1.GetY2(), epsilon); in TEST() 214 EXPECT_NEAR(0, cubic_zero.GetY2(), epsilon); in TEST() 220 EXPECT_NEAR(1, cubic_one.GetY2(), epsilon); in TEST() 226 EXPECT_NEAR(-1.6, cubic_oor.GetY2(), epsilon); in TEST()
|
D | cubic_bezier.h | 65 double GetY2() const;
|
D | cubic_bezier.cc | 209 double CubicBezier::GetY2() const { in GetY2() function in gfx::CubicBezier
|
/external/webrtc/modules/audio_processing/aec3/ |
D | signal_dependent_erle_estimator_unittest.cc | 53 rtc::ArrayView<const std::array<float, kFftLengthBy2Plus1>> GetY2() const { in GetY2() function in webrtc::__anone22af9a30111::TestInputs 175 inputs.GetY2(), inputs.GetE2(), average_erle, in TEST_P() 204 inputs.GetY2(), inputs.GetE2(), average_erle, in TEST_P()
|