Searched defs:_PP (Results 1 - 3 of 3) sorted by relevance
/external/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 45 DependencyGraphCallback(const Preprocessor *_PP, StringRef OutputFile, argument 47 : PP(_PP), OutputFile(OutputFile.str()), SysRoot(SysRoot.str()) { }
|
H A D | DependencyFile.cpp | 159 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) argument 160 : PP(_PP), OutputFile(Opts.OutputFile), Targets(Opts.Targets),
|
/external/opencv/cv/src/ |
H A D | cvundistort.cpp | 418 CvMat _P3x3, _PP=cvMat(3, 3, CV_64F, PP); local 420 cvConvert( cvGetCols(_P, &_P3x3, 0, 3), &_PP ); local 421 cvMatMul( &_PP, &_RR, &_RR );
|
Completed in 81 milliseconds