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

  /external/clang/test/CodeGen/
aarch64-type-sizes.c 38 int check_float() { function
mips-type-sizes.c 37 int check_float() { function
  /external/clang/test/Driver/
wasm32-unknown-unknown.cpp 94 // CHECK: float @check_float()
95 float check_float() { return 0; } function
wasm64-unknown-unknown.cpp 94 // CHECK: float @check_float()
95 float check_float() { return 0; } function
le32-unknown-nacl.cpp 121 // CHECK: float @check_float()
122 float check_float() { return 0; } function
le64-unknown-unknown.cpp 115 // CHECK: float @check_float()
116 float check_float() { return 0; } function
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 53 check_float(float x) function
384 check_float(data[0]);
385 check_float(data[1]);
386 check_float(data[2]);
387 check_float(data[3]);
400 check_float(machine->Outputs[attr][0]);
401 check_float(machine->Outputs[attr][1]);
402 check_float(machine->Outputs[attr][2]);
403 check_float(machine->Outputs[attr][3]);
  /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
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));
    [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
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));
    [all...]

Completed in 292 milliseconds