Searched defs:check_float (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
H A Dmips-type-sizes.c37 int check_float() { function
H A Daarch64-type-sizes.c38 int check_float() { function
/external/clang/test/Driver/
H A Dle32-unknown-nacl.cpp121 // CHECK: float @check_float()
122 float check_float() { return 0; } function
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_program.c53 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]);
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_program.c53 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]);
/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 164 milliseconds