Searched defs:C_ (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dinvoke_helpers.h118 QualType C_(Tp& v) { return static_cast<QualType>(v); }; function
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_colorspace.cpp641 float C_ = pBuf[2]; local
645 C_ = FXSYS_pow(C_, m_Gamma[2]);
652 X = m_Matrix[0] * A_ + m_Matrix[3] * B_ + m_Matrix[6] * C_;
653 Y = m_Matrix[1] * A_ + m_Matrix[4] * B_ + m_Matrix[7] * C_;
654 Z = m_Matrix[2] * A_ + m_Matrix[5] * B_ + m_Matrix[8] * C_;
658 Z = C_;

Completed in 184 milliseconds