Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java807 final double tempC = tempB + tempA; in exp() local
810 result = tempC*extra*z + tempC*extra + tempC*z + tempB + tempA; in exp()
812 result = tempC*z + tempB + tempA; in exp()
818 hiPrec[1] = tempC*extra*z + tempC*extra + tempC*z + tempB; in exp()