/external/llvm/test/MC/AMDGPU/ |
D | flat.s | 15 flat_load_dword v1, v[3:4] 19 flat_load_dword v1, v[3:4] glc 23 flat_load_dword v1, v[3:4] glc slc 27 flat_load_dword v1, v[3:4] glc tfe 31 flat_load_dword v1, v[3:4] glc slc tfe 35 flat_load_dword v1, v[3:4] glc tfe slc 39 flat_load_dword v1, v[3:4] slc 43 flat_load_dword v1, v[3:4] slc glc 47 flat_load_dword v1, v[3:4] slc tfe 51 flat_load_dword v1, v[3:4] slc glc tfe [all …]
|
D | ds.s | 24 ds_read2_b32 v[8:9], v2 offset0:4 27 ds_read2_b32 v[8:9], v2 offset0:4 offset1:8 30 ds_read2_b32 v[8:9], v2 offset1:8 159 ds_wrxchg2_rtn_b32 v[8:9], v2, v4, v6 162 ds_wrxchg2st64_rtn_b32 v[8:9] v2, v4, v6 183 ds_read2_b32 v[8:9], v2 186 ds_read2st64_b32 v[8:9], v2 210 ds_add_u64 v2, v[4:5] 213 ds_sub_u64 v2, v[4:5] 216 ds_rsub_u64 v2, v[4:5] [all …]
|
/external/libunwind/tests/ |
D | test-ptrace-misc.c | 69 bar (int v) in bar() argument 72 int arr[1] = { v }; in bar() 80 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 81 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 82 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 83 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 84 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 85 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 86 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 87 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() [all …]
|
D | Gtest-bt.c | 136 bar (long v) in bar() argument 139 int arr[v]; in bar() 145 foo (f (arr[0]) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 146 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 147 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 148 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 149 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 150 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 151 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 152 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() [all …]
|
D | Gtest-trace.c | 148 bar (long v) in bar() argument 151 int arr[v]; in bar() 157 foo (f (arr[0]) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 158 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 159 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 160 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 161 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 162 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 163 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() 164 + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) + (f (v) in bar() [all …]
|
/external/clang/test/Sema/ |
D | cast.c | 31 void testBool(Bool v) { in testBool() argument 32 (void) (Bool) v; in testBool() 33 (void) (Int) v; in testBool() 34 (void) (Long) v; in testBool() 35 (void) (Float) v; in testBool() 36 (void) (Double) v; in testBool() 37 (void) (CInt) v; in testBool() 38 (void) (CLong) v; in testBool() 39 (void) (CFloat) v; in testBool() 40 (void) (CDouble) v; in testBool() [all …]
|
/external/v8/src/base/ |
D | functional.cc | 25 V8_INLINE size_t hash_value_unsigned(T v) { in hash_value_unsigned() argument 29 v = ~v + (v << 15); // v = (v << 15) - v - 1; in hash_value_unsigned() 30 v = v ^ (v >> 12); in hash_value_unsigned() 31 v = v + (v << 2); in hash_value_unsigned() 32 v = v ^ (v >> 4); in hash_value_unsigned() 33 v = v * 2057; // v = (v + (v << 3)) + (v << 11); in hash_value_unsigned() 34 v = v ^ (v >> 16); in hash_value_unsigned() 35 return static_cast<size_t>(v); in hash_value_unsigned() 41 v = ~v + (v << 18); // v = (v << 18) - v - 1; in hash_value_unsigned() 42 v = v ^ (v >> 31); in hash_value_unsigned() [all …]
|
/external/libvorbis/vq/ |
D | vqgen.c | 57 #define vN(data,i) (data+v->elements*i) 60 float _dist(vqgen *v,float *a, float *b){ in _dist() argument 62 int el=v->elements; in _dist() 71 float *_weight_null(vqgen *v,float *a){ in _weight_null() argument 76 void _vqgen_seed(vqgen *v){ in _vqgen_seed() argument 78 for(i=0;i<v->entries;i++) in _vqgen_seed() 79 memcpy(_now(v,i),_point(v,i),sizeof(float)*v->elements); in _vqgen_seed() 80 v->seeded=1; in _vqgen_seed() 89 void vqgen_cellmetric(vqgen *v){ in vqgen_cellmetric() argument 96 float spacings[v->entries]; in vqgen_cellmetric() [all …]
|
/external/libcxx/test/libcxx/containers/sequences/vector/ |
D | asan_throw.pass.cpp | 57 std::vector<X> v; in test_push_back() local 58 v.reserve(2); in test_push_back() 59 v.push_back(X(2)); in test_push_back() 60 assert(v.size() == 1); in test_push_back() 62 v.push_back(X(66)); in test_push_back() 65 assert(v.size() == 1); in test_push_back() 67 assert(v.size() == 1); in test_push_back() 68 assert(is_contiguous_container_asan_correct(v)); in test_push_back() 73 std::vector<X> v; in test_emplace_back() local 74 v.reserve(2); in test_emplace_back() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 179 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() argument 181 CALL_VertexAttrib1fNV(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]))); in VertexAttrib1NbvNV() 185 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() argument 187 CALL_VertexAttrib1fNV(GET_DISPATCH(), (index, (GLfloat)v[0])); in VertexAttrib1bvNV() 191 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() argument 193 CALL_VertexAttrib2fNV(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]), BYTE_TO_FLOAT(v[1]))); in VertexAttrib2NbvNV() 197 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() argument 199 CALL_VertexAttrib2fNV(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1])); in VertexAttrib2bvNV() 203 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() argument 205 CALL_VertexAttrib3fNV(GET_DISPATCH(), (index, BYTE_TO_FLOAT(v[0]), in VertexAttrib3NbvNV() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | spechelper-tmll.c | 14 : [v] "d"(v1) \ 23 unsigned long v; in tmll_mask_0() local 27 v = ~0ULL; in tmll_mask_0() 30 if (branch(0, 0, v)) ++wrong; else ++ok; in tmll_mask_0() 31 if (branch(1, 0, v)) ++wrong; else ++ok; in tmll_mask_0() 32 if (branch(2, 0, v)) ++wrong; else ++ok; in tmll_mask_0() 33 if (branch(3, 0, v)) ++wrong; else ++ok; in tmll_mask_0() 34 if (branch(4, 0, v)) ++wrong; else ++ok; in tmll_mask_0() 35 if (branch(5, 0, v)) ++wrong; else ++ok; in tmll_mask_0() 36 if (branch(6, 0, v)) ++wrong; else ++ok; in tmll_mask_0() [all …]
|
D | spechelper-tm.c | 14 : [v] "Q"(v1) \ 23 unsigned char v; in tm_mask_0() local 27 v = ~0; in tm_mask_0() 30 if (branch(0, 0, v)) ++wrong; else ++ok; in tm_mask_0() 31 if (branch(1, 0, v)) ++wrong; else ++ok; in tm_mask_0() 32 if (branch(2, 0, v)) ++wrong; else ++ok; in tm_mask_0() 33 if (branch(3, 0, v)) ++wrong; else ++ok; in tm_mask_0() 34 if (branch(4, 0, v)) ++wrong; else ++ok; in tm_mask_0() 35 if (branch(5, 0, v)) ++wrong; else ++ok; in tm_mask_0() 36 if (branch(6, 0, v)) ++wrong; else ++ok; in tm_mask_0() [all …]
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-2velem.c | 8 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16() argument 10 return vmla_lane_s16(a, b, v, 3); in test_vmla_lane_s16() 14 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16() argument 16 return vmlaq_lane_s16(a, b, v, 3); in test_vmlaq_lane_s16() 20 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32() argument 22 return vmla_lane_s32(a, b, v, 1); in test_vmla_lane_s32() 26 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32() argument 28 return vmlaq_lane_s32(a, b, v, 1); in test_vmlaq_lane_s32() 32 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16() argument 34 return vmla_laneq_s16(a, b, v, 7); in test_vmla_laneq_s16() [all …]
|
/external/libvorbis/lib/ |
D | block.c | 34 static int ilog2(unsigned int v){ in ilog2() argument 36 if(v)--v; in ilog2() 37 while(v){ in ilog2() 39 v>>=1; in ilog2() 88 int vorbis_block_init(vorbis_dsp_state *v, vorbis_block *vb){ in vorbis_block_init() argument 91 vb->vd=v; in vorbis_block_init() 94 if(v->analysisp){ in vorbis_block_init() 181 static int _vds_shared_init(vorbis_dsp_state *v,vorbis_info *vi,int encp){ in _vds_shared_init() argument 190 memset(v,0,sizeof(*v)); in _vds_shared_init() 191 b=v->backend_state=_ogg_calloc(1,sizeof(*b)); in _vds_shared_init() [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
D | saturate_cast.hpp | 56 template <typename T> __device__ __forceinline__ T saturate_cast(uchar v) { return T(v); } in saturate_cast() argument 57 template <typename T> __device__ __forceinline__ T saturate_cast(schar v) { return T(v); } in saturate_cast() argument 58 template <typename T> __device__ __forceinline__ T saturate_cast(ushort v) { return T(v); } in saturate_cast() argument 59 template <typename T> __device__ __forceinline__ T saturate_cast(short v) { return T(v); } in saturate_cast() argument 60 template <typename T> __device__ __forceinline__ T saturate_cast(uint v) { return T(v); } in saturate_cast() argument 61 template <typename T> __device__ __forceinline__ T saturate_cast(int v) { return T(v); } in saturate_cast() argument 62 template <typename T> __device__ __forceinline__ T saturate_cast(float v) { return T(v); } in saturate_cast() argument 63 template <typename T> __device__ __forceinline__ T saturate_cast(double v) { return T(v); } in saturate_cast() argument 65 template <> __device__ __forceinline__ uchar saturate_cast<uchar>(schar v) in saturate_cast() argument 68 int vi = v; in saturate_cast() [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
D | get_long_double_fr_FR.pass.cpp | 65 std::string v = "0,00"; in main() local 69 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 71 assert(iter.base() == v.data() + v.size()); in main() 76 std::string v = "-0,01"; in main() local 80 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 82 assert(iter.base() == v.data() + v.size()); in main() 87 std::string v = "1 234 567,89 "; in main() local 91 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 93 assert(iter.base() == v.data() + v.size()); in main() 98 std::string v = "-1 234 567,89"; in main() local [all …]
|
D | get_long_double_en_US.pass.cpp | 63 std::string v = "0.00"; in main() local 67 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 69 assert(iter.base() == v.data() + v.size()); in main() 74 std::string v = "-0.01"; in main() local 78 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 80 assert(iter.base() == v.data() + v.size()); in main() 85 std::string v = "1,234,567.89"; in main() local 89 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 91 assert(iter.base() == v.data() + v.size()); in main() 96 std::string v = "-1,234,567.89"; in main() local [all …]
|
D | get_long_double_zh_CN.pass.cpp | 66 std::string v = "0.00"; in main() local 70 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 72 assert(iter.base() == v.data() + v.size()); in main() 77 std::string v = "-0.01"; in main() local 81 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 83 assert(iter.base() == v.data() + v.size()); in main() 88 std::string v = "1,234,567.89"; in main() local 92 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 94 assert(iter.base() == v.data() + v.size()); in main() 99 std::string v = "-1,234,567.89"; in main() local [all …]
|
D | get_long_double_ru_RU.pass.cpp | 71 std::string v = "0,00 "; in main() local 75 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 77 assert(iter.base() == v.data() + v.size()); in main() 82 std::string v = "-0,01 "; in main() local 86 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 88 assert(iter.base() == v.data() + v.size()); in main() 93 std::string v = "1 234 567,89 "; in main() local 97 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 99 assert(iter.base() == v.data() + v.size()); in main() 104 std::string v = "-1 234 567,89 "; in main() local [all …]
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
D | saturate_cast.hpp | 56 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(uchar v) { return _Tp(v); } in saturate_cast() argument 57 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(schar v) { return _Tp(v); } in saturate_cast() argument 58 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(ushort v) { return _Tp(v); } in saturate_cast() argument 59 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(short v) { return _Tp(v); } in saturate_cast() argument 60 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(uint v) { return _Tp(v); } in saturate_cast() argument 61 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(int v) { return _Tp(v); } in saturate_cast() argument 62 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(float v) { return _Tp(v); } in saturate_cast() argument 63 template<typename _Tp> __device__ __forceinline__ _Tp saturate_cast(double v) { return _Tp(v); } in saturate_cast() argument 65 template<> __device__ __forceinline__ uchar saturate_cast<uchar>(schar v) in saturate_cast() argument 68 int vi = v; in saturate_cast() [all …]
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-173907b.js | 41 var v = X; 42 var phi1 = v + K; 43 var phi2 = v - K; 47 var xmm1 = v; 48 var xmm2 = v*v*v; 49 var xmm3 = v*v*v*v; 50 var xmm4 = v*v*v*v*v; 51 var xmm5 = v*v*v*v*v*v; 52 var xmm6 = v*v*v*v*v*v*v; 53 var xmm7 = v*v*v*v*v*v*v*v; [all …]
|
D | regress-crbug-173907.js | 41 var v = X; 42 var phi1 = v + K; 43 var phi2 = v - K; 47 var xmm1 = v; 48 var xmm2 = v*v*v; 49 var xmm3 = v*v*v*v; 50 var xmm4 = v*v*v*v*v; 51 var xmm5 = v*v*v*v*v*v; 52 var xmm6 = v*v*v*v*v*v*v; 53 var xmm7 = v*v*v*v*v*v*v*v; [all …]
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_vb.c | 92 dst->attrib[FRAG_ATTRIB_WPOS][0] = s[0] * src->v.x + s[12]; in TAG() 93 dst->attrib[FRAG_ATTRIB_WPOS][1] = s[5] * src->v.y + s[13]; in TAG() 94 dst->attrib[FRAG_ATTRIB_WPOS][2] = s[10] * src->v.z + s[14]; in TAG() 97 dst->attrib[FRAG_ATTRIB_WPOS][0] = UNVIEWPORT_X( src->v.x ); in TAG() 98 dst->attrib[FRAG_ATTRIB_WPOS][1] = UNVIEWPORT_Y( src->v.y ); in TAG() 99 dst->attrib[FRAG_ATTRIB_WPOS][2] = UNVIEWPORT_Z( src->v.z ); in TAG() 111 GLfloat oow = 1.0 / src->v.w; in TAG() 112 dst->attrib[FRAG_ATTRIB_WPOS][0] = s[0] * src->v.x * oow + s[12]; in TAG() 113 dst->attrib[FRAG_ATTRIB_WPOS][1] = s[5] * src->v.y * oow + s[13]; in TAG() 114 dst->attrib[FRAG_ATTRIB_WPOS][2] = s[10] * src->v.z * oow + s[14]; in TAG() [all …]
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsmtrx.c | 50 void CMSEXPORT _cmsVEC3cross(cmsVEC3* r, const cmsVEC3* u, const cmsVEC3* v) in _cmsVEC3cross() argument 52 r ->n[VX] = u->n[VY] * v->n[VZ] - v->n[VY] * u->n[VZ]; in _cmsVEC3cross() 53 r ->n[VY] = u->n[VZ] * v->n[VX] - v->n[VZ] * u->n[VX]; in _cmsVEC3cross() 54 r ->n[VZ] = u->n[VX] * v->n[VY] - v->n[VX] * u->n[VY]; in _cmsVEC3cross() 58 cmsFloat64Number CMSEXPORT _cmsVEC3dot(const cmsVEC3* u, const cmsVEC3* v) in _cmsVEC3dot() argument 60 return u->n[VX] * v->n[VX] + u->n[VY] * v->n[VY] + u->n[VZ] * v->n[VZ]; in _cmsVEC3dot() 86 _cmsVEC3init(&a-> v[0], 1.0, 0.0, 0.0); in _cmsMAT3identity() 87 _cmsVEC3init(&a-> v[1], 0.0, 1.0, 0.0); in _cmsMAT3identity() 88 _cmsVEC3init(&a-> v[2], 0.0, 0.0, 1.0); in _cmsMAT3identity() 107 if (!CloseEnough(a ->v[i].n[j], Identity.v[i].n[j])) return FALSE; in _cmsMAT3isIdentity() [all …]
|
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
D | insert_iter_size_value.pass.cpp | 27 std::vector<int> v(100); in main() local 28 std::vector<int>::iterator i = v.insert(v.cbegin() + 10, 5, 1); in main() 29 assert(v.size() == 105); in main() 30 assert(is_contiguous_container_asan_correct(v)); in main() 31 assert(i == v.begin() + 10); in main() 34 assert(v[j] == 0); in main() 36 assert(v[j] == 1); in main() 38 assert(v[j] == 0); in main() 41 std::vector<int> v(100); in main() local 42 while(v.size() < v.capacity()) v.push_back(0); // force reallocation in main() [all …]
|