HomeSort by relevance Sort by last modified time
    Searched refs:TestRounding (Results 1 - 4 of 4) 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/icu4c/test/intltest/
numfmtst.h 131 void TestRounding(void);
257 // internal rounding checking for TestRounding
numfmtst.cpp 102 CASE(35,TestRounding);
    [all...]

Completed in 45 milliseconds