Searched defs:double4 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiate-clang.cpp9 typedef __attribute__(( ext_vector_type(4) )) double double4; typedef
13 void f(T v1, double4 v2) {
19 template struct ExtVectorAccess0<double4>;
/external/clang/test/CodeGen/
H A Darm-swiftcall.c64 typedef double double4 __attribute__((ext_vector_type(4))); typedef
/external/vulkan-validation-layers/libs/glm/gtx/
H A Dcompatibility.hpp141 typedef detail::tvec4<double, highp> double4; //!< \brief double-precision floating-point vector with 4 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
/external/clang/lib/Headers/
H A Dopencl-c.h137 typedef double double4 __attribute__((ext_vector_type(4))); typedef
4902 char4 __ovld __cnfn convert_char4(double4);
4903 char4 __ovld __cnfn convert_char4_rte(double4);
4904 char4 __ovld __cnfn convert_char4_rtn(double4);
4905 char4 __ovld __cnfn convert_char4_rtp(double4);
4906 char4 __ovld __cnfn convert_char4_rtz(double4);
4907 char4 __ovld __cnfn convert_char4_sat(double4);
4908 char4 __ovld __cnfn convert_char4_sat_rte(double4);
4909 char4 __ovld __cnfn convert_char4_sat_rtn(double4);
4910 char4 __ovld __cnfn convert_char4_sat_rtp(double4);
[all...]

Completed in 1306 milliseconds