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

/external/clang/test/Driver/
H A Dle32-unknown-nacl.cpp121 // CHECK: float @check_float()
122 float check_float() { return 0; } function
/external/stlport/test/unit/
H A Dnum_put_get_test.cpp56 static bool check_float(float val, float ref) function in class:NumPutGetTest
789 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
796 CPPUNIT_ASSERT(check_float(in_val, -1.2345f));
802 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
809 CPPUNIT_ASSERT(check_float(in_val, 1.2345f));
816 CPPUNIT_ASSERT(check_float(in_val, 12345.0f));

Completed in 141 milliseconds