Home
last modified time | relevance | path

Searched refs:mostSig (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dvisibledigits.cpp95 int32_t mostSig = fInterval.getMostSignificantExclusive(); in computeAbsDoubleValue() local
97 int32_t end = mostSig > mostSigNonZero ? mostSigNonZero : mostSig; in computeAbsDoubleValue()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTDecompress.cpp785 unsigned int mostSig = modBlock<<1; in modifyPixel() local
788 pixelMod = mod[modTable][((modBlock>>(index+24))&0x1)+((mostSig>>(index+8))&0x2)]; in modifyPixel()
790 pixelMod = mod[modTable][((modBlock>>(index+8))&0x1)+((mostSig>>(index-8))&0x2)]; in modifyPixel()