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

/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dgetonescriptspan.cc53 #define C_ 8 macro
73 PL,PL,PL,C_, PL,E_,PL,PL, PL,I_,PL,PL, L_,PL,PL,PL,
75 PL,PL,PL,C_, PL,E_,PL,PL, PL,I_,PL,PL, L_,PL,PL,PL,
97 #undef C_ macro
/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp44 InlineAsmHelper(LLVMContext &C_, BasicBlock *BB_) : argument
45 C(C_), BB(BB_) {
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S92 #define C_ out26 define
325 mov C_ = AccumC
343 add AccumC = AccumC, C_
387 mov C_ = AccumC ; \
405 add AccumC = AccumC, C_ ; \
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp373 FX_FLOAT C_ = pBuf[2]; local
377 C_ = (FX_FLOAT)FXSYS_pow(C_, m_Gamma[2]);
381 X = m_Matrix[0] * A_ + m_Matrix[3] * B_ + m_Matrix[6] * C_;
382 Y = m_Matrix[1] * A_ + m_Matrix[4] * B_ + m_Matrix[7] * C_;
383 Z = m_Matrix[2] * A_ + m_Matrix[5] * B_ + m_Matrix[8] * C_;
387 Z = C_;

Completed in 1618 milliseconds