Home
last modified time | relevance | path

Searched refs:prec32f (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Dout.cpp259 FormatterBase() : prec32f(8), prec64f(16), multiline(true) {} in FormatterBase()
263 prec32f = p; in set32fPrecision()
277 int prec32f; member in cv::FormatterBase
290 mtx.rows == 1 || !multiline, false, mtx.depth() == CV_64F ? prec64f : prec32f ); in format()
302 mtx.rows == 1 || !multiline, true, mtx.depth() == CV_64F ? prec64f : prec32f ); in format()
316 mtx.rows == 1 || !multiline, false, mtx.depth() == CV_64F ? prec64f : prec32f ); in format()
335 mtx.rows == 1 || !multiline, false, mtx.depth() == CV_64F ? prec64f : prec32f ); in format()
348 mtx.rows == 1 || !multiline, false, mtx.depth() == CV_64F ? prec64f : prec32f ); in format()
360 mtx.rows == 1 || !multiline, false, mtx.depth() == CV_64F ? prec64f : prec32f ); in format()