Searched refs:Ix (Results 1 - 4 of 4) sorted by relevance
/external/opencv/cv/src/ |
H A D | cvlkpyramid.cpp | 461 float* Ix = _Ix[threadIdx]; local 500 icvCalcIxIy_32f( patchI, isz.width*sizeof(patchI[0]), Ix, Iy, 539 const float* ix = Ix + 541 const float* iy = Iy + (ix - Ix); 559 const float* ix = Ix + 561 const float* iy = Iy + (ix - Ix); 691 float *Ix; local 779 Ix = patchJ + patchLen; 780 Iy = Ix + patchLen; 844 icvCalcIxIy_32f( patchI, srcPatchStep, Ix, I [all...] |
/external/icu4c/common/ |
H A D | ucnv_lmb.c | 672 ulmbcs_byte_t Ix; local 675 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++) 677 if (extraInfo->OptGrpConverter[Ix] != NULL) 678 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]);
|
/external/freetype/src/raster/ |
H A D | ftraster.c | 1073 Long Ix, Rx, Ax; local 1144 Ix = SMulDiv( ras.precision, Dx, Dy); 1150 Ix = SMulDiv( ras.precision, -Dx, Dy) * -1; 1162 x1 += Ix;
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 3319 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, local 3321 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
|
Completed in 161 milliseconds