HomeSort by relevance Sort by last modified time
    Searched refs:pX (Results 1 - 25 of 41) sorted by null

1 2

  /frameworks/compile/mclinker/include/mcld/Support/
RealPath.h 56 bool operator()(const mcld::sys::fs::RealPath& pX,
58 if (pX.native().size() < pY.native().size())
60 return (pX.native() < pY.native());
Path.h 161 bool operator()(const mcld::sys::fs::Path& pX,
163 if (pX.generic_string().size() < pY.generic_string().size())
165 return (pX.generic_string() < pY.generic_string());
  /frameworks/compile/mclinker/include/mcld/ADT/
StringEntry.h 47 bool compare(const llvm::StringRef& pX) { return key().equals(pX); }
49 bool compare(const llvm::StringRef& pX) const { return key().equals(pX); }
90 bool compare(const llvm::StringRef pX) { return key().equals(pX); }
92 bool compare(const llvm::StringRef pX) const { return key().equals(pX); }
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
inter_36.cpp 105 pX = pointer to input vector of type Word16
195 Word16 *pX, /* i : input vector */
221 pX--;
224 pX1 = &pX[0];
225 pX2 = &pX[1];
  /external/pdfium/core/fpdfdoc/
cpdf_dest.h 38 float* pX,
cpdf_dest.cpp 92 float* pX,
120 *pX = numX->GetNumber();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
BicubicSplineInterpolatingFunction.java 400 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) {
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 = {0, 0, 1, x}
    [all...]
TricubicSplineInterpolatingFunction.java 462 final double[] pX = { 1, x, x2, x3 };
476 result += a[i][j][k] * pX[i] * pY[j] * pZ[k];
  /external/mesa3d/src/amd/addrlib/r800/
siaddrlib.cpp 337 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 = Bits2Number(3, x5, x4, x3)
    [all...]
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;
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;
egbaddrlib.cpp     [all...]
  /frameworks/compile/mclinker/lib/LD/
EhFrameHdr.cpp 29 bool EntryCompare(const Entry& pX, const Entry& pY) {
30 return (pX.first < pY.first);
  /external/libopus/silk/
VAD.c 38 const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies */
305 const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies */
326 nrg = silk_ADD_POS_SAT32( pX[ k ], psSilk_VAD->NoiseLevelBias[ k ] );
  /external/webp/src/dsp/
lossless_enc_mips32.c 139 // 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];
162 "beq %[pX], %[LoopEnd], 2f \n\t"
164 "lw %[temp0], 0(%[pX]) \n\t"
166 "lw %[temp2], 4(%[pX]) \n\t"
171 "addiu %[pX], %[pX], 8 \n\t
    [all...]
  /external/opencv/cv/src/
cvsnakes.cpp 104 CvSepFilter pX, pY;
146 pX.init_deriv( TILE_SIZE+2, CV_8UC1, CV_16SC1, 1, 0, 3 );
308 pX.process( &_src1, &_dx );
  /external/zlib/src/contrib/minizip/
unzip.c 237 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)
    [all...]
zip.c 371 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)
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)
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)
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
unzip.c 237 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)
    [all...]
zip.c 371 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)
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)
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)
    [all...]
  /external/mesa3d/src/amd/addrlib/core/
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,
  /external/aac/libAACdec/src/
usacdec_lpd.cpp 431 FIXP_DBL *pX = &x[i];
435 FIXP_DBL x0 = *pX++;
436 FIXP_DBL x1 = *pX++;
482 FIXP_DBL *pX = &x[i];
486 FIXP_DBL x0 = pX[0];
487 FIXP_DBL x1 = pX[1];
492 *pX++ = x0;
493 *pX++ = x1;
    [all...]
  /external/libopus/silk/x86/
main_sse.h 222 const opus_int32 pX[ VAD_N_BANDS ], /* I subband energies */
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 91 bool dynSymOrderCompare(const LDSymbol* pX, const LDSymbol* pY) const;
MipsGOT.cpp 149 bool MipsGOT::dynSymOrderCompare(const LDSymbol* pX, const LDSymbol* pY) const {
150 SymbolOrderMapType::const_iterator itX = m_SymbolOrderMap.find(pX);

Completed in 391 milliseconds

1 2