Searched refs:shift (Results 1 – 8 of 8) sorted by relevance
98 shift100 shift104 shift107 shift111 shift113 shift118 shift123 shift130 shift137 shift[all …]
44 shift
26 shift
67 shift
216 #define NN_RESULT_H_MAKE_MASK(size, shift) (((~0u) >> (32 - (size))) << (shift)) argument435 u32 GetCodeBits(u32 mask, s32 shift) const in GetCodeBits() argument437 return ((m_Code & mask) >> shift); in GetCodeBits()
29 #define NN_RESULT_H_MAKE_MASK(size, shift) (((~0u) >> (32 - (size))) << (shift)) argument
219 u32 shift; in ConvertFP32ToSmallFP() local223 shift = fp32Bias - (bias - 1) - fp32Exp; in ConvertFP32ToSmallFP()226 if (shift > (fp32MantBits + 1)) in ConvertFP32ToSmallFP()234 fp32Mant = fp32Mant >> shift; in ConvertFP32ToSmallFP()
372 int shift = 0; in LoadDDS_RGB8888() local376 shift += 8; in LoadDDS_RGB8888()379 pARGB8888Struct->nRShift = shift; in LoadDDS_RGB8888()381 shift = 0; in LoadDDS_RGB8888()385 shift += 8; in LoadDDS_RGB8888()388 pARGB8888Struct->nGShift = shift; in LoadDDS_RGB8888()390 shift = 0; in LoadDDS_RGB8888()394 shift += 8; in LoadDDS_RGB8888()397 pARGB8888Struct->nBShift = shift; in LoadDDS_RGB8888()