Home
last modified time | relevance | path

Searched refs:double3 (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Headers/
Dopencl-c.h136 typedef double double3 __attribute__((ext_vector_type(3))); typedef
4892 char3 __ovld __cnfn convert_char3(double3);
4893 char3 __ovld __cnfn convert_char3_rte(double3);
4894 char3 __ovld __cnfn convert_char3_rtn(double3);
4895 char3 __ovld __cnfn convert_char3_rtp(double3);
4896 char3 __ovld __cnfn convert_char3_rtz(double3);
4897 char3 __ovld __cnfn convert_char3_sat(double3);
4898 char3 __ovld __cnfn convert_char3_sat_rte(double3);
4899 char3 __ovld __cnfn convert_char3_sat_rtn(double3);
4900 char3 __ovld __cnfn convert_char3_sat_rtp(double3);
[all …]
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
Dspirv_convert.h81 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3(double3);
82 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtz(double3);
83 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rte(double3);
84 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtp(double3);
85 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_rtn(double3);
86 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat(double3);
87 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtz(double3);
88 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rte(double3);
89 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtp(double3);
90 __attribute__((overloadable)) uchar3 __spirv_ConvertFToU_Ruchar3_sat_rtn(double3);
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dfp-move-02.ll131 %double3 = load volatile double , double *@dptr
132 %biased3 = fadd double %double3, %extra
195 %double3 = bitcast i64 %masked3 to double
221 %add3 = fadd double %add2, %double3
333 %double3 = phi double [ 1.0, %entry ], [ %mul3, %loop ]
345 %mul3 = fmul double %double3, %factor
/external/vulkan-validation-layers/libs/glm/gtx/
Dcompatibility.hpp140 …typedef detail::tvec3<double, highp> double3; //!< \brief double-precision floating-point vector… typedef
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dfp.arm.call.ll301 declare void @double3(double %p0, double %p1, double %p2)
326 call void @double3(double 1.0, double 2.0, double 3.0)
330 ; CHECK: bl {{.*}} double3
/external/llvm/test/CodeGen/AArch64/
Dldst-opt.ll447 define double @load-pre-indexed-double3(%pre.struct.double** %this, i1 %cond,
449 ; CHECK-LABEL: load-pre-indexed-double3
646 define void @store-pre-indexed-double3(%pre.struct.double** %this, i1 %cond,
649 ; CHECK-LABEL: store-pre-indexed-double3