Home
last modified time | relevance | path

Searched refs:check_float (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c54 check_float(float x) in check_float() function
360 check_float(data[0]); in run_vp()
361 check_float(data[1]); in run_vp()
362 check_float(data[2]); in run_vp()
363 check_float(data[3]); in run_vp()
376 check_float(machine->Outputs[attr][0]); in run_vp()
377 check_float(machine->Outputs[attr][1]); in run_vp()
378 check_float(machine->Outputs[attr][2]); in run_vp()
379 check_float(machine->Outputs[attr][3]); in run_vp()
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfpimm.ll9 define void @check_float() {
10 ; CHECK-LABEL: check_float:
11 ; TINY-LABEL: check_float:
/external/llvm/test/CodeGen/AArch64/
Dfpimm.ll8 define void @check_float() {
9 ; CHECK-LABEL: check_float:
/external/clang/test/CodeGen/
Dmips-type-sizes.c37 int check_float() { in check_float() function
Daarch64-type-sizes.c37 int check_float() { in check_float() function
/external/llvm-project/clang/test/CodeGen/
Dmips-type-sizes.c37 int check_float() { in check_float() function
Daarch64-type-sizes.c37 int check_float() { in check_float() function
Dcoff-aarch64-type-sizes.c36 int check_float() { in check_float() function
/external/clang/test/Driver/
Dwasm64-unknown-unknown.cpp95 float check_float() { return 0; } in check_float() function
Dwasm32-unknown-unknown.cpp95 float check_float() { return 0; } in check_float() function
Dle64-unknown-unknown.cpp116 float check_float() { return 0; } in check_float() function
Dle32-unknown-nacl.cpp122 float check_float() { return 0; } in check_float() function
/external/llvm-project/clang/test/Driver/
Dwasm32-unknown-unknown.cpp95 float check_float() { return 0; } in check_float() function
Dwasm64-unknown-unknown.cpp95 float check_float() { return 0; } in check_float() function
Dle64-unknown-unknown.cpp116 float check_float() { return 0; } in check_float() function
Dle32-unknown-nacl.cpp123 float check_float() { return 0; } in check_float() function
Driscv32-toolchain.c368 float check_float() { return 0; } in check_float() function
Driscv64-toolchain.c324 float check_float() { return 0; } in check_float() function
/external/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c55 #define check_float(name, field) \ macro
79 found |= check_float("scale factor", scale_factors[i]); in debug_sampler_recompile()
/external/OpenCL-CTS/test_conformance/select/
Dutil_select.cpp727 size_t check_float( void *test, void *correct, size_t count, size_t vector_size ) { in check_float() function
774 check_int, check_float, check_ulong, check_long, check_double };
/external/OpenCL-CTS/test_conformance/conversions/
Dbasic_test_conversions.cpp1302 int check_float( void *out1, void *out2, void *allowZ, uint32_t count, int vectorSize );
1327 … check_int, check_float, check_double, check_ulong, check_long
1474 int check_float( void *test, void *correct, void *allowZ, uint32_t count, int vectorSize ) in check_float() function