Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

int Impala::Core::Array::Pattern::PxGridIndexY ( int  cpu  )  [inline]

Definition at line 348 of file PxPartition.h.

References _xCPUs, and _yCPUs.

Referenced by PxIsBottomCPU(), PxIsTopCPU(), PxLclHeight(), PxLclStartY(), and PxLineRange().

00349 {
00350     return ((cpu / _xCPUs) % _yCPUs);
00351 }


Generated on Thu Jan 13 09:17:57 2011 for ImpalaSrc by  doxygen 1.5.1