Home
last modified time | relevance | path

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

/packages/apps/Calculator/src/com/android/calculator2/
DLogic.java288 String exponent = null; in tryFormattingWithPrecision() local
294 exponent = result.substring(e + 1); in tryFormattingWithPrecision()
295 if (exponent.startsWith("+")) { in tryFormattingWithPrecision()
296 exponent = exponent.substring(1); in tryFormattingWithPrecision()
298 exponent = String.valueOf(Integer.parseInt(exponent)); in tryFormattingWithPrecision()
317 if (exponent != null) { in tryFormattingWithPrecision()
318 result = mantissa + 'e' + exponent; in tryFormattingWithPrecision()
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLStub.java743 int[] exponent, in glQueryMatrixxOES() argument
749 java.nio.IntBuffer exponent in glQueryMatrixxOES() argument