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

  /external/libcxx/test/libcxx/utilities/function.objects/func.require/
invoke_helpers.h 118 QualType C_(Tp& v) { return static_cast<QualType>(v); };
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/func.require/
invoke_helpers.h 118 QualType C_(Tp& v) { return static_cast<QualType>(v); };
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 641 float C_ = pBuf[2];
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_;
    [all...]

Completed in 725 milliseconds