/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/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/valgrind/main/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/qemu/qapi-auto-generated/ |
D | qapi-types.c | 391 Visitor *v; in qapi_free_strList() local 398 v = qapi_dealloc_get_visitor(md); in qapi_free_strList() 399 visit_type_strList(v, &obj, NULL, NULL); in qapi_free_strList() 406 Visitor *v; in qapi_free_intList() local 413 v = qapi_dealloc_get_visitor(md); in qapi_free_intList() 414 visit_type_intList(v, &obj, NULL, NULL); in qapi_free_intList() 421 Visitor *v; in qapi_free_numberList() local 428 v = qapi_dealloc_get_visitor(md); in qapi_free_numberList() 429 visit_type_numberList(v, &obj, NULL, NULL); in qapi_free_numberList() 436 Visitor *v; in qapi_free_boolList() local [all …]
|
/external/chromium_org/third_party/mesa/src/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/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/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/chromium_org/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/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
D | get_long_double_fr_FR.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 | 61 std::string v = "0.00"; in main() local 65 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 67 assert(iter.base() == v.data() + v.size()); in main() 72 std::string v = "-0.01"; in main() local 76 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 78 assert(iter.base() == v.data() + v.size()); in main() 83 std::string v = "1,234,567.89"; in main() local 87 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 89 assert(iter.base() == v.data() + v.size()); in main() 94 std::string v = "-1,234,567.89"; in main() local [all …]
|
D | get_long_double_en_US.pass.cpp | 61 std::string v = "0.00"; in main() local 65 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 67 assert(iter.base() == v.data() + v.size()); in main() 72 std::string v = "-0.01"; in main() local 76 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 78 assert(iter.base() == v.data() + v.size()); in main() 83 std::string v = "1,234,567.89"; in main() local 87 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 89 assert(iter.base() == v.data() + v.size()); in main() 94 std::string v = "-1,234,567.89"; in main() local [all …]
|
D | get_long_double_ru_RU.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_string_en_US.pass.cpp | 61 std::string v = "0.00"; in main() local 65 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 67 assert(iter.base() == v.data() + v.size()); in main() 72 std::string v = "-0.01"; in main() local 76 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 78 assert(iter.base() == v.data() + v.size()); in main() 83 std::string v = "1,234,567.89"; in main() local 87 I iter = f.get(I(v.data()), I(v.data() + v.size()), in main() 89 assert(iter.base() == v.data() + v.size()); in main() 94 std::string v = "-1,234,567.89"; in main() local [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 …]
|
D | t_dd_unfilled.h | 29 #define VERT_SET_SPEC( v, c ) argument 41 VERTEX *v[3]; in TAG() local 44 v[0] = (VERTEX *)GET_VERTEX(e0); in TAG() 45 v[1] = (VERTEX *)GET_VERTEX(e1); in TAG() 46 v[2] = (VERTEX *)GET_VERTEX(e2); in TAG() 51 VERT_COPY_RGBA(v[0], v[2]); in TAG() 52 VERT_COPY_RGBA(v[1], v[2]); in TAG() 57 VERT_COPY_SPEC(v[0], v[2]); in TAG() 58 VERT_COPY_SPEC(v[1], v[2]); in TAG() 68 if (ef[e0]) POINT( v[0] ); in TAG() [all …]
|
/external/chromium_org/third_party/mesa/src/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 …]
|
D | t_dd_unfilled.h | 29 #define VERT_SET_SPEC( v, c ) argument 41 VERTEX *v[3]; in TAG() local 44 v[0] = (VERTEX *)GET_VERTEX(e0); in TAG() 45 v[1] = (VERTEX *)GET_VERTEX(e1); in TAG() 46 v[2] = (VERTEX *)GET_VERTEX(e2); in TAG() 51 VERT_COPY_RGBA(v[0], v[2]); in TAG() 52 VERT_COPY_RGBA(v[1], v[2]); in TAG() 57 VERT_COPY_SPEC(v[0], v[2]); in TAG() 58 VERT_COPY_SPEC(v[1], v[2]); in TAG() 68 if (ef[e0]) POINT( v[0] ); in TAG() [all …]
|
/external/pdfium/core/src/fxcodec/lcms2/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/chromium_org/third_party/mesa/src/src/glsl/ |
D | ir_hv_accept.cpp | 47 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l, in visit_list_elements() argument 50 ir_instruction *prev_base_ir = v->base_ir; in visit_list_elements() 55 v->base_ir = ir; in visit_list_elements() 56 ir_visitor_status s = ir->accept(v); in visit_list_elements() 62 v->base_ir = prev_base_ir; in visit_list_elements() 69 ir_rvalue::accept(ir_hierarchical_visitor *v) in accept() argument 71 return v->visit(this); in accept() 76 ir_variable::accept(ir_hierarchical_visitor *v) in accept() argument 78 return v->visit(this); in accept() 83 ir_loop::accept(ir_hierarchical_visitor *v) in accept() argument [all …]
|