HomeSort by relevance Sort by last modified time
    Searched refs:StringFloatRep (Results 1 - 2 of 2) sorted by null

  /external/crcalc/src/com/hp/creals/
StringFloatRep.java 40 public class StringFloatRep {
41 StringFloatRep(int s, String m, int r, int e) {
CR.java 653 public StringFloatRep toStringFloatRep(int n, int radix, int m) {
665 return new StringFloatRep(0, "0", radix, 0);
692 return new StringFloatRep(sign, scaled_string, radix, exponent);
    [all...]

Completed in 72 milliseconds