Home
last modified time | relevance | path

Searched refs:tempC (Results 1 – 3 of 3) 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()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dwebcomponents-lite.js307 var tempC = percentEscape(cp);
308 null !== this._password ? this._password += tempC : this._username += tempC;
Dwebcomponents.js5200 var tempC = percentEscape(cp);
5201 null !== this._password ? this._password += tempC : this._username += tempC;