/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 54 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/ |
D | fpimm.ll | 9 define void @check_float() { 10 ; CHECK-LABEL: check_float: 11 ; TINY-LABEL: check_float:
|
/external/llvm/test/CodeGen/AArch64/ |
D | fpimm.ll | 8 define void @check_float() { 9 ; CHECK-LABEL: check_float:
|
/external/clang/test/CodeGen/ |
D | mips-type-sizes.c | 37 int check_float() { in check_float() function
|
D | aarch64-type-sizes.c | 37 int check_float() { in check_float() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | mips-type-sizes.c | 37 int check_float() { in check_float() function
|
D | aarch64-type-sizes.c | 37 int check_float() { in check_float() function
|
D | coff-aarch64-type-sizes.c | 36 int check_float() { in check_float() function
|
/external/clang/test/Driver/ |
D | wasm64-unknown-unknown.cpp | 95 float check_float() { return 0; } in check_float() function
|
D | wasm32-unknown-unknown.cpp | 95 float check_float() { return 0; } in check_float() function
|
D | le64-unknown-unknown.cpp | 116 float check_float() { return 0; } in check_float() function
|
D | le32-unknown-nacl.cpp | 122 float check_float() { return 0; } in check_float() function
|
/external/llvm-project/clang/test/Driver/ |
D | wasm32-unknown-unknown.cpp | 95 float check_float() { return 0; } in check_float() function
|
D | wasm64-unknown-unknown.cpp | 95 float check_float() { return 0; } in check_float() function
|
D | le64-unknown-unknown.cpp | 116 float check_float() { return 0; } in check_float() function
|
D | le32-unknown-nacl.cpp | 123 float check_float() { return 0; } in check_float() function
|
D | riscv32-toolchain.c | 368 float check_float() { return 0; } in check_float() function
|
D | riscv64-toolchain.c | 324 float check_float() { return 0; } in check_float() function
|
/external/mesa3d/src/intel/compiler/ |
D | brw_debug_recompile.c | 55 #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/ |
D | util_select.cpp | 727 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/ |
D | basic_test_conversions.cpp | 1302 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
|