OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
633
public
StringFloatRep
toStringFloatRep(int n, int radix, int m) {
645
return new
StringFloatRep
(0, "0", radix, 0);
672
return new
StringFloatRep
(sign, scaled_string, radix, exponent);
[
all
...]
Completed in 89 milliseconds