/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/mesa3d/src/amd/addrlib/r800/ |
D | siaddrlib.cpp | 337 UINT_32* pX, ///< [out] x coordinate in ComputeTileCoordFromPipeAndElemIdx() argument 365 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 373 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 381 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 390 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 402 *pX = Bits2Number(3, x5, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 409 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 420 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 430 *pX = Bits2Number(2, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() 443 *pX = Bits2Number(3, x5, x4, x3); in ComputeTileCoordFromPipeAndElemIdx() [all …]
|
D | egbaddrlib.h | 146 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, 194 AddrTileMode tileMode, UINT_32* pX, UINT_32* pY, UINT_32 slice, 360 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample) const; 381 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const; 390 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, UINT_32* pPlane) const;
|
D | siaddrlib.h | 107 ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice) const; 195 AddrTileMode tileMode, UINT_32* pX, UINT_32* pY, UINT_32 slice, 233 UINT_32 x, UINT_32 y, UINT_32* pX, UINT_32* pY) const;
|
D | egbaddrlib.cpp | 1825 UINT_32* pX, ///< [out] x coordinate in HwlComputePixelCoordFromOffset() argument 1991 *pX = x; in HwlComputePixelCoordFromOffset() 2028 UINT_32* pX = &pOut->x; in DispatchComputeSurfaceCoordFromAddr() local 2067 pX, in DispatchComputeSurfaceCoordFromAddr() 2083 pX, in DispatchComputeSurfaceCoordFromAddr() 2131 pX, in DispatchComputeSurfaceCoordFromAddr() 2169 UINT_32* pX, ///< [out] X coord in ComputeSurfaceCoordFromAddrMacroTiled() argument 2263 pX, in ComputeSurfaceCoordFromAddrMacroTiled() 2272 *pX += static_cast<UINT_32>(macroTileIndex % pitchInMacroTiles * macroWidth * MicroTileWidth); in ComputeSurfaceCoordFromAddrMacroTiled() 2282 *pX += mx; in ComputeSurfaceCoordFromAddrMacroTiled() [all …]
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_dest.cpp | 72 float* pX, in GetXYZ() argument 100 *pX = numX->GetNumber(); in GetXYZ()
|
D | cpdf_dest.h | 31 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/libopus/silk/ |
D | VAD.c | 38 …const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies … 305 …const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies … in silk_VAD_GetNoiseLevels() 326 nrg = silk_ADD_POS_SAT32( pX[ k ], psSilk_VAD->NoiseLevelBias[ k ] ); in silk_VAD_GetNoiseLevels()
|
/external/webp/src/dsp/ |
D | lossless_enc_mips32.c | 155 const uint32_t* pX = &X[4]; in ExtraCostCombined() local 181 [i]"=&r"(i), [pX]"+r"(pX), [pY]"+r"(pY) in ExtraCostCombined()
|
/external/zlib/src/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/mesa3d/src/amd/addrlib/core/ |
D | addrlib.h | 456 ADDR_TILEINFO* pTileInfo, UINT_32* pX, UINT_32* pY, UINT_32* pSlice) const; 502 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample) const; 508 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample, 519 UINT_32* pX, UINT_32* pY, UINT_32* pSlice, UINT_32* pSample,
|
D | addrlib.cpp | 2312 UINT_32* pX, ///< [out] x coord in HwlComputeXmaskCoordFromAddr() argument 2454 *pX = macroX * (macroTilePitch/factor) + microX * MicroTileWidth; in HwlComputeXmaskCoordFromAddr() 2459 *pX/MicroTileWidth); in HwlComputeXmaskCoordFromAddr() 2737 UINT_32* pX, ///< [out] x coord in ComputeSurfaceCoordFromAddrLinear() argument 2746 *pX = static_cast<UINT_32>((linearOffset % sliceSize) % pitch); in ComputeSurfaceCoordFromAddrLinear() 2773 UINT_32* pX, ///< [out] x coord in ComputeSurfaceCoordFromAddrMicroTiled() argument 2863 *pX = microTileCoordX + pixelCoordX; in ComputeSurfaceCoordFromAddrMicroTiled()
|
/external/libopus/silk/x86/ |
D | main_sse.h | 218 …const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies …
|
/external/skia/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 685 const float pX = col + 0.5f; in calculate_distance_field_data() local 686 const SkPoint point = SkPoint::Make(pX, pY); in calculate_distance_field_data()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 19406 struct tm *pX; in osLocaltime() local 19411 pX = localtime(t); in osLocaltime() 19413 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0; in osLocaltime() 19415 if( pX ) *pTm = *pX; in osLocaltime() 19417 rc = pX==0; in osLocaltime() 23067 static int debugMutexHeld(sqlite3_mutex *pX){ in debugMutexHeld() argument 23068 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexHeld() 23071 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() argument 23072 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexNotheld() 23118 static void debugMutexFree(sqlite3_mutex *pX){ in debugMutexFree() argument [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 19406 struct tm *pX; in osLocaltime() local 19411 pX = localtime(t); in osLocaltime() 19413 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0; in osLocaltime() 19415 if( pX ) *pTm = *pX; in osLocaltime() 19417 rc = pX==0; in osLocaltime() 23067 static int debugMutexHeld(sqlite3_mutex *pX){ in debugMutexHeld() argument 23068 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexHeld() 23071 static int debugMutexNotheld(sqlite3_mutex *pX){ in debugMutexNotheld() argument 23072 sqlite3_debug_mutex *p = (sqlite3_debug_mutex*)pX; in debugMutexNotheld() 23118 static void debugMutexFree(sqlite3_mutex *pX){ in debugMutexFree() argument [all …]
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_kdt_posp.pkb | 27 `����DG4�ر���G�X���gRh\ (_c�)YD�,Y�+}pX�Y��^`�.0��QEC,7�YJYjY�Y�Z~Z�<�8�{�Y3�Z���-T…
|
/external/libnl/doc/ |
D | route.txt | 1842 | | UNSPEC | TC_H_ROOT | 0:pY | pX:pY 1849 qdisc =:: pX:0 1850 class =:: pX:0 1857 qdisc =:: pX:0 1858 class =:: pX:hY 1864 if pX != hX
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_kdt_posd.pkb | 20 …�K3���(�4�6�TY3Qg&Ф��N�v���@9���`�,�,��WC��0.E�*��D�ʢ�}�p�sOw����9�pX
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Emboss.miff | 72 �>�u��pX�0'�4v�,Y�t@��Hy[�"����������������7d�[0�7wt<swCaqY �������l�O
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_g2p.pkb | 563 MCT�z�8pX��)���6G�p�
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_gray_msb_08bit_mat.miff | 41 …JG@<.��X��T��O��G��J��J}�8��`��V��N��P��Y�ʃ�Ɂ��b��z����d��V�u=�2%�1%�7'�pX�İ�ο�[F�-#�,$�-"�/#�0…
|