Home
last modified time | relevance | path

Searched refs:test_half (Results 1 – 22 of 22) sorted by relevance

/external/skia/resources/sksl/shared/
DMatricesNonsquare.sksl18 bool test_half() {
34 return test_float() && test_half() ? colorGreen : colorRed;
DMatrices.sksl24 bool test_half() {
46 return test_float() && test_half() ? colorGreen : colorRed;
DVectorScalarMath.sksl4 bool test_half() {
113 return test_half() && test_int() ? colorGreen : colorRed;
/external/llvm-project/clang/test/CodeGen/
Dbuiltin_float_strictfp.c12 void test_half(__fp16 *H, __fp16 *H2) { in test_half() function
Darm64-aapcs-arguments.c46 __fp16 test_half(__fp16 A) { } in test_half() function
Dbuiltin_float.c47 void test_half(__fp16 *H, __fp16 *H2) { in test_half() function
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dvec_absd.ll24 define <8 x i16> @test_half(<8 x i16> %a, <8 x i16> %b) {
28 ; CHECK-LABEL: @test_half
/external/clang/test/CodeGen/
Darm64-aapcs-arguments.c46 __fp16 test_half(__fp16 A) { } in test_half() function
/external/llvm-project/llvm/test/Bitcode/
Dbcanalyzer-types.ll10 define half @test_half(half %x, half %y) {
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/
Darm-unsupported.ll51 define half @test_half(half %a, half %b) {
52 ; CHECK: remark: {{.*}} unable to lower arguments: half (half, half)* (in function: test_half)
53 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_half
/external/skia/resources/sksl/folding/
DVectorVectorFolding.sksl4 bool test_half() {
131 return test_half() && test_int() ? colorGreen : colorRed;
DVectorScalarFolding.sksl4 bool test_half() {
207 return test_half() && test_int() ? colorGreen : colorRed;
/external/llvm/test/CodeGen/AArch64/
Darm64-aapcs.ll126 define half @test_half(float, half %arg) {
127 ; CHECK-LABEL: test_half:
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-aapcs.ll125 define half @test_half(float, half %arg) {
126 ; CHECK-LABEL: test_half:
/external/llvm-project/llvm/test/Transforms/MemCpyOpt/
Dmemcpy-to-memset.ll94 define void @test_half() nounwind {
95 ; CHECK-LABEL: @test_half(
/external/OpenCL-CTS/test_conformance/
Dopencl_conformance_tests_full.csv81 Half Ops,half/test_half
Dopencl_conformance_tests_full_no_math_or_conversions.csv79 Half Ops,half/test_half
Dopencl_conformance_tests_quick.csv81 Half Ops,half/test_half -w
Dopencl_conformance_tests_full_binary.csv81 Half Ops,half/test_half --compilation-mode binary --compilation-cache-path .
Dopencl_conformance_tests_full_spirv.csv81 Half Ops,half/test_half --compilation-mode spir-v --compilation-cache-path .
/external/rust/crates/serde_cbor/tests/
Dser.rs249 fn test_half() { in test_half() function
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp2752 bool test_half (cl_device_id device, cl_uint size_t_width, const char *folder) in test_half() function
6629 {"half", "half", test_half},