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

/external/aac/libFDK/src/
H A DFDK_hybrid.cpp120 #define HTC(a) (FX_DBL2FXCONST_SGL(a)) /* Cast to SGL */ macro
125 #define HTC(a) ((FIXP_DBL)(LONG)(a)) /* Cast to DBL */ macro
129 #define HTCP(real,imag) { { HTC(real), HTC(imag) } } /* How to arrange the packed values. */
/external/clang/tools/libclang/
H A DCXComment.cpp180 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); local
181 if (!HTC)
184 return cxstring::createRef(HTC->getTagName());
858 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC); local
859 if (!HTC)
864 Converter.visit(HTC);

Completed in 244 milliseconds