Searched refs:double8 (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Headers/ |
D | opencl-c.h | 138 typedef double double8 __attribute__((ext_vector_type(8))); typedef 4912 char8 __ovld __cnfn convert_char8(double8); 4913 char8 __ovld __cnfn convert_char8_rte(double8); 4914 char8 __ovld __cnfn convert_char8_rtn(double8); 4915 char8 __ovld __cnfn convert_char8_rtp(double8); 4916 char8 __ovld __cnfn convert_char8_rtz(double8); 4917 char8 __ovld __cnfn convert_char8_sat(double8); 4918 char8 __ovld __cnfn convert_char8_sat_rte(double8); 4919 char8 __ovld __cnfn convert_char8_sat_rtn(double8); 4920 char8 __ovld __cnfn convert_char8_sat_rtp(double8); [all …]
|
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/ |
D | spirv_convert.h | 141 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8(double8); 142 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rtz(double8); 143 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rte(double8); 144 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rtp(double8); 145 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rtn(double8); 146 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat(double8); 147 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rtz(double8); 148 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rte(double8); 149 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rtp(double8); 150 __attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rtn(double8); [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 146 %double8 = load volatile double, double *@dptr 147 %biased8 = fadd double %double8, %extra 210 %double8 = bitcast i64 %masked8 to double 226 %add8 = fadd double %add7, %double8 338 %double8 = phi double [ 1.0, %entry ], [ %mul8, %loop ] 350 %mul8 = fmul double %double8, %factor
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-move-02.ll | 146 %double8 = load volatile double , double *@dptr 147 %biased8 = fadd double %double8, %extra 210 %double8 = bitcast i64 %masked8 to double 226 %add8 = fadd double %add7, %double8 338 %double8 = phi double [ 1.0, %entry ], [ %mul8, %loop ] 350 %mul8 = fmul double %double8, %factor
|
/external/spirv-llvm/test/SPIRV/transcoding/ |
D | vector_casts.ll | 83 !3 = !{!"kernel_arg_type", !"double8*", !"char8"} 85 !5 = !{!"kernel_arg_base_type", !"double8*", !"char8"}
|
/external/skia/tests/ |
D | SkVxTest.cpp | 17 using double8 = skvx::Vec<8,double>; typedef
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | fp.arm.call.ll | 309 declare void @double8(double %p0, double %p1, double %p2, double %p3, 364 call void @double8(double 1.0, double 2.0, double 3.0, double 4.0, 374 ; CHECK: bl {{.*}} double8
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 3022 PASS: gdb.base/dfp-test.exp: p ds.double8 + d128 3029 PASS: gdb.base/dfp-test.exp: print ds.double8 = ds.dec64 3031 PASS: gdb.base/dfp-test.exp: print ds.dec128 = -ds.double8
|
D | i686-pc-linux-gnu | 2787 PASS: gdb.base/dfp-test.exp: p ds.double8 + d128 2794 PASS: gdb.base/dfp-test.exp: print ds.double8 = ds.dec64 2796 PASS: gdb.base/dfp-test.exp: print ds.dec128 = -ds.double8
|