/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 …]
|
D | conversion.c | 208 void test6(char v) { in test6() argument 209 takes_char(v); in test6() 210 takes_short(v); in test6() 211 takes_int(v); in test6() 212 takes_long(v); in test6() 213 takes_longlong(v); in test6() 214 takes_float(v); in test6() 215 takes_double(v); in test6() 216 takes_longdouble(v); in test6() 219 void test7(short v) { in test7() argument [all …]
|
/external/kernel-headers/original/asm-mips/ |
D | atomic.h | 33 #define atomic_read(v) ((v)->counter) argument 42 #define atomic_set(v, i) ((v)->counter = (i)) argument 51 static __inline__ void atomic_add(int i, atomic_t * v) in atomic_add() argument 63 : "=&r" (temp), "=m" (v->counter) in atomic_add() 64 : "Ir" (i), "m" (v->counter)); in atomic_add() 78 : "=&r" (temp), "=m" (v->counter) in atomic_add() 79 : "Ir" (i), "m" (v->counter)); in atomic_add() 84 v->counter += i; in atomic_add() 96 static __inline__ void atomic_sub(int i, atomic_t * v) in atomic_sub() argument 108 : "=&r" (temp), "=m" (v->counter) in atomic_sub() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
D | Box.java | 163 Vector3f[] v = computeVertices(); in duUpdateGeometryVertices() local 165 …v[0].x, v[0].y, v[0].z, v[1].x, v[1].y, v[1].z, v[2].x, v[2].y, v[2].z, v[3].x, v[3].y, v[3].z, //… in duUpdateGeometryVertices() 166 …v[1].x, v[1].y, v[1].z, v[4].x, v[4].y, v[4].z, v[6].x, v[6].y, v[6].z, v[2].x, v[2].y, v[2].z, //… in duUpdateGeometryVertices() 167 …v[4].x, v[4].y, v[4].z, v[5].x, v[5].y, v[5].z, v[7].x, v[7].y, v[7].z, v[6].x, v[6].y, v[6].z, //… in duUpdateGeometryVertices() 168 …v[5].x, v[5].y, v[5].z, v[0].x, v[0].y, v[0].z, v[3].x, v[3].y, v[3].z, v[7].x, v[7].y, v[7].z, //… in duUpdateGeometryVertices() 169 …v[2].x, v[2].y, v[2].z, v[6].x, v[6].y, v[6].z, v[7].x, v[7].y, v[7].z, v[3].x, v[3].y, v[3].z, //… in duUpdateGeometryVertices() 170 …v[0].x, v[0].y, v[0].z, v[5].x, v[5].y, v[5].z, v[4].x, v[4].y, v[4].z, v[1].x, v[1].y, v[1].z //… in duUpdateGeometryVertices()
|
/external/quake/quake/src/WinQuake/ |
D | sv_phys.cpp | 72 if (check->u.v.movetype == MOVETYPE_PUSH in SV_CheckAllEnts() 73 || check->u.v.movetype == MOVETYPE_NONE in SV_CheckAllEnts() 75 || check->u.v.movetype == MOVETYPE_FOLLOW in SV_CheckAllEnts() 77 || check->u.v.movetype == MOVETYPE_NOCLIP) in SV_CheckAllEnts() 99 if (IS_NAN(ent->u.v.velocity[i])) in SV_CheckVelocity() 101 Con_Printf ("Got a NaN velocity on %s\n", pr_strings + ent->u.v.classname); in SV_CheckVelocity() 102 ent->u.v.velocity[i] = 0; in SV_CheckVelocity() 104 if (IS_NAN(ent->u.v.origin[i])) in SV_CheckVelocity() 106 Con_Printf ("Got a NaN origin on %s\n", pr_strings + ent->u.v.classname); in SV_CheckVelocity() 107 ent->u.v.origin[i] = 0; in SV_CheckVelocity() [all …]
|
D | r_aclip.cpp | 55 if (pfv0->v[1] >= pfv1->v[1]) in R_Alias_clip_z() 64 out->v[2] = pfv0->v[2] + (pfv1->v[2] - pfv0->v[2]) * scale; in R_Alias_clip_z() 65 out->v[3] = pfv0->v[3] + (pfv1->v[3] - pfv0->v[3]) * scale; in R_Alias_clip_z() 66 out->v[4] = pfv0->v[4] + (pfv1->v[4] - pfv0->v[4]) * scale; in R_Alias_clip_z() 77 out->v[2] = pfv1->v[2] + (pfv0->v[2] - pfv1->v[2]) * scale; in R_Alias_clip_z() 78 out->v[3] = pfv1->v[3] + (pfv0->v[3] - pfv1->v[3]) * scale; in R_Alias_clip_z() 79 out->v[4] = pfv1->v[4] + (pfv0->v[4] - pfv1->v[4]) * scale; in R_Alias_clip_z() 84 if (out->v[0] < r_refdef.aliasvrect.x) in R_Alias_clip_z() 86 if (out->v[1] < r_refdef.aliasvrect.y) in R_Alias_clip_z() 88 if (out->v[0] > r_refdef.aliasvrectright) in R_Alias_clip_z() [all …]
|
/external/mesa3d/src/glsl/ |
D | ir_hv_accept.cpp | 41 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l) in visit_list_elements() argument 43 ir_instruction *prev_base_ir = v->base_ir; in visit_list_elements() 47 v->base_ir = ir; in visit_list_elements() 48 ir_visitor_status s = ir->accept(v); in visit_list_elements() 53 v->base_ir = prev_base_ir; in visit_list_elements() 60 ir_variable::accept(ir_hierarchical_visitor *v) in accept() argument 62 return v->visit(this); in accept() 67 ir_loop::accept(ir_hierarchical_visitor *v) in accept() argument 69 ir_visitor_status s = v->visit_enter(this); in accept() 74 s = visit_list_elements(v, &this->body_instructions); in accept() [all …]
|
/external/quake/quake/src/QW/client/ |
D | r_aclip.c | 55 if (pfv0->v[1] >= pfv1->v[1]) in R_Alias_clip_z() 64 out->v[2] = pfv0->v[2] + (pfv1->v[2] - pfv0->v[2]) * scale; in R_Alias_clip_z() 65 out->v[3] = pfv0->v[3] + (pfv1->v[3] - pfv0->v[3]) * scale; in R_Alias_clip_z() 66 out->v[4] = pfv0->v[4] + (pfv1->v[4] - pfv0->v[4]) * scale; in R_Alias_clip_z() 77 out->v[2] = pfv1->v[2] + (pfv0->v[2] - pfv1->v[2]) * scale; in R_Alias_clip_z() 78 out->v[3] = pfv1->v[3] + (pfv0->v[3] - pfv1->v[3]) * scale; in R_Alias_clip_z() 79 out->v[4] = pfv1->v[4] + (pfv0->v[4] - pfv1->v[4]) * scale; in R_Alias_clip_z() 84 if (out->v[0] < r_refdef.aliasvrect.x) in R_Alias_clip_z() 86 if (out->v[1] < r_refdef.aliasvrect.y) in R_Alias_clip_z() 88 if (out->v[0] > r_refdef.aliasvrectright) in R_Alias_clip_z() [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | testVMX.c | 281 vector signed char v; member 287 vector unsigned char v; member 293 vector bool char v; member 299 vector signed short v; member 305 vector unsigned short v; member 311 vector bool short v; member 317 vector signed int v; member 323 vector unsigned int v; member 329 vector bool int v; member 336 vector float v; member [all …]
|
/external/quake/quake/src/QW/server/ |
D | sv_phys.c | 75 if (check->v.movetype == MOVETYPE_PUSH in SV_CheckAllEnts() 76 || check->v.movetype == MOVETYPE_NONE in SV_CheckAllEnts() 77 || check->v.movetype == MOVETYPE_NOCLIP) in SV_CheckAllEnts() 99 if (IS_NAN(ent->v.velocity[i])) in SV_CheckVelocity() 101 Con_Printf ("Got a NaN velocity on %s\n", PR_GetString(ent->v.classname)); in SV_CheckVelocity() 102 ent->v.velocity[i] = 0; in SV_CheckVelocity() 104 if (IS_NAN(ent->v.origin[i])) in SV_CheckVelocity() 106 Con_Printf ("Got a NaN origin on %s\n", PR_GetString(ent->v.classname)); in SV_CheckVelocity() 107 ent->v.origin[i] = 0; in SV_CheckVelocity() 109 if (ent->v.velocity[i] > sv_maxvelocity.value) in SV_CheckVelocity() [all …]
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
D | Hex.java | 48 public static String u8(long v) { in u8() argument 51 result[15 - i] = Character.forDigit((int) v & 0x0f, 16); in u8() 52 v >>= 4; in u8() 64 public static String u4(int v) { in u4() argument 67 result[7 - i] = Character.forDigit(v & 0x0f, 16); in u4() 68 v >>= 4; in u4() 80 public static String u3(int v) { in u3() argument 83 result[5 - i] = Character.forDigit(v & 0x0f, 16); in u3() 84 v >>= 4; in u3() 96 public static String u2(int v) { in u2() argument [all …]
|
/external/kernel-headers/original/asm-arm/ |
D | atomic.h | 22 #define atomic_read(v) ((v)->counter) argument 33 static inline void atomic_set(atomic_t *v, int i) in atomic_set() argument 43 : "r" (&v->counter), "r" (i) in atomic_set() 47 static inline int atomic_add_return(int i, atomic_t *v) in atomic_add_return() argument 59 : "r" (&v->counter), "Ir" (i) in atomic_add_return() 65 static inline int atomic_sub_return(int i, atomic_t *v) in atomic_sub_return() argument 77 : "r" (&v->counter), "Ir" (i) in atomic_sub_return() 124 #define atomic_set(v,i) (((v)->counter) = (i)) argument 126 static inline int atomic_add_return(int i, atomic_t *v) in atomic_add_return() argument 132 val = v->counter; in atomic_add_return() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | Hex.java | 36 public static String u8(long v) { in u8() argument 39 result[15 - i] = Character.forDigit((int) v & 0x0f, 16); in u8() 40 v >>= 4; in u8() 52 public static String u4(int v) { in u4() argument 55 result[7 - i] = Character.forDigit(v & 0x0f, 16); in u4() 56 v >>= 4; in u4() 68 public static String u3(int v) { in u3() argument 71 result[5 - i] = Character.forDigit(v & 0x0f, 16); in u3() 72 v >>= 4; in u3() 84 public static String u2(int v) { in u2() argument [all …]
|
/external/v8/test/cctest/ |
D | test-dataflow.cc | 42 BitVector v(15, zone); in TEST() local 43 v.Add(1); in TEST() 44 CHECK(v.Contains(1)); in TEST() 45 v.Remove(0); in TEST() 46 CHECK(!v.Contains(0)); in TEST() 47 v.Add(0); in TEST() 48 v.Add(1); in TEST() 51 v.Intersect(w); in TEST() 52 CHECK(!v.Contains(0)); in TEST() 53 CHECK(v.Contains(1)); in TEST() [all …]
|
/external/stlport/test/unit/ |
D | vector_test.cpp | 156 vector<int> v(4); in vec_test_4() local 158 v[0] = 1; in vec_test_4() 159 v[1] = 4; in vec_test_4() 160 v[2] = 9; in vec_test_4() 161 v[3] = 16; in vec_test_4() 163 CPPUNIT_ASSERT( v.front() == 1 ); in vec_test_4() 164 CPPUNIT_ASSERT( v.back() == 16 ); in vec_test_4() 166 v.push_back(25); in vec_test_4() 168 CPPUNIT_ASSERT( v.back() == 25 ); in vec_test_4() 169 CPPUNIT_ASSERT( v.size() == 5 ); in vec_test_4() [all …]
|
D | fill_test.cpp | 32 vector <int> v(10); in fill1() local 33 fill(v.begin(), v.end(), 42); in fill1() 35 CPPUNIT_ASSERT(v[0]==42); in fill1() 36 CPPUNIT_ASSERT(v[1]==42); in fill1() 37 CPPUNIT_ASSERT(v[2]==42); in fill1() 38 CPPUNIT_ASSERT(v[3]==42); in fill1() 39 CPPUNIT_ASSERT(v[4]==42); in fill1() 40 CPPUNIT_ASSERT(v[5]==42); in fill1() 41 CPPUNIT_ASSERT(v[6]==42); in fill1() 42 CPPUNIT_ASSERT(v[7]==42); in fill1() [all …]
|
D | heap_test.cpp | 73 vector<int> v; in pheap1() local 75 v.push_back(1); in pheap1() 76 v.push_back(20); in pheap1() 77 v.push_back(4); in pheap1() 78 make_heap(v.begin(), v.end()); in pheap1() 80 v.push_back(7); in pheap1() 81 push_heap(v.begin(), v.end()); in pheap1() 83 sort_heap(v.begin(), v.end()); in pheap1() 85 CPPUNIT_ASSERT(v[0]==1); in pheap1() 86 CPPUNIT_ASSERT(v[1]==4); in pheap1() [all …]
|
/external/skia/third_party/glu/libtess/ |
D | geom.h | 52 #define VertEq(u,v) (((u)->s == (v)->s) & ((u)->t == (v)->t)) argument 53 #define VertLeq(u,v) (((u)->s < (v)->s) | \ argument 54 ((u)->s == (v)->s & (u)->t <= (v)->t)) 56 #define VertEq(u,v) ((u)->s == (v)->s && (u)->t == (v)->t) argument 57 #define VertLeq(u,v) (((u)->s < (v)->s) || \ argument 58 ((u)->s == (v)->s && (u)->t <= (v)->t)) 61 #define EdgeEval(u,v,w) __gl_edgeEval(u,v,w) argument 62 #define EdgeSign(u,v,w) __gl_edgeSign(u,v,w) argument 66 #define TransLeq(u,v) (((u)->t < (v)->t) || \ argument 67 ((u)->t == (v)->t && (u)->s <= (v)->s)) [all …]
|
/external/kernel-headers/original/asm-mips/lasat/ |
D | lasat.h | 105 #define LASAT_W0_DSCTYPE(v) (((v)) & 0xf) argument 106 #define LASAT_W0_BMID(v) (((v) >> 0x04) & 0xf) argument 107 #define LASAT_W0_CPUTYPE(v) (((v) >> 0x08) & 0xf) argument 108 #define LASAT_W0_BUSSPEED(v) (((v) >> 0x0c) & 0xf) argument 109 #define LASAT_W0_CPUCLK(v) (((v) >> 0x10) & 0xf) argument 110 #define LASAT_W0_SDRAMBANKSZ(v) (((v) >> 0x14) & 0xf) argument 111 #define LASAT_W0_SDRAMBANKS(v) (((v) >> 0x18) & 0xf) argument 112 #define LASAT_W0_L2CACHE(v) (((v) >> 0x1c) & 0xf) argument 114 #define LASAT_W1_EDHAC(v) (((v)) & 0xf) argument 115 #define LASAT_W1_HIFN(v) (((v) >> 0x04) & 0x1) argument [all …]
|
/external/tremolo/Tremolo/ |
D | dsp.c | 46 int vorbis_dsp_restart(vorbis_dsp_state *v){ in vorbis_dsp_restart() argument 47 if(!v)return -1; in vorbis_dsp_restart() 49 vorbis_info *vi=v->vi; in vorbis_dsp_restart() 56 v->out_end=-1; in vorbis_dsp_restart() 57 v->out_begin=-1; in vorbis_dsp_restart() 59 v->granulepos=-1; in vorbis_dsp_restart() 60 v->sequence=-1; in vorbis_dsp_restart() 61 v->sample_count=-1; in vorbis_dsp_restart() 66 int vorbis_dsp_init(vorbis_dsp_state *v,vorbis_info *vi){ in vorbis_dsp_init() argument 71 v->vi=vi; in vorbis_dsp_init() [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | VectorTest.java | 55 Vector v = new Vector(); in test_Constructor() local 56 assertEquals("Vector creation failed", 0, v.size()); in test_Constructor() 57 assertEquals("Wrong capacity", 10, v.capacity()); in test_Constructor() 66 Vector v = new Vector(100); in test_ConstructorI() local 67 assertEquals("Vector creation failed", 0, v.size()); in test_ConstructorI() 68 assertEquals("Wrong capacity", 100, v.capacity()); in test_ConstructorI() 77 Vector v = new Vector(2, 10); in test_ConstructorII() local 78 v.addElement(new Object()); in test_ConstructorII() 79 v.addElement(new Object()); in test_ConstructorII() 80 v.addElement(new Object()); in test_ConstructorII() [all …]
|
/external/flac/libFLAC/ |
D | bitmath.c | 61 unsigned FLAC__bitmath_ilog2(FLAC__uint32 v) in FLAC__bitmath_ilog2() argument 64 FLAC__ASSERT(v > 0); in FLAC__bitmath_ilog2() 65 while(v >>= 1) in FLAC__bitmath_ilog2() 70 unsigned FLAC__bitmath_ilog2_wide(FLAC__uint64 v) in FLAC__bitmath_ilog2_wide() argument 73 FLAC__ASSERT(v > 0); in FLAC__bitmath_ilog2_wide() 74 while(v >>= 1) in FLAC__bitmath_ilog2_wide() 103 unsigned FLAC__bitmath_silog2(int v) in FLAC__bitmath_silog2() argument 106 if(v == 0) { in FLAC__bitmath_silog2() 109 else if(v > 0) { in FLAC__bitmath_silog2() 111 while(v) { in FLAC__bitmath_silog2() [all …]
|
/external/qemu/ |
D | bswap.h | 85 #define be_bswap(v, size) (v) argument 86 #define le_bswap(v, size) bswap ## size(v) argument 87 #define be_bswaps(v, size) argument 90 #define le_bswap(v, size) (v) argument 91 #define be_bswap(v, size) bswap ## size(v) argument 92 #define le_bswaps(v, size) argument 97 static inline type endian ## size ## _to_cpu(type v)\ 99 return endian ## _bswap(v, size);\ 102 static inline type cpu_to_ ## endian ## size(type v)\ 104 return endian ## _bswap(v, size);\ [all …]
|
/external/kernel-headers/original/asm-x86/ |
D | atomic_32.h | 28 #define atomic_read(v) ((v)->counter) argument 37 #define atomic_set(v,i) (((v)->counter) = (i)) argument 46 static __inline__ void atomic_add(int i, atomic_t *v) in atomic_add() argument 50 :"+m" (v->counter) in atomic_add() 61 static __inline__ void atomic_sub(int i, atomic_t *v) in atomic_sub() argument 65 :"+m" (v->counter) in atomic_sub() 78 static __inline__ int atomic_sub_and_test(int i, atomic_t *v) in atomic_sub_and_test() argument 84 :"+m" (v->counter), "=qm" (c) in atomic_sub_and_test() 95 static __inline__ void atomic_inc(atomic_t *v) in atomic_inc() argument 99 :"+m" (v->counter)); in atomic_inc() [all …]
|
/external/v8/tools/ |
D | gdb-v8-support.py | 63 def has_smi_tag(v): argument 64 return v & kSmiTagMask == kSmiTag 67 def has_failure_tag(v): argument 68 return v & kFailureTagMask == kFailureTag 71 def has_heap_object_tag(v): argument 72 return v & kHeapObjectTagMask == kHeapObjectTag 75 def raw_heap_object(v): argument 76 return v - kHeapObjectTag 79 def smi_to_int_32(v): argument 80 v = v & kAllBits [all …]
|