Searched defs:v0 (Results 51 - 75 of 230) sorted by relevance

12345678910

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp2-0x.cpp97 template<typename T> int v0; // expected-note +{{here}} member in namespace:N0
98 template<> extern int v0<char[1]>;
99 template<> extern int v0<char[2]>;
100 template<> extern int v0<char[5]>;
101 template<> extern int v0<char[6]>;
103 using N0::v0;
111 template<> int N0::v0<int[1]>; member in class:N0
112 template<> int v0<int[2]>; // FIXME: ill-formed variable
116 template<> int N0::v0<char[1]>; member in class:N0
117 template<> int v0<cha variable
122 template<> int N0::v0<int[5]>; // expected-error {{must originally be declared in namespace 'N0'}} expected-error {{does not enclose namespace}} member in class:N1::N0
123 template<> int v0<int[6]>; // expected-error {{must originally be declared in namespace 'N0'}} member in namespace:N1
127 template<> int N0::v0<char[5]>; // expected-error {{does not enclose namespace 'N0'}} member in class:N1::N0
128 template<> int v0<char[6]>; // FIXME: ill-formed member in namespace:N1
[all...]
/external/clang/test/SemaCXX/
H A Denum.cpp46 enum enum0 { v0 }; enumerator in enum:test1::enum0
47 int test0[is_same<__typeof(+v0), int>::value];
/external/clang/test/SemaTemplate/
H A Dinstantiate-function-1.cpp145 U f(T value, U v0, U v1, U v2) { argument
147 case 0: return v0;
/external/deqp/framework/common/
H A DtcuRasterizationVerifier.cpp52 const I64Vec2 v0 = line1Beg - line0Beg; local
54 const deInt64 crossProduct0 = (line.x() * v0.y() - line.y() * v0.x());
66 const I64Vec2 v0 = line0Beg - line1Beg; local
68 const deInt64 crossProduct0 = (line.x() * v0.y() - line.y() * v0.x());
/external/deqp/framework/referencerenderer/
H A DrrPrimitiveAssembler.hpp42 : v0 (DE_NULL)
50 : v0 (v0_)
61 case 0: return v0;
70 VertexPacket* v0; member in struct:rr::pa::Triangle
171 : v0 (DE_NULL)
178 : v0 (v0_)
188 case 0: return v0;
196 VertexPacket* v0; member in struct:rr::pa::Line
281 : v0(DE_NULL)
286 : v0(v0
290 VertexPacket* v0; member in struct:rr::pa::Point
347 VertexPacket* v0; member in struct:rr::pa::LineAdjacency
431 VertexPacket* v0; member in struct:rr::pa::TriangleAdjacency
[all...]
/external/eigen/test/
H A Dgeo_hyperplane.cpp138 Vector v0 = Vector::Random(); local
139 Vector v1(v0), v2(v0);
147 Plane p0 = Plane::Through(v0, v1, v2);
150 VERIFY_IS_MUCH_SMALLER_THAN(p0.absDistance(v0), Scalar(1));
/external/expat/lib/
H A Dsiphash.h132 uint64_t v0, v1, v2, v3; member in struct:siphash
166 H->v0 += H->v1;
168 H->v1 ^= H->v0;
169 H->v0 = SIP_ROTL(H->v0, 32);
175 H->v0 += H->v3;
177 H->v3 ^= H->v0;
189 H->v0 = _SIP_ULL(0x736f6d65U, 0x70736575U) ^ key->k[0];
218 H->v0 ^= m;
245 H->v0
[all...]
/external/libunwind/include/
H A Ddwarf_i.h158 uint8_t v0, v1; local
161 if ((ret = dwarf_readu8 (as, a, addr, &v0, arg)) < 0
166 *val = (uint16_t) v0 << 8 | v1;
168 *val = (uint16_t) v1 << 8 | v0;
176 uint16_t v0, v1; local
179 if ((ret = dwarf_readu16 (as, a, addr, &v0, arg)) < 0
184 *val = (uint32_t) v0 << 16 | v1;
186 *val = (uint32_t) v1 << 16 | v0;
194 uint32_t v0, v1; local
197 if ((ret = dwarf_readu32 (as, a, addr, &v0, ar
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h158 const Value *v0 = SymbolsBeforeStripping[nSym]; local
161 PointerType *PTy = dyn_cast<PointerType>(v0->getType());
162 bool IsNonGenericPointer = false; // Is v0 a non-generic pointer?
173 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) {
/external/lzma/C/
H A DSha256.c240 UInt32 v0 = p->state[i]; local
242 SetBe32(digest , v0);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c65 * between 'v0' and 'v1'.
72 const struct vertex_header *v0,
78 const float *val0 = v0->data[attr];
123 struct vertex_header *v0 = header->v[0]; local
126 const float *pos0 = v0->data[pos];
69 screen_interp( struct draw_context *draw, struct vertex_header *dst, float t, const struct vertex_header *v0, const struct vertex_header *v1 ) argument
H A Ddraw_pipe_wide_point.c136 struct vertex_header *v0 = dup_vert(stage, header->v[0], 0); local
141 float *pos0 = v0->data[pos];
177 set_texcoords( wide, v0, tex00 );
184 tri.v[0] = v0;
189 tri.v[0] = v0;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_point.c50 const float (*v0)[4]; member in struct:point_info
89 float w0 = info->v0[0][3];
93 info->a0[slot][i] = info->v0[slot][i]*w0;
115 float w0 = info->v0[0][3];
122 float x0 = info->v0[0][0] - setup->pixel_offset;
123 float y0 = info->v0[0][1] - setup->pixel_offset;
138 float x0 = info->v0[0][0] - setup->pixel_offset;
139 float y0 = info->v0[0][1] - setup->pixel_offset;
196 constant_coef(setup, info, slot, info->v0[0][2], 2);
201 constant_coef(setup, info, slot, info->v0[
309 print_point(struct lp_setup_context *setup, const float (*v0)[4], const float size) argument
521 lp_setup_point(struct lp_setup_context *setup, const float (*v0)[4]) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_tri.c466 struct brw_indirect v0 = brw_indirect(0, 0); local
470 brw_MOV(p, get_addr_reg(v0), deref_1uw(vptr, 0));
472 brw_clip_emit_vue(c, v0, BRW_URB_WRITE_ALLOCATE_COMPLETE,
477 brw_MOV(p, get_addr_reg(v0), deref_1uw(vptr, 0));
481 brw_clip_emit_vue(c, v0, BRW_URB_WRITE_ALLOCATE_COMPLETE,
485 brw_MOV(p, get_addr_reg(v0), deref_1uw(vptr, 0));
493 brw_clip_emit_vue(c, v0, BRW_URB_WRITE_EOT_COMPLETE,
527 struct brw_reg v0 = get_tmp(c); local
544 brw_MOV(p, v0, deref_4f(vt0, hpos_offset));
551 brw_CMP(p, t1, BRW_CONDITIONAL_L, v0, negat
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aatriangle.c42 * Compute coefficients of a plane using the X,Y coords of the v0, v1, v2
47 compute_plane(const GLfloat v0[], const GLfloat v1[], const GLfloat v2[], argument
50 const GLfloat px = v1[0] - v0[0];
51 const GLfloat py = v1[1] - v0[1];
54 const GLfloat qx = v2[0] - v0[0];
55 const GLfloat qy = v2[1] - v0[1];
67 const GLfloat d = -(a * v0[0] + b * v0[1] + c * z0);
152 compute_coveragef(const GLfloat v0[3], const GLfloat v1[3], argument
194 const GLfloat dx0 = v1[0] - v0[
252 rgba_aa_tri(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
263 general_aa_tri(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
[all...]
H A Ds_points.c515 _swrast_add_spec_terms_point(struct gl_context *ctx, const SWvertex *v0) argument
517 SWvertex *ncv0 = (SWvertex *) v0; /* cast away const */
/external/python/cpython2/Modules/
H A Dyuv.h26 unsigned int v0:2; member in struct:yuv411::__anon19555
49 #define YUV411_V00(y) ((y).v[0].v0<<6|(y).v[1].v0<<4|(y).v[2].v0<<2|(y).v[3].v0)
/external/python/cpython3/Python/
H A Dpyhash.c360 #define DOUBLE_ROUND(v0,v1,v2,v3) \
361 HALF_ROUND(v0,v1,v2,v3,13,16); \
362 HALF_ROUND(v2,v1,v0,v3,17,21); \
363 HALF_ROUND(v0,v1,v2,v3,13,16); \
364 HALF_ROUND(v2,v1,v0,v3,17,21);
374 uint64_t v0 = k0 ^ 0x736f6d6570736575ULL; local
388 DOUBLE_ROUND(v0,v1,v2,v3);
389 v0 ^= mi;
407 DOUBLE_ROUND(v0,v1,v2,v3);
408 v0
[all...]
/external/skia/samplecode/
H A DSampleColorFilter.cpp66 int v0 = inflate5To8(t0); local
69 int err0 = i - v0;
73 v0, err0, v1, err1, v2, err2);
/external/skia/src/gpu/gl/
H A DGrGLProgramDataManager.cpp85 void GrGLProgramDataManager::set1f(UniformHandle u, float v0) const {
90 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fLocation, v0));
110 void GrGLProgramDataManager::set2f(UniformHandle u, float v0, float v1) const { argument
115 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fLocation, v0, v1));
131 void GrGLProgramDataManager::set3f(UniformHandle u, float v0, float v1, float v2) const { argument
136 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fLocation, v0, v1, v2));
153 float v0,
161 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fLocation, v0, v1, v2, v3));
152 set4f(UniformHandle u, float v0, float v1, float v2, float v3) const argument
/external/skia/src/gpu/text/
H A DGrAtlasTextBlobVertexRegenerator.cpp41 uint16_t u0, v0, u1, v1; local
54 v0 = glyph->fAtlasLocation.fY + SK_DistanceFieldInset;
56 v1 = v0 + height - 2 * SK_DistanceFieldInset;
59 v0 = glyph->fAtlasLocation.fY;
61 v1 = v0 + height;
70 v0 <<= 1;
71 v0 |= vBit;
117 textureCoords[1] = v0;
163 textureCoords[1] = v0;
/external/skia/src/gpu/vk/
H A DGrVkPipelineStateDataManager.cpp86 void GrVkPipelineStateDataManager::set1f(UniformHandle u, float v0) const {
92 memcpy(buffer, &v0, sizeof(float));
113 void GrVkPipelineStateDataManager::set2f(UniformHandle u, float v0, float v1) const { argument
119 float v[2] = { v0, v1 };
141 void GrVkPipelineStateDataManager::set3f(UniformHandle u, float v0, float v1, float v2) const { argument
147 float v[3] = { v0, v1, v2 };
170 float v0,
179 float v[4] = { v0, v1, v2, v3 };
169 set4f(UniformHandle u, float v0, float v1, float v2, float v3) const argument
/external/skia/src/utils/
H A DSkInsetConvexPolygon.cpp22 SkVector v0 = s1 - s0; local
24 SkScalar perpDot = v0.cross(v1);
100 SkVector v0 = s0.fP1 - s0.fP0; local
103 SkScalar perpDot = v0.cross(v1);
128 SkScalar localT = d.cross(v0) / perpDot;
133 v0 *= localS;
134 *p = s0.fP0 + v0;
146 SkVector v0 = poly[0] - poly[poly.count() - 1]; local
148 SkScalar winding = v0.cross(v1);
154 SkVector v0 local
[all...]
/external/skqp/samplecode/
H A DSampleColorFilter.cpp66 int v0 = inflate5To8(t0); local
69 int err0 = i - v0;
73 v0, err0, v1, err1, v2, err2);
/external/skqp/src/gpu/gl/
H A DGrGLProgramDataManager.cpp85 void GrGLProgramDataManager::set1f(UniformHandle u, float v0) const {
90 GR_GL_CALL(fGpu->glInterface(), Uniform1f(uni.fLocation, v0));
110 void GrGLProgramDataManager::set2f(UniformHandle u, float v0, float v1) const { argument
115 GR_GL_CALL(fGpu->glInterface(), Uniform2f(uni.fLocation, v0, v1));
131 void GrGLProgramDataManager::set3f(UniformHandle u, float v0, float v1, float v2) const { argument
136 GR_GL_CALL(fGpu->glInterface(), Uniform3f(uni.fLocation, v0, v1, v2));
153 float v0,
161 GR_GL_CALL(fGpu->glInterface(), Uniform4f(uni.fLocation, v0, v1, v2, v3));
152 set4f(UniformHandle u, float v0, float v1, float v2, float v3) const argument

Completed in 1767 milliseconds

12345678910