HomeSort by relevance Sort by last modified time
    Searched refs:double4 (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/test/SemaTemplate/
instantiate-clang.cpp 9 typedef __attribute__(( ext_vector_type(4) )) double double4; typedef
13 void f(T v1, double4 v2) {
19 template struct ExtVectorAccess0<double4>;
  /external/opencv3/modules/cudaarithm/src/cuda/
add_scalar.cu 108 {addScalarImpl<uchar, double, double>, addScalarImpl<uchar2, double, double2>, addScalarImpl<uchar3, double, double3>, addScalarImpl<uchar4, double, double4>}
117 {addScalarImpl<schar, double, double>, addScalarImpl<char2, double, double2>, addScalarImpl<char3, double, double3>, addScalarImpl<char4, double, double4>}
126 {addScalarImpl<ushort, double, double>, addScalarImpl<ushort2, double, double2>, addScalarImpl<ushort3, double, double3>, addScalarImpl<ushort4, double, double4>}
135 {addScalarImpl<short, double, double>, addScalarImpl<short2, double, double2>, addScalarImpl<short3, double, double3>, addScalarImpl<short4, double, double4>}
144 {addScalarImpl<int, double, double>, addScalarImpl<int2, double, double2>, addScalarImpl<int3, double, double3>, addScalarImpl<int4, double, double4>}
153 {addScalarImpl<float, double, double>, addScalarImpl<float2, double, double2>, addScalarImpl<float3, double, double3>, addScalarImpl<float4, double, double4>}
156 {0 /*addScalarImpl<double, double, uchar>*/, 0 /*addScalarImpl<double2, double, uchar2>*/, 0 /*addScalarImpl<double3, double, uchar3>*/, 0 /*addScalarImpl<double4, double, uchar4>*/},
157 {0 /*addScalarImpl<double, double, schar>*/, 0 /*addScalarImpl<double2, double, char2>*/, 0 /*addScalarImpl<double3, double, char3>*/, 0 /*addScalarImpl<double4, double, char4>*/},
158 {0 /*addScalarImpl<double, double, ushort>*/, 0 /*addScalarImpl<double2, double, ushort2>*/, 0 /*addScalarImpl<double3, double, ushort3>*/, 0 /*addScalarImpl<double4, double, ushort4>*/},
159 {0 /*addScalarImpl<double, double, short>*/, 0 /*addScalarImpl<double2, double, short2>*/, 0 /*addScalarImpl<double3, double, short3>*/, 0 /*addScalarImpl<double4, double, short4>*/}
    [all...]
mul_scalar.cu 105 {mulScalarImpl<uchar, double, double>, mulScalarImpl<uchar2, double, double2>, mulScalarImpl<uchar3, double, double3>, mulScalarImpl<uchar4, double, double4>}
114 {mulScalarImpl<schar, double, double>, mulScalarImpl<char2, double, double2>, mulScalarImpl<char3, double, double3>, mulScalarImpl<char4, double, double4>}
123 {mulScalarImpl<ushort, double, double>, mulScalarImpl<ushort2, double, double2>, mulScalarImpl<ushort3, double, double3>, mulScalarImpl<ushort4, double, double4>}
132 {mulScalarImpl<short, double, double>, mulScalarImpl<short2, double, double2>, mulScalarImpl<short3, double, double3>, mulScalarImpl<short4, double, double4>}
141 {mulScalarImpl<int, double, double>, mulScalarImpl<int2, double, double2>, mulScalarImpl<int3, double, double3>, mulScalarImpl<int4, double, double4>}
150 {mulScalarImpl<float, double, double>, mulScalarImpl<float2, double, double2>, mulScalarImpl<float3, double, double3>, mulScalarImpl<float4, double, double4>}
153 {0 /*mulScalarImpl<double, double, uchar>*/, 0 /*mulScalarImpl<double2, double, uchar2>*/, 0 /*mulScalarImpl<double3, double, uchar3>*/, 0 /*mulScalarImpl<double4, double, uchar4>*/},
154 {0 /*mulScalarImpl<double, double, schar>*/, 0 /*mulScalarImpl<double2, double, char2>*/, 0 /*mulScalarImpl<double3, double, char3>*/, 0 /*mulScalarImpl<double4, double, char4>*/},
155 {0 /*mulScalarImpl<double, double, ushort>*/, 0 /*mulScalarImpl<double2, double, ushort2>*/, 0 /*mulScalarImpl<double3, double, ushort3>*/, 0 /*mulScalarImpl<double4, double, ushort4>*/},
156 {0 /*mulScalarImpl<double, double, short>*/, 0 /*mulScalarImpl<double2, double, short2>*/, 0 /*mulScalarImpl<double3, double, short3>*/, 0 /*mulScalarImpl<double4, double, short4>*/}
    [all...]
sub_scalar.cu 131 {subScalarImpl<uchar, double, double>, subScalarImpl<uchar2, double, double2>, subScalarImpl<uchar3, double, double3>, subScalarImpl<uchar4, double, double4>}
140 {subScalarImpl<schar, double, double>, subScalarImpl<char2, double, double2>, subScalarImpl<char3, double, double3>, subScalarImpl<char4, double, double4>}
149 {subScalarImpl<ushort, double, double>, subScalarImpl<ushort2, double, double2>, subScalarImpl<ushort3, double, double3>, subScalarImpl<ushort4, double, double4>}
158 {subScalarImpl<short, double, double>, subScalarImpl<short2, double, double2>, subScalarImpl<short3, double, double3>, subScalarImpl<short4, double, double4>}
167 {subScalarImpl<int, double, double>, subScalarImpl<int2, double, double2>, subScalarImpl<int3, double, double3>, subScalarImpl<int4, double, double4>}
176 {subScalarImpl<float, double, double>, subScalarImpl<float2, double, double2>, subScalarImpl<float3, double, double3>, subScalarImpl<float4, double, double4>}
179 {0 /*subScalarImpl<double, double, uchar>*/, 0 /*subScalarImpl<double2, double, uchar2>*/, 0 /*subScalarImpl<double3, double, uchar3>*/, 0 /*subScalarImpl<double4, double, uchar4>*/},
180 {0 /*subScalarImpl<double, double, schar>*/, 0 /*subScalarImpl<double2, double, char2>*/, 0 /*subScalarImpl<double3, double, char3>*/, 0 /*subScalarImpl<double4, double, char4>*/},
181 {0 /*subScalarImpl<double, double, ushort>*/, 0 /*subScalarImpl<double2, double, ushort2>*/, 0 /*subScalarImpl<double3, double, ushort3>*/, 0 /*subScalarImpl<double4, double, ushort4>*/},
182 {0 /*subScalarImpl<double, double, short>*/, 0 /*subScalarImpl<double2, double, short2>*/, 0 /*subScalarImpl<double3, double, short3>*/, 0 /*subScalarImpl<double4, double, short4>*/}
    [all...]
div_scalar.cu 173 {divScalarImpl<uchar, double, double>, divScalarImpl<uchar2, double, double2>, divScalarImpl<uchar3, double, double3>, divScalarImpl<uchar4, double, double4>}
182 {divScalarImpl<schar, double, double>, divScalarImpl<char2, double, double2>, divScalarImpl<char3, double, double3>, divScalarImpl<char4, double, double4>}
191 {divScalarImpl<ushort, double, double>, divScalarImpl<ushort2, double, double2>, divScalarImpl<ushort3, double, double3>, divScalarImpl<ushort4, double, double4>}
200 {divScalarImpl<short, double, double>, divScalarImpl<short2, double, double2>, divScalarImpl<short3, double, double3>, divScalarImpl<short4, double, double4>}
209 {divScalarImpl<int, double, double>, divScalarImpl<int2, double, double2>, divScalarImpl<int3, double, double3>, divScalarImpl<int4, double, double4>}
218 {divScalarImpl<float, double, double>, divScalarImpl<float2, double, double2>, divScalarImpl<float3, double, double3>, divScalarImpl<float4, double, double4>}
221 {0 /*divScalarImpl<double, double, uchar>*/, 0 /*divScalarImpl<double2, double, uchar2>*/, 0 /*divScalarImpl<double3, double, uchar3>*/, 0 /*divScalarImpl<double4, double, uchar4>*/},
222 {0 /*divScalarImpl<double, double, schar>*/, 0 /*divScalarImpl<double2, double, char2>*/, 0 /*divScalarImpl<double3, double, char3>*/, 0 /*divScalarImpl<double4, double, char4>*/},
223 {0 /*divScalarImpl<double, double, ushort>*/, 0 /*divScalarImpl<double2, double, ushort2>*/, 0 /*divScalarImpl<double3, double, ushort3>*/, 0 /*divScalarImpl<double4, double, ushort4>*/},
224 {0 /*divScalarImpl<double, double, short>*/, 0 /*divScalarImpl<double2, double, short2>*/, 0 /*divScalarImpl<double3, double, short3>*/, 0 /*divScalarImpl<double4, double, short4>*/}
    [all...]
  /frameworks/rs/tests/typecheck/
kernels.rs 109 double4 d4;
110 double4 d4i = {1, 2, 3, 4};
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs 619 double4 __attribute__((kernel)) testConvertDouble4Double4Double4(double4 inV) {
631 double4 __attribute__((kernel)) testConvertDouble4Long4Double4(long4 inV) {
643 double4 __attribute__((kernel)) testConvertDouble4Ulong4Double4(ulong4 inV) {
655 long4 __attribute__((kernel)) testConvertLong4Double4Long4(double4 inV) {
691 ulong4 __attribute__((kernel)) testConvertUlong4Double4Ulong4(double4 inV) {
727 float4 __attribute__((kernel)) testConvertFloat4Double4Float4(double4 inV) {
763 char4 __attribute__((kernel)) testConvertChar4Double4Char4(double4 inV) {
799 uchar4 __attribute__((kernel)) testConvertUchar4Double4Uchar4(double4 inV) {
835 short4 __attribute__((kernel)) testConvertShort4Double4Short4(double4 inV)
    [all...]
  /frameworks/rs/scriptc/
rs_convert.rsh 495 extern double4 __attribute__((const, overloadable))
496 convert_double4(double4 v);
510 extern double4 __attribute__((const, overloadable))
525 extern double4 __attribute__((const, overloadable))
541 convert_long4(double4 v);
586 convert_ulong4(double4 v);
631 convert_float4(double4 v);
676 convert_char4(double4 v);
721 convert_uchar4(double4 v);
766 convert_short4(double4 v)
    [all...]
rs_value_types.rsh 299 * double4: Four 64 bit floats
304 typedef double __attribute__((ext_vector_type(4))) double4;
rs_allocation_data.rsh 169 extern double4 __attribute__((overloadable))
319 extern double4 __attribute__((overloadable))
469 extern double4 __attribute__((overloadable))
650 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x);
800 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 127 rsDebug(const char* message, double4 a);
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 495 extern double4 __attribute__((const, overloadable))
496 convert_double4(double4 v);
510 extern double4 __attribute__((const, overloadable))
525 extern double4 __attribute__((const, overloadable))
541 convert_long4(double4 v);
586 convert_ulong4(double4 v);
631 convert_float4(double4 v);
676 convert_char4(double4 v);
721 convert_uchar4(double4 v);
766 convert_short4(double4 v)
    [all...]
rs_value_types.rsh 299 * double4: Four 64 bit floats
304 typedef double __attribute__((ext_vector_type(4))) double4;
rs_allocation_data.rsh 169 extern double4 __attribute__((overloadable))
319 extern double4 __attribute__((overloadable))
469 extern double4 __attribute__((overloadable))
650 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x);
800 rsAllocationVStoreX_double4(rs_allocation a, double4 val, uint32_t x, uint32_t y);
    [all...]
rs_debug.rsh 127 rsDebug(const char* message, double4 a);
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVPixelOperations.hpp 85 template<> struct TConvVec2Base<double4> {typedef Ncv64f TBase;};
104 template<> struct TConvBase2Vec<Ncv64f, 4> {typedef double4 TVec;};
133 template<> inline __host__ __device__ double4 _pixMakeZero<double4>() {return make_double4(0.,0.,0.,0.);}
149 static inline __host__ __device__ double4 _pixMake(Ncv64f x, Ncv64f y, Ncv64f z, Ncv64f w) {return make_double4(x,y,z,w);}
332 template<> struct TAccPixWeighted<uchar4> {typedef double4 type;};
335 template<> struct TAccPixWeighted<ushort4> {typedef double4 type;};
338 template<> struct TAccPixWeighted<float4> {typedef double4 type;};
NCVPyramid.cu 132 template<> struct __average4_CN<double4, 4> {
133 static __host__ __device__ double4 _average4_CN(const double4 &p00, const double4 &p01, const double4 &p10, const double4 &p11)
135 double4 out;
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
type_traits_detail.hpp 121 template <> struct IsVec<double4> { enum {value = 1}; };
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
type_traits.hpp 105 template <> struct IsVec<double4> { enum {value = 1}; };
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs 109 VEC4_TEST(double4)
  /external/opencv3/modules/core/src/cuda/
gpu_mat.cu 295 {copyWithMask<double>, copyWithMask<double2>, copyWithMask<double3>, copyWithMask<double4>}
378 {setToWithOutMask<double>,setToWithOutMask<double2>,setToWithOutMask<double3>,setToWithOutMask<double4>}
409 {setToWithMask<double>,setToWithMask<double2>,setToWithMask<double3>,setToWithMask<double4>}
  /external/vulkan-validation-layers/libs/glm/gtx/
compatibility.hpp 141 typedef detail::tvec4<double, highp> double4; //!< \brief double-precision floating-point vector with 4 components. (From GLM_GTX_compatibility extension) typedef in namespace:glm
  /frameworks/rs/driver/runtime/
rs_core.c 279 PRIM_DEBUG(double4)
rs_allocation.c 350 ELEMENT_AT(double4)
491 VOP(double4)
  /external/opencv3/modules/imgproc/src/opencl/
pyr_down.cl 231 FT sum = dot(vload4(0, (__local double*) (&smem) + tid2 + (yin - y) * (LOCAL_SIZE + 4)), (double4)(co3, co2, co1, co2));

Completed in 637 milliseconds

1 2