Searched defs:m_f (Results 1 - 4 of 4) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_png.h69 FILE* m_f; member in class:GrFmtPngReader
H A Dgrfmt_jpeg.h67 FILE* m_f; member in class:GrFmtJpegReader
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunctionAtomic.h37 MatrixFunctionAtomic(StemFunction f) : m_f(f) { }
55 StemFunction* m_f; member in class:Eigen::MatrixFunctionAtomic
78 MatrixType F = m_f(m_avgEival, 0) * MatrixType::Identity(m_Arows, m_Arows);
82 Fincr = m_f(m_avgEival, static_cast<int>(s)) * P;
117 mx = (std::max)(mx, std::abs(m_f(m_Ashifted(i, i) + m_avgEival, static_cast<int>(s+r))));
H A DMatrixFunction.h503 MatrixFunctionReturnValue(const Derived& A, StemFunction f) : m_A(A), m_f(f) { }
521 AtomicType atomic(m_f);
533 StemFunction *m_f; member in class:Eigen::MatrixFunctionReturnValue

Completed in 126 milliseconds