Home
last modified time | relevance | path

Searched refs:pRes (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/test/std/numerics/numeric.ops/exclusive.scan/
Dexclusive_scan_init_op.pass.cpp51 const int pRes[] = {0, 1, 4, 9, 16}; in test() local
54 static_assert(sa == sizeof(pRes) / sizeof(pRes[0])); // just to be sure in test()
58 test(Iter(ia), Iter(ia + i), 0, std::plus<>(), pRes, pRes + i); in test()
Dexclusive_scan.pass.cpp50 const int pRes[] = {0, 1, 4, 9, 16}; in test() local
52 static_assert(sa == sizeof(pRes) / sizeof(pRes[0])); // just to be sure in test()
55 test(Iter(ia), Iter(ia + i), 0, pRes, pRes + i); in test()
/external/libcxx/test/std/numerics/numeric.ops/inclusive.scan/
Dinclusive_scan.pass.cpp50 const int pRes[] = {1, 4, 9, 16, 25}; in test() local
52 static_assert(sa == sizeof(pRes) / sizeof(pRes[0])); // just to be sure in test()
55 test(Iter(ia), Iter(ia + i), pRes, pRes + i); in test()
Dinclusive_scan_op.pass.cpp52 const int pRes[] = {1, 4, 9, 16, 25}; in test() local
55 static_assert(sa == sizeof(pRes) / sizeof(pRes[0])); // just to be sure in test()
59 test(Iter(ia), Iter(ia + i), std::plus<>(), pRes, pRes + i); in test()
Dinclusive_scan_op_init.pass.cpp51 const int pRes[] = {1, 4, 9, 16, 25}; in test() local
54 static_assert(sa == sizeof(pRes) / sizeof(pRes[0])); // just to be sure in test()
58 test(Iter(ia), Iter(ia + i), std::plus<>(), 0, pRes, pRes + i); in test()
/external/pdfium/fpdfsdk/
Dfpdf_flatten.cpp288 CPDF_Dictionary* pRes = pPageDict->GetDictFor("Resources"); in FPDFPage_Flatten() local
289 if (!pRes) in FPDFPage_Flatten()
290 pRes = pPageDict->SetNewFor<CPDF_Dictionary>("Resources"); in FPDFPage_Flatten()
297 CPDF_Dictionary* pPageXObject = pRes->GetDictFor("XObject"); in FPDFPage_Flatten()
299 pPageXObject = pRes->SetNewFor<CPDF_Dictionary>("XObject"); in FPDFPage_Flatten()
Dfpdf_transformpage.cpp163 CPDF_Dictionary* pRes = pPageDict->GetDictFor("Resources"); in FPDFPage_TransFormWithClip() local
164 if (pRes) { in FPDFPage_TransFormWithClip()
165 CPDF_Dictionary* pPattenDict = pRes->GetDictFor("Pattern"); in FPDFPage_TransFormWithClip()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVector.cpp336 void PVRTLinearEqSolve(VERTTYPE * const pRes, VERTTYPE ** const pSrc, const int nCnt) in PVRTLinearEqSolve() argument
344 pRes[0] = VERTTYPEDIV(pSrc[0][0], pSrc[0][1]); in PVRTLinearEqSolve()
386 PVRTLinearEqSolve(pRes, pSrc, nCnt - 1); in PVRTLinearEqSolve()
392 f -= VERTTYPEMUL(pSrc[nCnt-1][k], pRes[k-1]); in PVRTLinearEqSolve()
396 pRes[nCnt-1] = f; in PVRTLinearEqSolve()
DPVRTMatrixF.cpp774 float * const pRes, in PVRTMatrixLinearEqSolveF() argument
798 pRes[0] = pSrc[0][0] / pSrc[0][1]; in PVRTMatrixLinearEqSolveF()
840 PVRTMatrixLinearEqSolveF(pRes, pSrc, nCnt - 1); in PVRTMatrixLinearEqSolveF()
846 f -= pSrc[nCnt-1][k] * pRes[k-1]; in PVRTMatrixLinearEqSolveF()
850 pRes[nCnt-1] = f; in PVRTMatrixLinearEqSolveF()
861 fCnt += pSrc[nCnt-1][i] * pRes[i-1]; in PVRTMatrixLinearEqSolveF()
DPVRTMatrix.h774 float * const pRes,
789 int * const pRes,
DPVRTMatrixX.cpp802 int * const pRes, in PVRTMatrixLinearEqSolveX() argument
812 pRes[0] = PVRTXDIV(pSrc[0][0], pSrc[0][1]); in PVRTMatrixLinearEqSolveX()
854 PVRTMatrixLinearEqSolveX(pRes, pSrc, nCnt - 1); in PVRTMatrixLinearEqSolveX()
860 f -= PVRTXMUL(pSrc[nCnt-1][k], pRes[k-1]); in PVRTMatrixLinearEqSolveX()
864 pRes[nCnt-1] = f; in PVRTMatrixLinearEqSolveX()
DPVRTVector.h37 void PVRTLinearEqSolve(VERTTYPE * const pRes, VERTTYPE ** const pSrc, const int nCnt);
1662 VERTTYPE pRes[4]; in inverseEx() local
1678 PVRTLinearEqSolve(pRes, (VERTTYPE**)ppRows, 4); in inverseEx()
1682 out.f[i + 4 * j] = pRes[j]; in inverseEx()
/external/python/cpython3/PC/
Dwinreg.c19 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
/external/python/cpython2/PC/
D_winreg.c20 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
/external/sqlite/dist/orig/
Dsqlite3.c13536 int *pRes
13577 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
13578 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);
45545 sqlite3_pcache_page *pRes;
45563 pRes = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, pgno, eCreate);
45565 createFlag?" create":"",pRes));
45566 return pRes;
49074 static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){
49078 *pRes = sqlite3Get4byte(ac);
61198 int *pRes /* Write search results here */
[all …]
/external/sqlite/dist/
Dsqlite3.c13536 int *pRes
13577 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes);
13578 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes);
45545 sqlite3_pcache_page *pRes;
45563 pRes = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, pgno, eCreate);
45565 createFlag?" create":"",pRes));
45566 return pRes;
49074 static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){
49078 *pRes = sqlite3Get4byte(ac);
61198 int *pRes /* Write search results here */
[all …]