HomeSort by relevance Sort by last modified time
    Searched defs:C_ (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/utilities/function.objects/func.require/
invoke_helpers.h 75 QualType C_(Tp& v) { return static_cast<QualType>(v); };
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 451 FX_FLOAT C_ = pBuf[2];
455 C_ = (FX_FLOAT)FXSYS_pow(C_, m_Gamma[2]);
459 X = m_Matrix[0] * A_ + m_Matrix[3] * B_ + m_Matrix[6] * C_;
460 Y = m_Matrix[1] * A_ + m_Matrix[4] * B_ + m_Matrix[7] * C_;
461 Z = m_Matrix[2] * A_ + m_Matrix[5] * B_ + m_Matrix[8] * C_;
465 Z = C_;
    [all...]

Completed in 105 milliseconds