Searched defs:v0 (Results 26 - 50 of 230) sorted by relevance

12345678910

/external/skia/src/sfnt/
H A DSkOTTable_OS_2.h32 struct V0 : SkOTTableOS2_V0 { } v0; member in union:SkOTTableOS2::Version
/external/skqp/src/sfnt/
H A DSkOTTable_OS_2.h32 struct V0 : SkOTTableOS2_V0 { } v0; member in union:SkOTTableOS2::Version
/external/tensorflow/tensorflow/compiler/jit/kernels/
H A Dparallel_check_op.cc36 int CompareTensors(DataType dtype, const char* v0, const char* v1, argument
39 const T* p0 = reinterpret_cast<const T*>(v0);
88 const char* v0 = t0.tensor_data().data(); variable
94 CompareTensors<int32>(ctx->input_dtype(i), v0, v1, num_elts, i);
98 CompareTensors<int64>(ctx->input_dtype(i), v0, v1, num_elts, i);
102 CompareTensors<float>(ctx->input_dtype(i), v0, v1, num_elts, i);
106 CompareTensors<double>(ctx->input_dtype(i), v0, v1, num_elts, i);
110 CompareTensors<bool>(ctx->input_dtype(i), v0, v1, num_elts, i);
/external/clang/test/Headers/
H A Dstddefneeds.cpp5 void* v0 = NULL; // expected-error{{undeclared}} variable
/external/clang/test/SemaCXX/
H A Dcaptured-statements.cpp67 void set(const T &v0) { argument
70 v = v0;
/external/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp8 int v0; // expected-note{{refers here}} variable
9 template int v0; // expected-error{{does not refer}} variable
/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.cpp48 static inline float triangleInterpolate (float v0, float v1, float v2, float x, float y) argument
50 return v0 + (v2-v0)*x + (v1-v0)*y;
/external/eigen/test/
H A Dgeo_quaternion.cpp62 Vector3 v0 = Vector3::Random(),
80 q1 = AngleAxisx(a, v0.normalized());
185 Vector3 v0 = Vector3::Random(), local
201 mq1 = AngleAxisx(a, v0.normalized());
/external/guava/guava/src/com/google/common/hash/
H A DSipHashFunction.java105 // was some asymmetry so that the initial v0 and v1 differ from v2 and v3.
106 private long v0 = 0x736f6d6570736575L; field in class:SipHashFunction.SipHasher
122 this.v0 ^= k0;
148 return HashCode.fromLong(v0 ^ v1 ^ v2 ^ v3);
154 v0 ^= m;
159 v0 += v1;
163 v1 ^= v0;
165 v0 = Long.rotateLeft(v0, 32);
167 v0
[all...]
/external/libunwind/tests/
H A DGia64-test-stack.c58 unw_word_t ip, sp, bsp, v0, v1, v2, v3, n0, n1, n2, n3, cfm, sof, sol, r32; local
82 v0 = v1 = v2 = v3 = 0;
85 ((ret = unw_get_reg (&c, UNW_IA64_GR + reg, &v0)) < 0
98 n0 ? '*' : ' ', v0, n1 ? '*' : ' ', v1,
133 if ((ret = unw_get_reg (&c, UNW_IA64_GR + 33 + l, &v0)) < 0
147 if (v0 != v1)
149 l, v1, v0);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c157 const float *v0 = header->v[0]->data[pos]; local
161 /* edge vectors: e = v0 - v2, f = v1 - v2 */
162 const float ex = v0[0] - v2[0];
163 const float ey = v0[1] - v2[1];
H A Ddraw_pipe_offset.c74 float *v0 = header->v[0]->data[pos]; local
78 /* edge vectors e = v0 - v2, f = v1 - v2 */
79 float ex = v0[0] - v2[0];
80 float ey = v0[1] - v2[1];
81 float ez = v0[2] - v2[2];
100 maxz.f = MAX3(v0[2], v1[2], v2[2]);
123 v0[2] = CLAMP(v0[2] + zoffset, 0.0f, 1.0f);
H A Ddraw_pipe_unfilled.c91 struct vertex_header *v0)
96 tmp.v[0] = v0;
102 struct vertex_header *v0,
108 tmp.v[0] = v0;
117 struct vertex_header *v0 = header->v[0]; local
123 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0->edgeflag)
124 point(stage, header, v0);
135 struct vertex_header *v0 = header->v[0]; local
153 line(stage, header, v2, v0);
154 if ((header->flags & DRAW_PIPE_EDGE_FLAG_0) && v0
89 point(struct draw_stage *stage, struct prim_header *header, struct vertex_header *v0) argument
100 line(struct draw_stage *stage, struct prim_header *header, struct vertex_header *v0, struct vertex_header *v1) argument
[all...]
H A Ddraw_pipe_wide_line.c67 struct vertex_header *v0 = dup_vert(stage, header->v[0], 0); local
72 float *pos0 = v0->data[pos];
140 tri.v[0] = v0;
145 tri.v[0] = v0;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_unfilled.c55 struct brw_reg v0 = byte_offset(c->reg.vertex[0], hpos_offset); local
72 brw_MOV(p, v0n, v0);
291 struct brw_indirect v0 = brw_indirect(0, 0); local
304 brw_MOV(p, get_addr_reg(v0), deref_1uw(v0ptr, 0));
307 apply_one_offset(c, v0);
317 * *v1ptr = v0
327 brw_MOV(p, get_addr_reg(v0), deref_1uw(v0ptr, 0));
334 deref_1f(v0, brw_varying_to_offset(&c->vue_map,
339 brw_clip_emit_vue(c, v0, BRW_URB_WRITE_ALLOCATE_COMPLETE,
362 struct brw_indirect v0 local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_aalinetemp.h106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
115 line.x0 = v0->attrib[VARYING_SLOT_POS][0];
116 line.y0 = v0->attrib[VARYING_SLOT_POS][1];
138 v0->attrib[VARYING_SLOT_POS][2], v1->attrib[VARYING_SLOT_POS][2], line.zPlane);
143 v0->color[RCOMP], v1->color[RCOMP], line.rPlane);
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane);
147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane);
149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane);
159 const GLfloat invW0 = v0->attrib[VARYING_SLOT_POS][3];
172 const GLfloat a0 = v0
[all...]
H A Ds_lines.c163 const SWvertex *v0, const SWvertex *v1)
165 SWvertex *ncv0 = (SWvertex *)v0;
173 /* sum v0 */
162 _swrast_add_spec_terms_line(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1) argument
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.c55 const SWvertex *v0,
68 const SWvertex *v0,
75 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
76 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
79 if (ef[e0]) _swrast_Line( ctx, v0, v1 );
81 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
94 const SWvertex *v0,
98 if (ef[e0]) _swrast_Point( ctx, v0 );
119 SWvertex *v0 = &verts[e0]; local
137 /* save colors/indexes for v0, v
63 _swsetup_edge_render_line_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
89 _swsetup_edge_render_point_tri(struct gl_context *ctx, const GLubyte *ef, GLuint e0, GLuint e1, GLuint e2, const SWvertex *v0, const SWvertex *v1, const SWvertex *v2) argument
231 swsetup_line( struct gl_context *ctx, GLuint v0, GLuint v1 ) argument
[all...]
H A Dss_tritmp.h216 static void TAG(quadfunc)( struct gl_context *ctx, GLuint v0, argument
225 TAG(triangle)( ctx, v0, v1, v3 );
232 TAG(triangle)( ctx, v0, v1, v3 );
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h86 const GLfloat dp0 = CLIP_DOTPROD( v0, A, B, C, D ); \
118 TAG(clip_line)( struct gl_context *ctx, GLuint v0, GLuint v1, GLubyte mask ) argument
127 const GLuint v0_orig = v0;
150 if (VB->ClipMask[v0]) {
151 INTERP_4F( t0, coord[newvert], coord[v0], coord[v1] );
152 interp( ctx, t0, newvert, v0, v1, GL_FALSE );
153 v0 = newvert;
161 * interpolated/clipped vertex position, not the current v0 which
179 tnl->Driver.Render.ClippedLine( ctx, v0, v1 );
186 TAG(clip_tri)( struct gl_context *ctx, GLuint v0, GLuin argument
264 clip_quad( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLuint v3, GLubyte mask ) argument
[all...]
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h56 GLfloat u0, v0; member in struct:__anon17301::__anon17302
65 GLfloat u0, v0, q0; member in struct:__anon17301::__anon17303
/external/swiftshader/src/Renderer/
H A DPrimitive.hpp25 Vertex v0; member in struct:sw::Triangle
/external/ImageMagick/MagickCore/
H A Dresample.c305 % const double u0,const double v0,PixelInfo *pixel,
312 % o u0,v0: A double representing the center of the area to resample,
321 ResampleFilter *resample_filter,const double u0,const double v0,
340 resample_filter->interpolate,u0,v0,pixel,resample_filter->exception);
345 (void) FormatLocaleFile(stderr, "u0=%lf; v0=%lf;\n", u0, v0);
368 || v0 + resample_filter->Vlimit < 0.0
369 || v0 - resample_filter->Vlimit > (double) resample_filter->image->rows-1.0
376 if ( ( u0 + resample_filter->Ulimit < 0.0 && v0 + resample_filter->Vlimit < 0.0 )
378 && v0
316 ResamplePixelColor( ResampleFilter *resample_filter,const double u0,const double v0, PixelInfo *pixel,ExceptionInfo *exception) argument
[all...]
/external/boringssl/src/decrepit/cast/
H A Dcast.c357 uint32_t v0, v1, t; local
367 n2l(iv, v0);
368 ti[0] = v0;
387 n2l(iv, v0);
388 ti[0] = v0;
406 v0 = v1 = ti[0] = ti[1] = t = c = cc = 0;
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp4.cpp55 U<>::V<int*> v0; member in namespace:PR11850
57 int &v0f = v0.g(0);

Completed in 1486 milliseconds

12345678910