Searched refs:_u_abs (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/icu/source/test/intltest/
H A Dnumrgts.cpp2136 static double _u_abs(double a) { return a<0?-a:a; } function
2158 _u_abs(num.getDouble() - a) / a < 0.01) { // RT within 1%
/external/icu4c/test/intltest/
H A Dnumrgts.cpp2137 static double _u_abs(double a) { return a<0?-a:a; } function
2159 _u_abs(num.getDouble() - a) / a < 0.01) { // RT within 1%

Completed in 128 milliseconds