Searched defs:v2 (Results 201 - 225 of 507) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dmain.c128 int v1, v2, v3; local
129 sscanf(PACKAGE_VERSION, "%d.%d.%d", &v1, &v2, &v3);
130 fprintf(stdout, "%02d%02d%02d\n", v1, v2, v3);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Did3_parser.js73 case Id3Parser.v2.ENCODING.ISO_8859_1:
76 case Id3Parser.v2.ENCODING.UTF_16:
79 case Id3Parser.v2.ENCODING.UTF_16BE:
82 case Id3Parser.v2.ENCODING.UTF_8:
229 if (Id3Parser.v2.HANDLERS[frame.name]) {
230 Id3Parser.v2.HANDLERS[frame.name].call(
351 (id3v2.flags & Id3Parser.v2.FLAG_EXTENDED_HEADER != 0)) {
387 if (typeof(Id3Parser.v2.MAPPERS[key]) != 'undefined' &&
390 key: Id3Parser.v2.MAPPERS[key],
636 Id3Parser.v2
[all...]
/external/chromium_org/ui/views/
H A Dview_unittest_aura.cc53 // +-- v2 (no layer)
66 View* v2 = new View(); local
67 v2->SetBounds(0, 1, 100, 101);
75 w1->GetRootView()->AddChildView(v2);
76 v2->AddChildView(v3);
79 v2->AddChildView(v4);
/external/clang/test/CXX/class/class.mem/
H A Dp1.cpp26 static int v2; // expected-note{{previous declaration is here}} member in struct:S2
27 static int v2; //expected-error{{duplicate member 'v2'}} member in struct:S2
/external/clang/test/Headers/
H A Dstddefneeds.cpp23 void* v2 = NULL; // expected-error{{undeclared}} variable
/external/clang/test/Sema/
H A Doffsetof.c34 int v2 = (int)(&((struct s2 *) 0)->a) == 0 ? 0 : f(); 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/eigen2/
H A Deigen2_submatrices.cpp61 v2 = VectorType::Random(rows), local
H A Dproduct.h53 v2 = RowVectorType::Random(rows), local
/external/eigen/test/
H A Dhouseholder.cpp41 VectorType v1 = VectorType::Random(rows), v2; local
42 v2 = v1;
45 VERIFY_IS_APPROX(v1.norm(), v2.norm());
48 v2 = v1;
50 VERIFY_IS_APPROX(v1.norm(), v2.norm());
/external/freetype/src/base/
H A Dfttrigon.c83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local
90 v2 = (FT_UInt32)( val & 0xFFFFL );
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
98 lo2 = ( k2 * v2 ) >> 16;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java43 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { argument
44 return new RegularImmutableBiMap<K, V>(ImmutableMap.of(k1, v1, k2, v2));
48 K k1, V v1, K k2, V v2, K k3, V v3) {
50 k1, v1, k2, v2, k3, v3));
54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
56 k1, v1, k2, v2, k3, v3, k4, v4));
60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
62 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
47 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
53 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
59 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableListMultimap.java72 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { argument
76 builder.put(k2, v2);
84 K k1, V v1, K k2, V v2, K k3, V v3) {
88 builder.put(k2, v2);
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
101 builder.put(k2, v2);
111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
115 builder.put(k2, v2);
83 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
96 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
110 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/libexif/libexif/olympus/
H A Dmnote-olympus-entry.c706 ExifShort v2 = exif_get_short (entry->data + 2, entry->order); local
708 switch (v2) {
/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;
89 || (ret = unw_get_reg (&c, UNW_IA64_GR + reg + 2, &v2)) < 0
99 n2 ? '*' : ' ', v2, n3 ? '*' : ' ', v3);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_offset.c75 float *v2 = header->v[2]->data[pos]; local
77 /* edge vectors e = v0 - v2, f = v1 - v2 */
78 float ex = v0[0] - v2[0];
79 float ey = v0[1] - v2[1];
80 float ez = v0[2] - v2[2];
81 float fx = v1[0] - v2[0];
82 float fy = v1[1] - v2[1];
83 float fz = v1[2] - v2[2];
104 v2[
[all...]
H A Ddraw_pipe_wide_line.c69 struct vertex_header *v2 = dup_vert(stage, header->v[1], 2); local
74 float *pos2 = v2->data[pos];
141 tri.v[1] = v2;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip_tri.c478 struct brw_reg v2 = get_tmp(c); local
495 brw_MOV(p, v2, deref_4f(vt2, hpos_offset));
504 brw_CMP(p, t3, BRW_CONDITIONAL_L, v2, negate(get_element(v2, 3)));
545 brw_CMP(p, t3, BRW_CONDITIONAL_G, v2, get_element(v2, 3));
H A Dbrw_clip_unfilled.c59 struct brw_reg v2 = byte_offset(c->reg.vertex[2], hpos_offset); local
76 brw_MOV(p, v2n, v2);
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.c57 const SWvertex *v2);
70 const SWvertex *v2)
75 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
77 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
80 if (ef[e1]) _swrast_Line( ctx, v1, v2 );
81 if (ef[e2]) _swrast_Line( ctx, v2, v0 );
96 const SWvertex *v2)
100 if (ef[e2]) _swrast_Point( ctx, v2 );
121 SWvertex *v2 = &verts[e2]; local
143 /* copy v2 colo
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
[all...]
H A Dss_tritmp.h217 GLuint v1, GLuint v2, GLuint v3 )
228 TAG(triangle)( ctx, v1, v2, v3 );
233 TAG(triangle)( ctx, v1, v2, v3 );
216 quadfunc( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLuint v3 ) argument
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h187 TAG(clip_tri)( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLubyte mask ) argument
194 GLuint pv = v2;
200 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */
266 TAG(clip_quad)( struct gl_context *ctx, GLuint v0, GLuint v1, GLuint v2, GLuint v3, argument
280 ASSIGN_4V(inlist, v3, v0, v1, v2 ); /* pv rotated to slot zero */
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_vertex.h58 GLfloat u2, v2; member in struct:__anon28001::__anon28002
67 GLfloat u2, v2, q2; member in struct:__anon28001::__anon28003
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfttrigon.c83 FT_UInt32 v1, v2, k1, k2, hi, lo1, lo2, lo3; local
90 v2 = (FT_UInt32)( val & 0xFFFFL );
96 lo1 = k1 * v2 + k2 * v1; /* can't overflow */
98 lo2 = ( k2 * v2 ) >> 16;
/external/pixman/pixman/
H A Dpixman-linear-gradient.c150 double invden, v2; local
154 v2 = v.vector[2] * (1. / pixman_fixed_1);
156 (dx * linear->p1.x + dy * linear->p1.y) * v2) * invden;
200 double invden, v2; local
204 v2 = v.vector[2] * (1. / pixman_fixed_1);
206 (dx * linear->p1.x + dy * linear->p1.y) * v2) * invden;

Completed in 387 milliseconds

1234567891011>>