Searched refs:exps (Results 1 – 3 of 3) sorted by relevance
298 String exp = null, exps[] = null; in expect() local310 exps = (String[]) expo; in expect()321 if (exps != null) { in expect()322 n = Math.max(n, exps.length); in expect()327 exps == null ? exp : exps[i]); in expect()
299 String exp = null, exps[] = null; in expect() local311 exps = (String[]) expo; in expect()322 if (exps != null) { in expect()323 n = Math.max(n, exps.length); in expect()328 exps == null ? exp : exps[i]); in expect()
1230 deUint32 exps = maxs == (1<<mBits) ? expp+1 : expp; in packRGB999E5() local1235 DE_ASSERT((exps & ~((1<<5)-1)) == 0); in packRGB999E5()1240 return rs | (gs << 9) | (bs << 18) | (exps << 27); in packRGB999E5()