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

  /external/clang/test/CodeGen/
aarch64-type-sizes.c 36 int check_float() { function
  /external/clang/test/Driver/
le32-unknown-nacl.cpp 121 // CHECK: float @check_float()
122 float check_float() { return 0; } function
  /external/stlport/test/unit/
num_put_get_test.cpp 56 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));
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_put_get_test.cpp 56 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));
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_put_get_test.cpp 56 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));
    [all...]

Completed in 1027 milliseconds