Searched refs:thisE (Results 1 - 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DAbstractRealVector.java731 Entry thisE = null;
732 while (thisIt.hasNext() && (thisE = thisIt.next()) != null) {
736 product.setEntry(thisE.getIndex(), otherE.getIndex(),
737 thisE.getValue() * otherE.getValue());
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3baserecognizer.c200 pANTLR3_EXCEPTION thisE; local
216 thisE = recognizer->state->exception;
217 if (thisE != NULL)
219 thisE->freeEx(thisE);

Completed in 86 milliseconds