/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | BicubicSplineInterpolatingFunction.java | 400 final double[] pX = {1, x, x2, x3}; in value() local 406 return apply(pX, pY, a); in value() 417 private double apply(double[] pX, double[] pY, double[][] coeff) { in apply() argument 421 result += coeff[i][j] * pX[i] * pY[j]; in apply() 503 final double[] pX = {0, 1, x, x2}; in computePartialDerivatives() 509 return apply(pX, pY, aX); in computePartialDerivatives() 516 final double[] pX = {1, x, x2, x3}; in computePartialDerivatives() 521 return apply(pX, pY, aY); in computePartialDerivatives() 526 final double[] pX = {0, 0, 1, x}; in computePartialDerivatives() 532 return apply(pX, pY, aXX); in computePartialDerivatives() [all …]
|
D | TricubicSplineInterpolatingFunction.java | 462 final double[] pX = { 1, x, x2, x3 }; in value() local 476 result += a[i][j][k] * pX[i] * pY[j] * pZ[k]; in value()
|
/external/llvm-project/clang/test/Analysis/diagnostics/ |
D | no-store-func-path-notes.cpp | 101 C(int pX, int pY) : x(pX) {} // expected-note{{Returning without writing to 'this->y'}} in C() 103 C(int pX, int pY, bool Flag) { in C() 104 x = pX; in C()
|
/external/mesa3d/src/amd/addrlib/src/r800/ |
D | siaddrlib.cpp | 833 UINT_32* pX, ///< [out] x coordinate in ComputeTileCoordFromPipeAndElemIdx() argument 861 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 869 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 877 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 886 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 898 *pX = Bits2Number(3, x5, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 905 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 916 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 926 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 939 *pX = Bits2Number(3, x5, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() [all …]
|
D | egbaddrlib.h | 150 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, 198 AddrTileMode tileMode, UINT_32* pX, UINT_32* pY, UINT_32 slice, 375 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample) const; 396 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const; 405 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
|
D | siaddrlib.h | 130 ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice) const; 230 AddrTileMode tileMode, UINT_32* pX, UINT_32* pY, UINT_32 slice, 288 UINT_32 x, UINT_32 y, UINT_32* pX, UINT_32* pY) const;
|
D | egbaddrlib.cpp | 1987 UINT_32* pX, ///< [out] x coordinate in HwlComputePixelCoordFromOffset() argument 2153 *pX = x; in HwlComputePixelCoordFromOffset() 2190 UINT_32* pX = &pOut->x; in DispatchComputeSurfaceCoordFromAddr() local 2229 pX, in DispatchComputeSurfaceCoordFromAddr() 2245 pX, in DispatchComputeSurfaceCoordFromAddr() 2293 pX, in DispatchComputeSurfaceCoordFromAddr() 2331 UINT_32* pX, ///< [out] X coord in ComputeSurfaceCoordFromAddrMacroTiled() argument 2425 pX, in ComputeSurfaceCoordFromAddrMacroTiled() 2434 *pX += static_cast<UINT_32>(macroTileIndex % pitchInMacroTiles * macroWidth * MicroTileWidth); in ComputeSurfaceCoordFromAddrMacroTiled() 2444 *pX += mx; in ComputeSurfaceCoordFromAddrMacroTiled() [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | google-readability-casting.cpp | 10 void f(int a, double b, const char *cpc, const void *cpv, X *pX) { in f() argument 105 Y *pB = (Y*)pX; in f() 107 Y &rB = (Y&)*pX; in f()
|
D | google-readability-casting.mm | 13 void f(int a, double b, const char *cpc, const void *cpv, X *pX) { 59 Y *pB = (Y*)pX; 60 Y &rB = (Y&)*pX;
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_dest.cpp | 78 float* pX, in GetXYZ() argument 105 *pX = numX->GetNumber(); in GetXYZ()
|
D | cpdf_dest.h | 36 float* pX,
|
/external/ltp/testcases/kernel/security/filecaps/ |
D | README | 16 Where pX is capability set X for process p before exec, pX' is
|
/external/webp/src/dsp/ |
D | lossless_enc_mips32.c | 155 const uint32_t* pX = &X[4]; in ExtraCostCombined_MIPS32() local 181 [i]"=&r"(i), [pX]"+r"(pX), [pY]"+r"(pY) in ExtraCostCombined_MIPS32()
|
/external/libopus/silk/ |
D | VAD.c | 38 …const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies … 304 …const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies … in silk_VAD_GetNoiseLevels() 327 nrg = silk_ADD_POS_SAT32( pX[ k ], psSilk_VAD->NoiseLevelBias[ k ] ); in silk_VAD_GetNoiseLevels()
|
/external/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib1.h | 346 ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice) const; 399 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample) const; 405 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, 420 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample,
|
D | addrlib1.cpp | 2186 UINT_32* pX, ///< [out] x coord in HwlComputeXmaskCoordFromAddr() argument 2330 *pX = macroX * (macroTilePitch/factor) + microX * MicroTileWidth; in HwlComputeXmaskCoordFromAddr() 2335 *pX/MicroTileWidth); in HwlComputeXmaskCoordFromAddr() 2613 UINT_32* pX, ///< [out] x coord in ComputeSurfaceCoordFromAddrLinear() argument 2622 *pX = static_cast<UINT_32>((linearOffset % sliceSize) % pitch); in ComputeSurfaceCoordFromAddrLinear() 2649 UINT_32* pX, ///< [out] x coord in ComputeSurfaceCoordFromAddrMicroTiled() argument 2739 *pX = microTileCoordX + pixelCoordX; in ComputeSurfaceCoordFromAddrMicroTiled()
|
/external/zlib/contrib/minizip/ |
D | unzip.c | 233 uLong *pX)); 237 uLong *pX) in unz64local_getShort() argument 251 *pX = x; in unz64local_getShort() 253 *pX = 0; in unz64local_getShort() 260 uLong *pX)); 264 uLong *pX) in unz64local_getLong() argument 286 *pX = x; in unz64local_getLong() 288 *pX = 0; in unz64local_getLong() 295 ZPOS64_T *pX)); 300 ZPOS64_T *pX) in unz64local_getLong64() argument [all …]
|
D | zip.c | 371 …ocal_getShort OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX)); 373 …ip64local_getShort (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) in zip64local_getShort() argument 387 *pX = x; in zip64local_getShort() 389 *pX = 0; in zip64local_getShort() 393 …local_getLong OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX)); 395 …zip64local_getLong (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) in zip64local_getLong() argument 417 *pX = x; in zip64local_getLong() 419 *pX = 0; in zip64local_getLong() 423 …_getLong64 OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX)); 426 …local_getLong64 (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX) in zip64local_getLong64() argument [all …]
|
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
D | unzip.c | 237 uLong *pX)); 241 uLong *pX) in unz64local_getShort() argument 255 *pX = x; in unz64local_getShort() 257 *pX = 0; in unz64local_getShort() 264 uLong *pX)); 268 uLong *pX) in unz64local_getLong() argument 290 *pX = x; in unz64local_getLong() 292 *pX = 0; in unz64local_getLong() 299 ZPOS64_T *pX)); 304 ZPOS64_T *pX) in unz64local_getLong64() argument [all …]
|
D | zip.c | 371 …ocal_getShort OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX)); 373 …ip64local_getShort (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) in zip64local_getShort() argument 387 *pX = x; in zip64local_getShort() 389 *pX = 0; in zip64local_getShort() 393 …local_getLong OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong *pX)); 395 …zip64local_getLong (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, uLong* pX) in zip64local_getLong() argument 417 *pX = x; in zip64local_getLong() 419 *pX = 0; in zip64local_getLong() 423 …_getLong64 OF((const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX)); 426 …local_getLong64 (const zlib_filefunc64_32_def* pzlib_filefunc_def, voidpf filestream, ZPOS64_T *pX) in zip64local_getLong64() argument [all …]
|
/external/aac/libAACdec/src/ |
D | usacdec_lpd.cpp | 443 FIXP_DBL *pX = &x[i]; in CLpd_AdaptLowFreqDeemph() local 447 FIXP_DBL x0 = *pX++; in CLpd_AdaptLowFreqDeemph() 448 FIXP_DBL x1 = *pX++; in CLpd_AdaptLowFreqDeemph() 494 FIXP_DBL *pX = &x[i]; in CLpd_AdaptLowFreqDeemph() local 498 FIXP_DBL x0 = pX[0]; in CLpd_AdaptLowFreqDeemph() 499 FIXP_DBL x1 = pX[1]; in CLpd_AdaptLowFreqDeemph() 504 *pX++ = x0; in CLpd_AdaptLowFreqDeemph() 505 *pX++ = x1; in CLpd_AdaptLowFreqDeemph()
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 6833 BtCursor *pX; 6874 for(pX=pBt->pCursor; pX; pX=pX->pNext){ 6875 if( pX->pgnoRoot==(Pgno)iTable ){ 6876 pX->curFlags |= 0x20; 8351 const BtreePayload *pX, 8375 nPayload = pX->nData + pX->nZero; 8376 pSrc = pX->pData; 8377 nSrc = pX->nData; 8380 nHeader += sqlite3PutVarint(&pCell[nHeader], *(u64*)&pX->nKey); 8382 assert( pX->nKey<=0x7fffffff && pX->pKey!=0 ); [all …]
|
/external/libopus/silk/x86/ |
D | main_sse.h | 222 …const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies …
|
/external/skia/gm/ |
D | compositor_quads.cpp | 92 double pX = (double) p1.fX - (double) p0.fX; in intersect_line_segments() local 108 double lNumerator = plX * pY - plY * pX; in intersect_line_segments() 109 double lDenom = lX * pY - lY * pX; in intersect_line_segments()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 22230 struct tm *pX; in osLocaltime() local 22235 pX = localtime(t); in osLocaltime() 22237 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0; in osLocaltime() 22239 if( pX ) *pTm = *pX; in osLocaltime() 22241 rc = pX==0; in osLocaltime() 26099 static int debugMutexHeld(sqlite3_mutex *pX){ in debugMutexHeld() argument 26100 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexHeld() 26103 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() argument 26104 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexNotheld() 26150 static void debugMutexFree(sqlite3_mutex *pX){ in debugMutexFree() argument [all …]
|