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

/ndk/tests/device/test-gnustl-full/unit/
H A Dnum_put_get_test.cpp56 static bool check_float(float val, float ref) function in class:NumPutGetTest
781 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
788 CPPUNIT_ASSERT(check_float(in_val, -1.2345f));
794 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
801 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
808 CPPUNIT_ASSERT(check_float(in_val, 12345.0f));
/ndk/tests/device/test-stlport/unit/
H A Dnum_put_get_test.cpp56 static bool check_float(float val, float ref) function in class:NumPutGetTest
781 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
788 CPPUNIT_ASSERT(check_float(in_val, -1.2345f));
794 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
801 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
808 CPPUNIT_ASSERT(check_float(in_val, 12345.0f));

Completed in 23 milliseconds