OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRValue
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java
726
return new EvalRet(i+1, ratVal.
CRValue
(), ratVal);
868
return new EvalRet(argVal.pos, ratVal.
CRValue
(), ratVal);
[
all
...]
BoundedRational.java
100
public CR
CRValue
() {
/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
BRTest.java
36
check(x.
CRValue
().compareTo(y, TEST_PREC) == 0, s);
70
CR xAsCR = x.
CRValue
();
Completed in 52 milliseconds