OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fpdecimal
(Results
1 - 1
of
1
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java
369
final String
fpdecimal
;
local
373
fpdecimal
= s.substring(0, p);
393
fpdecimal
= s;
397
if (
fpdecimal
.indexOf("-") != -1) {
407
if (
fpdecimal
.charAt(p) >= '1' &&
fpdecimal
.charAt(p) <= '9') {
411
if (decimalFound &&
fpdecimal
.charAt(p) == '0') {
415
if (
fpdecimal
.charAt(p) == '.') {
421
if (p ==
fpdecimal
.length()) {
434
if (p == (
fpdecimal
.length()))
[
all
...]
Completed in 645 milliseconds