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

  /bionic/tests/
fenv_test.cpp 22 static void TestRounding(float expectation1, float expectation2) {
41 TestRounding(8388610.0f, 2.0f);
47 TestRounding(8388609.0f, 1.0f);
53 TestRounding(8388610.0f, 2.0f);
59 TestRounding(8388609.0f, 1.0f);
  /ndk/tests/device/fenv/jni/
test_fenv.c 67 static void TestRounding(float expectation1, float expectation2) {
86 TestRounding(8388610.0f, 2.0f);
92 TestRounding(8388609.0f, 1.0f);
98 TestRounding(8388610.0f, 2.0f);
104 TestRounding(8388609.0f, 1.0f);
  /external/icu/icu4c/source/test/intltest/
numfmtspectest.cpp 56 void TestRounding();
77 TESTCASE_AUTO(TestRounding);
105 void NumberFormatSpecificationTest::TestRounding() {
numfmtst.h 131 void TestRounding(void);
294 // internal rounding checking for TestRounding
numfmtst.cpp 98 TESTCASE_AUTO(TestRounding);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatSpecificationTest.java 47 public void TestRounding() {
IntlTestDecimalFormatAPIC.java 232 public void TestRounding() {
NumberFormatTest.java     [all...]

Completed in 4556 milliseconds