Searched refs:fit (Results 1 – 3 of 3) sorted by relevance
/system/media/audio_utils/tests/ |
D | statistics_tests.cpp | 442 LinearLeastSquaresFit<double> fit; in TEST() local 444 static_assert(std::is_trivially_copyable<decltype(fit)>::value, in TEST() 451 fit.add(data); in TEST() 458 fit.computeYLine(a, b, r2); in TEST() 467 std::get<0>(fit.getMean()), /* mean_x */ in TEST() 468 std::get<1>(fit.getMean()), /* mean_y */ in TEST() 469 std::get<0>(fit.getPopVariance()), /* var_x */ in TEST() 470 std::get<1>(fit.getPopVariance()), /* cov_xy */ in TEST() 471 std::get<2>(fit.getPopVariance())); /* var_y */ in TEST() 477 TEST_EXPECT_NEAR(1.9, fit.getYFromX(0.2)); in TEST() [all …]
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 50 * not a long attribute (i.e. its value would fit within the current ATT MTU), 68 * not a long attribute (i.e. its value would fit within the current ATT MTU),
|
/system/core/libcutils/ |
D | trace-dev.inc | 164 /* Truncate the name to make the message fit. */ \
|