Searched defs:pX (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_dest.cpp72 float* pX,
100 *pX = numX->GetNumber();
69 GetXYZ(bool* pHasX, bool* pHasY, bool* pHasZoom, float* pX, float* pY, float* pZoom) const argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DBicubicSplineInterpolatingFunction.java400 final double[] pX = {1, x, x2, x3};
406 return apply(pX, pY, a);
412 * @param pX Powers of the x-coordinate.
417 private double apply(double[] pX, double[] pY, double[][] coeff) { argument
421 result += coeff[i][j] * pX[i] * pY[j];
503 final double[] pX = {0, 1, x, x2};
509 return apply(pX, pY, aX);
516 final double[] pX = {1, x, x2, x3};
521 return apply(pX, pY, aY);
526 final double[] pX
[all...]
/external/webp/src/dsp/
H A Dlossless_enc_mips32.c139 // const uint32_t* pX = &X[4];
142 // while (pX != LoopEnd) {
143 // const uint32_t xy0 = *pX + *pY;
144 // const uint32_t xy1 = *(pX + 1) + *(pY + 1);
148 // pX += 2;
155 const uint32_t* pX = &X[4]; local
162 "beq %[pX], %[LoopEnd], 2f \n\t"
164 "lw %[temp0], 0(%[pX]) \n\t"
166 "lw %[temp2], 4(%[pX]) \n\t"
171 "addiu %[pX],
[all...]
/external/opencv/cv/src/
H A Dcvsnakes.cpp104 CvSepFilter pX, pY; local
146 pX.init_deriv( TILE_SIZE+2, CV_8UC1, CV_16SC1, 1, 0, 3 );
308 pX.process( &_src1, &_dx );
/external/mesa3d/src/amd/addrlib/core/
H A Daddrlib.cpp2312 UINT_32* pX, ///< [out] x coord
2454 *pX = macroX * (macroTilePitch/factor) + microX * MicroTileWidth;
2459 *pX/MicroTileWidth);
2737 UINT_32* pX, ///< [out] x coord
2746 *pX = static_cast<UINT_32>((linearOffset % sliceSize) % pitch);
2773 UINT_32* pX, ///< [out] x coord
2863 *pX = microTileCoordX + pixelCoordX;
2301 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const argument
2730 ComputeSurfaceCoordFromAddrLinear( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample ) const argument
2763 ComputeSurfaceCoordFromAddrMicroTiled( UINT_64 addr, UINT_32 bitPosition, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSamples, AddrTileMode tileMode, UINT_32 tileBase, UINT_32 compBits, UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, AddrTileType microTileType, BOOL_32 isDepthSampleOrder ) const argument
/external/mesa3d/src/amd/addrlib/r800/
H A Dsiaddrlib.cpp337 UINT_32* pX, ///< [out] x coordinate
365 *pX = Bits2Number(2, x4, x3);
373 *pX = Bits2Number(2, x4, x3);
381 *pX = Bits2Number(2, x4, x3);
390 *pX = Bits2Number(2, x4, x3);
402 *pX = Bits2Number(3, x5, x4, x3);
409 *pX = Bits2Number(2, x4, x3);
420 *pX = Bits2Number(2, x4, x3);
430 *pX = Bits2Number(2, x4, x3);
443 *pX
330 ComputeTileCoordFromPipeAndElemIdx( UINT_32 elemIdx, UINT_32 pipe, AddrPipeCfg pipeCfg, UINT_32 pitchInMacroTile, UINT_32 x, UINT_32 y, UINT_32* pX, UINT_32* pY ) const argument
952 HwlComputeXmaskCoordFromAddr( UINT_64 addr, UINT_32 bitPosition, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 factor, BOOL_32 isLinear, BOOL_32 isWidth8, BOOL_32 isHeight8, ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice ) const argument
1973 HwlComputeSurfaceCoord2DFromBankPipe( AddrTileMode tileMode, UINT_32* pX, UINT_32* pY, UINT_32 slice, UINT_32 bank, UINT_32 pipe, UINT_32 bankSwizzle, UINT_32 pipeSwizzle, UINT_32 tileSlices, BOOL_32 ignoreSE, ADDR_TILEINFO* pTileInfo ) const argument
[all...]
/external/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp685 const float pX = col + 0.5f; local
686 const SkPoint point = SkPoint::Make(pX, pY);
/external/zlib/src/contrib/minizip/
H A Dunzip.c237 uLong *pX));
241 uLong *pX)
255 *pX = x;
257 *pX = 0;
264 uLong *pX));
268 uLong *pX)
290 *pX = x;
292 *pX = 0;
299 ZPOS64_T *pX));
304 ZPOS64_T *pX)
239 unz64local_getShort(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX) argument
266 unz64local_getLong(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX) argument
302 unz64local_getLong64(const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX) argument
[all...]
H A Dzip.c371 local int zip64local_getShort OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX));
373 local int zip64local_getShort (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) argument
387 *pX = x;
389 *pX = 0;
393 local int zip64local_getLong OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX));
395 local int zip64local_getLong (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) argument
417 *pX = x;
419 *pX = 0;
423 local int zip64local_getLong64 OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX));
426 local int zip64local_getLong64 (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c19402 struct tm *pX; local
19407 pX = localtime(t);
19409 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0;
19411 if( pX ) *pTm = *pX;
19413 rc = pX==0;
23063 static int debugMutexHeld(sqlite3_mutex *pX){ argument
23064 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX;
23067 static int debugMutexNotheld(sqlite3_mutex *pX){ argument
23068 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX;
23114 debugMutexFree(sqlite3_mutex *pX) argument
23137 debugMutexEnter(sqlite3_mutex *pX) argument
23142 debugMutexTry(sqlite3_mutex *pX) argument
23155 debugMutexLeave(sqlite3_mutex *pX) argument
26653 Expr *pX = pExpr->pLeft; local
34529 unixShm *pX; /* For looping over all siblings */ local
41799 winShm *pX; /* For looping over all siblings */ local
45404 PgHdr1 *pX = (PgHdr1*)&zBulk[pCache->szPage]; local
63382 BtCursor *pX; /* Looping over other all cursors */ local
65385 fillInCell( MemPage *pPage, unsigned char *pCell, const BtreePayload *pX, int *pnSize ) argument
67263 sqlite3BtreeInsert( BtCursor *pCur, const BtreePayload *pX, int flags, int seekResult ) argument
70642 Mem *pX; local
81905 Btree *pX; local
85365 Mem *pX; local
93119 isCandidateForInOpt(Expr *pX) argument
93276 sqlite3FindInIndex( Parse *pParse, Expr *pX, u32 inFlags, int *prRhsHasNull, int *aiMap ) argument
95077 Expr *pX; /* The X expression */ local
95878 Expr *pX = sqlite3ExprSkipCollate(pE1->pLeft); local
120548 Select *pX; /* For looping over compound SELECTs in pSubq */ local
120709 Select *pX; local
121233 struct ExprList_item *pX = &pNew->a[pNew->nExpr-1]; local
127338 Expr *pX = pTerm->pExpr; local
127996 IdxExprTrans *pX = p->u.pIdxTrans; local
128257 Expr *pX; /* The expression that defines the start bound */ local
128302 Expr *pX; local
130730 Expr *pX; /* An expression being tested */ local
131276 Expr *pX = pTerm->pExpr; local
132420 whereLoopCheaperProperSubset( const WhereLoop *pX, const WhereLoop *pY ) argument
132712 WhereTerm *pTerm, *pX; local
134158 Expr *pX = pLoop->aLTerm[j]->pExpr; local
134388 WhereLoop **pX; /* Used to divy up the pSpace memory */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c19402 struct tm *pX; local
19407 pX = localtime(t);
19409 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0;
19411 if( pX ) *pTm = *pX;
19413 rc = pX==0;
23063 static int debugMutexHeld(sqlite3_mutex *pX){ argument
23064 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX;
23067 static int debugMutexNotheld(sqlite3_mutex *pX){ argument
23068 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX;
23114 debugMutexFree(sqlite3_mutex *pX) argument
23137 debugMutexEnter(sqlite3_mutex *pX) argument
23142 debugMutexTry(sqlite3_mutex *pX) argument
23155 debugMutexLeave(sqlite3_mutex *pX) argument
26653 Expr *pX = pExpr->pLeft; local
34529 unixShm *pX; /* For looping over all siblings */ local
41799 winShm *pX; /* For looping over all siblings */ local
45404 PgHdr1 *pX = (PgHdr1*)&zBulk[pCache->szPage]; local
63382 BtCursor *pX; /* Looping over other all cursors */ local
65385 fillInCell( MemPage *pPage, unsigned char *pCell, const BtreePayload *pX, int *pnSize ) argument
67263 sqlite3BtreeInsert( BtCursor *pCur, const BtreePayload *pX, int flags, int seekResult ) argument
70642 Mem *pX; local
81905 Btree *pX; local
85365 Mem *pX; local
93119 isCandidateForInOpt(Expr *pX) argument
93276 sqlite3FindInIndex( Parse *pParse, Expr *pX, u32 inFlags, int *prRhsHasNull, int *aiMap ) argument
95077 Expr *pX; /* The X expression */ local
95878 Expr *pX = sqlite3ExprSkipCollate(pE1->pLeft); local
120548 Select *pX; /* For looping over compound SELECTs in pSubq */ local
120709 Select *pX; local
121233 struct ExprList_item *pX = &pNew->a[pNew->nExpr-1]; local
127338 Expr *pX = pTerm->pExpr; local
127996 IdxExprTrans *pX = p->u.pIdxTrans; local
128257 Expr *pX; /* The expression that defines the start bound */ local
128302 Expr *pX; local
130730 Expr *pX; /* An expression being tested */ local
131276 Expr *pX = pTerm->pExpr; local
132420 whereLoopCheaperProperSubset( const WhereLoop *pX, const WhereLoop *pY ) argument
132712 WhereTerm *pTerm, *pX; local
134158 Expr *pX = pLoop->aLTerm[j]->pExpr; local
134388 WhereLoop **pX; /* Used to divy up the pSpace memory */ local
[all...]

Completed in 1175 milliseconds