/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 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()
|
D | exclusive_scan.pass.cpp | 50 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/ |
D | inclusive_scan.pass.cpp | 50 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()
|
D | inclusive_scan_op.pass.cpp | 52 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()
|
D | inclusive_scan_op_init.pass.cpp | 51 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/ |
D | fpdf_flatten.cpp | 289 CPDF_Dictionary* pRes = in FPDFPage_Flatten() local 291 if (!pRes) { in FPDFPage_Flatten() 292 pRes = in FPDFPage_Flatten() 299 CPDF_Dictionary* pPageXObject = pRes->GetDictFor("XObject"); in FPDFPage_Flatten() 301 pPageXObject = pRes->SetNewFor<CPDF_Dictionary>("XObject"); in FPDFPage_Flatten()
|
D | fpdf_ppo.cpp | 717 CPDF_Dictionary* pRes = in FinishPage() local 719 if (!pRes) { in FinishPage() 720 pRes = pDestPageDict->SetNewFor<CPDF_Dictionary>( in FinishPage() 724 CPDF_Dictionary* pPageXObject = pRes->GetDictFor("XObject"); in FinishPage() 726 pPageXObject = pRes->SetNewFor<CPDF_Dictionary>("XObject"); in FinishPage()
|
D | fpdf_transformpage.cpp | 257 CPDF_Dictionary* pRes = in FPDFPage_TransFormWithClip() local 259 if (!pRes) in FPDFPage_TransFormWithClip() 262 CPDF_Dictionary* pPatternDict = pRes->GetDictFor("Pattern"); in FPDFPage_TransFormWithClip()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTVector.cpp | 336 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()
|
D | PVRTMatrixF.cpp | 774 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()
|
D | PVRTMatrix.h | 774 float * const pRes, 789 int * const pRes,
|
D | PVRTMatrixX.cpp | 802 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()
|
D | PVRTVector.h | 37 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/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.h | 54 void SetFormResource(const CPDF_Dictionary* pRes) { in SetFormResource() argument 55 m_pFormResource.Reset(pRes); in SetFormResource()
|
/external/python/cpython3/PC/ |
D | winreg.c | 20 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
|
/external/python/cpython2/PC/ |
D | _winreg.c | 20 static BOOL PyHKEY_AsHKEY(PyObject *ob, HKEY *pRes, BOOL bNoneOK);
|
/external/sqlite/dist/ |
D | sqlite3.c | 14525 int *pRes 14581 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes); 14582 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes); 48151 sqlite3_pcache_page *pRes; 48169 pRes = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, pgno, eCreate); 48171 createFlag?" create":"",pRes)); 48172 return pRes; 51730 static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){ 51734 *pRes = sqlite3Get4byte(ac); 64014 int *pRes /* Write search results here */ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 14525 int *pRes 14581 SQLITE_PRIVATE int sqlite3BtreeFirst(BtCursor*, int *pRes); 14582 SQLITE_PRIVATE int sqlite3BtreeLast(BtCursor*, int *pRes); 48135 sqlite3_pcache_page *pRes; 48153 pRes = sqlite3GlobalConfig.pcache2.xFetch(pCache->pCache, pgno, eCreate); 48155 createFlag?" create":"",pRes)); 48156 return pRes; 51714 static int read32bits(sqlite3_file *fd, i64 offset, u32 *pRes){ 51718 *pRes = sqlite3Get4byte(ac); 63998 int *pRes /* Write search results here */ [all …]
|