/external/clang/test/SemaTemplate/ |
instantiate-clang.cpp | 8 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef 18 template struct ExtVectorAccess0<double2>; 21 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef 25 void f(T t, U u, double2 a, double2 b) { 32 template struct ShuffleVector0<double2, double2, 2, 1>; 33 template struct ShuffleVector0<double2, double2, 4, 3>; // expected-note{{instantiation}}
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
MathFunctions.h | 28 double2 plog<double2>(const double2& a) 41 double2 plog1p<double2>(const double2& a) 53 double2 pexp<double2>(const double2& a) 66 double2 psqrt<double2>(const double2& a [all...] |
PacketMath.h | 22 template<> struct is_arithmetic<double2> { enum { value = true }; }; 57 typedef double2 type; 58 typedef double2 half; 86 template<> struct unpacket_traits<double2> { typedef double type; enum {size=2, alignment=Aligned16}; typedef double2 half; }; 91 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double2 pset1<double2>(const double& from) { 99 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double2 plset<double2>(const double& a) { 106 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double2 padd<double2>(const double2& a, const double2& b) [all...] |
/external/eigen/unsupported/Eigen/src/SpecialFunctions/arch/CUDA/ |
CudaSpecialFunctions.h | 29 double2 plgamma<double2>(const double2& a) 43 double2 pdigamma<double2>(const double2& a) 57 double2 pzeta<double2>(const double2& x, const double2& q [all...] |
/external/tensorflow/tensorflow/core/kernels/ |
conv_2d_gpu_double.cu.cc | 27 template struct SwapDimension1And2InTensor3<Eigen::GpuDevice, double2, 30 template struct SwapDimension0And2InTensor3<Eigen::GpuDevice, double2,
|
compare_and_bitpack_op_gpu.cu.cc | 103 const double2 block0 = ldg(reinterpret_cast<const double2*>(input + 8 * i)); 104 const double2 block1 = 105 ldg(reinterpret_cast<const double2*>(input + 8 * i + 2)); 106 const double2 block2 = 107 ldg(reinterpret_cast<const double2*>(input + 8 * i + 4)); 108 const double2 block3 = 109 ldg(reinterpret_cast<const double2*>(input + 8 * i + 6));
|
random_op_gpu.h | 104 double2 vec; 107 double2* buf_vector = reinterpret_cast<double2*>(buf);
|
cuda_solvers.cc | 56 const double2* const*, int, const int*, 57 double2**, int, int*, int); 65 using getri_Z = cublasStatus_t(cublasContext*, int, const double2* const*, int, 66 const int*, double2**, int, int*, int); 74 using matinv_Z = cublasStatus_t(cublasContext*, int, const double2* const*, int, 75 double2**, int, int*, int); [all...] |
conv_2d_gpu.h | 68 struct maybe_conj<double2, conjugate> { 69 __device__ static __inline__ double2 run(double2 c) { 71 double2 c_conj; [all...] |
transpose_functor_gpu.cu.cc | 163 return TransposeUsingTile<double2, true>::run(d, in, perm, out);
|
/external/clang/test/PCH/ |
exprs.h | 78 typedef __attribute__(( ext_vector_type(2) )) double double2; typedef 79 extern double2 vec2, vec2b;
|
/external/clang/test/Sema/ |
ext_vector_casts.c | 95 typedef double double2 __attribute__ ((ext_vector_type(2))); typedef 102 double2 vd = d;
|
/external/clang/lib/Headers/ |
opencl-c.h | 135 typedef double double2 __attribute__((ext_vector_type(2))); typedef [all...] |
__clang_cuda_intrinsics.h | 275 inline __device__ double2 __ldg(const double2 *ptr) { 278 double2 ret;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestConvert.rs | 611 double2 __attribute__((kernel)) testConvertDouble2Double2Double2(double2 inV) { 623 double2 __attribute__((kernel)) testConvertDouble2Long2Double2(long2 inV) { 635 double2 __attribute__((kernel)) testConvertDouble2Ulong2Double2(ulong2 inV) { 647 long2 __attribute__((kernel)) testConvertLong2Double2Long2(double2 inV) { 683 ulong2 __attribute__((kernel)) testConvertUlong2Double2Ulong2(double2 inV) { 719 float2 __attribute__((kernel)) testConvertFloat2Double2Float2(double2 inV) { 755 char2 __attribute__((kernel)) testConvertChar2Double2Char2(double2 inV) { 791 uchar2 __attribute__((kernel)) testConvertUchar2Double2Uchar2(double2 inV) { 827 short2 __attribute__((kernel)) testConvertShort2Double2Short2(double2 inV) [all...] |
/external/clang/test/CodeGen/ |
arm-swiftcall.c | 63 typedef double double2 __attribute__((ext_vector_type(2))); typedef
|
builtins-nvptx.c | 382 typedef double double2 __attribute__((ext_vector_type(2))); typedef 383 __nvvm_ldg_d2((const double2 *)p);
|
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/ |
spirv_convert.h | 51 __attribute__((overloadable)) uchar2 __spirv_ConvertFToU_Ruchar2(double2); 52 __attribute__((overloadable)) uchar2 __spirv_ConvertFToU_Ruchar2_rtz(double2); 53 __attribute__((overloadable)) uchar2 __spirv_ConvertFToU_Ruchar2_rte(double2); 54 __attribute__((overloadable)) uchar2 __spirv_ConvertFToU_Ruchar2_rtp(double2); 55 __attribute__((overloadable)) uchar2 __spirv_ConvertFToU_Ruchar2_rtn(double2); 56 __attribute__((overloadable)) uchar2 __spirv_ConvertFToU_Ruchar2_sat(double2); 57 __attribute__((overloadable)) uchar2 __spirv_ConvertFToU_Ruchar2_sat_rtz(double2); 58 __attribute__((overloadable)) uchar2 __spirv_ConvertFToU_Ruchar2_sat_rte(double2); 59 __attribute__((overloadable)) uchar2 __spirv_ConvertFToU_Ruchar2_sat_rtp(double2); 60 __attribute__((overloadable)) uchar2 __spirv_ConvertFToU_Ruchar2_sat_rtn(double2); [all...] |
/cts/tests/tests/rsblas/src/android/renderscript/cts/ |
verify.rs | 135 double2 pref = rsGetElementAt_double2(in1, x, y); 136 double2 ptst = rsGetElementAt_double2(in2, x, y);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
kernel_input.rs | 105 VEC2_TEST(double2)
|
/external/skia/tests/ |
SkVxTest.cpp | 15 using double2 = skvx::Vec<2,double>;
|
/external/tensorflow/tensorflow/core/util/ |
cuda_device_functions.h | 373 double2 mem = __ldg(reinterpret_cast<const double2*>(address));
|
/external/libchrome/base/ |
values_unittest.cc | [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Rops.java | [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
Rops.java | [all...] |