Searched defs:pRes (Results 1 – 11 of 11) sorted by relevance
/external/libcxx/test/std/numerics/numeric.ops/exclusive.scan/ |
D | exclusive_scan_init_op.pass.cpp | 51 const int pRes[] = {0, 1, 4, 9, 16}; in test() local
|
D | exclusive_scan.pass.cpp | 50 const int pRes[] = {0, 1, 4, 9, 16}; in test() local
|
/external/libcxx/test/std/numerics/numeric.ops/inclusive.scan/ |
D | inclusive_scan.pass.cpp | 50 const int pRes[] = {1, 4, 9, 16, 25}; in test() local
|
D | inclusive_scan_op.pass.cpp | 52 const int pRes[] = {1, 4, 9, 16, 25}; in test() local
|
D | inclusive_scan_op_init.pass.cpp | 51 const int pRes[] = {1, 4, 9, 16, 25}; in test() local
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTVector.cpp | 336 void PVRTLinearEqSolve(VERTTYPE * const pRes, VERTTYPE ** const pSrc, const int nCnt) in PVRTLinearEqSolve()
|
D | PVRTMatrixF.cpp | 774 float * const pRes, in PVRTMatrixLinearEqSolveF()
|
D | PVRTMatrixX.cpp | 802 int * const pRes, in PVRTMatrixLinearEqSolveX()
|
D | PVRTVector.h | 1662 VERTTYPE pRes[4]; in inverseEx() local
|
/external/pdfium/fpdfsdk/ |
D | fpdf_transformpage.cpp | 163 CPDF_Dictionary* pRes = pPageDict->GetDictFor("Resources"); in FPDFPage_TransFormWithClip() local
|
D | fpdf_flatten.cpp | 288 CPDF_Dictionary* pRes = pPageDict->GetDictFor("Resources"); in FPDFPage_Flatten() local
|