Searched refs:exps (Results 1 – 4 of 4) 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()
296 String exp = null, exps[] = null; in expect() local308 exps = (String[]) expo; in expect()319 if (exps != null) { in expect()320 n = Math.max(n, exps.length); in expect()325 exps == null ? exp : exps[i]); in expect()
73 var exps = csrequire(str);74 for (var i in exps) {75 global[i] = exps[i];
1220 deUint32 exps = maxs == (1<<mBits) ? expp+1 : expp; in packRGB999E5() local1225 DE_ASSERT((exps & ~((1<<5)-1)) == 0); in packRGB999E5()1230 return rs | (gs << 9) | (bs << 18) | (exps << 27); in packRGB999E5()