Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java369 final String fpdecimal; in Dfp() local
373 fpdecimal = s.substring(0, p); in Dfp()
393 fpdecimal = s; in Dfp()
397 if (fpdecimal.indexOf("-") != -1) { in Dfp()
407 if (fpdecimal.charAt(p) >= '1' && fpdecimal.charAt(p) <= '9') { in Dfp()
411 if (decimalFound && fpdecimal.charAt(p) == '0') { in Dfp()
415 if (fpdecimal.charAt(p) == '.') { in Dfp()
421 if (p == fpdecimal.length()) { in Dfp()
434 if (p == (fpdecimal.length())) { in Dfp()
443 if (fpdecimal.charAt(p) == '.') { in Dfp()
[all …]