Home | History | Annotate | Download | only in common

Lines Matching defs:exps

402 	deUint32	exps	= maxs == (1<<mBits) ? expp+1 : expp;
407 DE_ASSERT((exps & ~((1<<5)-1)) == 0);
412 return rs | (gs << 9) | (bs << 18) | (exps << 27);