Home
last modified time | relevance | path

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

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