Lines Matching refs:vectorToString
66 static std::string vectorToString(const float* a, uint32_t m) {
265 vectorToString(estimator.xCoeff, estimator.degree + 1).c_str(),
266 vectorToString(estimator.yCoeff, estimator.degree + 1).c_str(),
449 vectorToString(x, m).c_str(), vectorToString(y, m).c_str(),
450 vectorToString(w, m).c_str());
528 ALOGD(" - b=%s", vectorToString(outB, n).c_str());
667 vectorToString(outEstimator->xCoeff, n).c_str(),
668 vectorToString(outEstimator->yCoeff, n).c_str(),