Searched refs:exps (Results 1 – 3 of 3) sorted by relevance
292 String exp = null, exps[] = null; in expect() local304 exps = (String[]) expo; in expect()315 if (exps != null) { in expect()316 n = Math.max(n, exps.length); in expect()321 exps == null ? exp : exps[i]); in expect()
73 var exps = csrequire(str);74 for (var i in exps) {75 global[i] = exps[i];
1018 deUint32 exps = maxs == (1<<mBits) ? expp+1 : expp; in packRGB999E5() local1023 DE_ASSERT((exps & ~((1<<5)-1)) == 0); in packRGB999E5()1028 return rs | (gs << 9) | (bs << 18) | (exps << 27); in packRGB999E5()