Searched refs:tset (Results 1 – 3 of 3) sorted by relevance
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | LL1Analyzer.java | 233 LookaheadSet tset = null; in _FIRST() local 236 tset = FIRSTCache.get((NFAState)transition0.target); in _FIRST() 240 if ( tset==null ) { in _FIRST() 241 tset = _FIRST((NFAState)transition0.target, chaseFollowTransitions); in _FIRST() 244 FIRSTCache.put((NFAState)transition0.target, tset); in _FIRST() local 248 … LookaheadSet tsetCached = tset; // tset is stored in cache. We can't return the same instance in _FIRST() 251 if ( grammar.type!=Grammar.LEXER && tset.member(Label.EOR_TOKEN_TYPE) ) { in _FIRST() 264 fset.orInPlace(tset); // tset cached; or into new set in _FIRST() 266 tset = fset; in _FIRST() 274 tset1.orInPlace(tset); in _FIRST() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 5272 decContext aset, tset, dset; /* working contexts */ in decExpOp() local 5457 uprv_decContextDefault(&tset, DEC_INIT_DECIMAL64); in decExpOp() 5458 dset=tset; in decExpOp() 5462 tset.digits=p; in decExpOp() 5463 tset.emin=DEC_MIN_EMIN; /* [emax is plenty] */ in decExpOp() 5474 decMultiplyOp(t, t, x, &tset, &ignore); /* t=t*x */ in decExpOp() 5475 decDivideOp(t, t, d, &tset, DIVIDE, &ignore); /* t=t/d */ in decExpOp()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStrUtilImpl.inl | 3750 s << "\tset = " << value.set << '\n';
|