Package com.dslplatform.json
Class Grisu3.FastDtoa
java.lang.Object
com.dslplatform.json.Grisu3.FastDtoa
- Enclosing class:
Grisu3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static longbiggestPowerTen(int number, int number_bits) (package private) static booleandigitGen(Grisu3.FastDtoaBuilder buffer, int mk) (package private) static booleanroundWeed(Grisu3.FastDtoaBuilder buffer, long distance_too_high_w, long unsafe_interval, long rest, long ten_kappa, long unit)
-
Field Details
-
kTen4
static final int kTen4- See Also:
-
kTen5
static final int kTen5- See Also:
-
kTen6
static final int kTen6- See Also:
-
kTen7
static final int kTen7- See Also:
-
kTen8
static final int kTen8- See Also:
-
kTen9
static final int kTen9- See Also:
-
-
Constructor Details
-
FastDtoa
FastDtoa()
-
-
Method Details
-
roundWeed
static boolean roundWeed(Grisu3.FastDtoaBuilder buffer, long distance_too_high_w, long unsafe_interval, long rest, long ten_kappa, long unit) -
biggestPowerTen
static long biggestPowerTen(int number, int number_bits) -
digitGen
-