HomeSort by relevance Sort by last modified time
    Searched defs:vec2 (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
vec2.js 25 * @name vec2
27 var vec2 = {};
30 * Creates a new, empty vec2
32 * @returns {vec2} a new 2D vector
34 vec2.create = function() {
42 * Creates a new vec2 initialized with values from an existing vector
44 * @param {vec2} a vector to clone
45 * @returns {vec2} a new 2D vector
47 vec2.clone = function(a) {
55 * Creates a new vec2 initialized with the given value
    [all...]
  /external/eigen/doc/snippets/
Tutorial_AdvancedInitialization_Join.cpp 5 RowVectorXd vec2(4);
6 vec2 << 1, 4, 9, 16;;
7 std::cout << "vec2 = " << vec2 << std::endl;
10 joined << vec1, vec2; variable
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js 126 * @name vec2
129 var vec2 = {};
132 * Creates a new, empty vec2
134 * @returns {vec2} a new 2D vector
136 vec2.create = function() {
144 * Creates a new vec2 initialized with values from an existing vector
146 * @param {vec2} a vector to clone
147 * @returns {vec2} a new 2D vector
149 vec2.clone = function(a) {
157 * Creates a new vec2 initialized with the given value
    [all...]
  /external/eigen/test/eigen2/
eigen2_sparse_solvers.cpp 47 DenseVector vec2 = vec1, vec3 = vec1; local
53 VERIFY_IS_APPROX(refMat2.template marked<LowerTriangular>().solveTriangular(vec2),
58 VERIFY_IS_APPROX(refMat2.template marked<LowerTriangular>().transpose().solveTriangular(vec2),
63 VERIFY_IS_APPROX(refMat2.template marked<UpperTriangular>().solveTriangular(vec2),
68 VERIFY_IS_APPROX(refMat2.template marked<UpperTriangular>().transpose().solveTriangular(vec2),
  /external/eigen/test/
sparse_solvers.cpp 47 DenseVector vec2 = vec1, vec3 = vec1; local
53 VERIFY_IS_APPROX(refMat2.template triangularView<Lower>().solve(vec2),
58 VERIFY_IS_APPROX(refMat2.template triangularView<Upper>().solve(vec2),
60 VERIFY_IS_APPROX(refMat2.conjugate().template triangularView<Upper>().solve(vec2),
66 VERIFY_IS_APPROX(refMat2.conjugate().template triangularView<Upper>().solve(vec2),
72 VERIFY_IS_APPROX(refMat2.transpose().template triangularView<Upper>().solve(vec2),
77 VERIFY_IS_APPROX(refMat2.transpose().template triangularView<Lower>().solve(vec2),
99 VERIFY_IS_APPROX(refMat2.template triangularView<Lower>().solve(vec2),
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
audio_vector_unittest.cc 47 AudioVector vec2(initial_size);
48 EXPECT_FALSE(vec2.Empty());
49 EXPECT_EQ(initial_size, vec2.Size());
97 AudioVector vec2(kLength);
102 vec2[i] = static_cast<int16_t>(i + kLength);
104 // Append vec2 to the back of vec1.
105 vec1.PushBack(vec2);
126 AudioVector vec2(kLength);
131 vec2[i] = static_cast<int16_t>(i + kLength);
133 // Prepend vec1 to the front of vec2
137 EXPECT_EQ(static_cast<int16_t>(i), vec2[i]); local
    [all...]
time_stretch.cc 88 // |vec2| start at 15 ms.
89 const int16_t* vec2 = &signal[fs_mult_120]; local
90 // Calculate energies for |vec1| and |vec2|, assuming they both contain
95 WebRtcSpl_DotProductWithScale(vec2, vec2, peak_index, scaling);
97 // Calculate cross-correlation between |vec1| and |vec2|.
99 WebRtcSpl_DotProductWithScale(vec1, vec2, peak_index, scaling);
  /external/clang/test/Sema/
ext_vector_components.c 11 float2 vec2, vec2_2; local
17 vec2.z; // expected-error {{vector component access exceeds type 'float2'}}
18 vec2.xyzw; // expected-error {{vector component access exceeds type 'float2'}}
22 vec2 = vec4.s01; // legal, shorten
23 vec2 = vec4.S01; // legal, shorten
26 f = vec2.x; // legal, shorten
32 vec2.x = f;
33 vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}}
34 vec2.yx = vec2_2.xy;
ext_vector_casts.c 14 float2 vec2; local
23 vec3 += vec2; // expected-error {{can't convert between vector values of different size}}
40 vec4 = (float4)vec2; // expected-error {{invalid conversion between ext-vector type 'float4' (vector of 4 'float' values) and 'float2' (vector of 2 'float' values)}}
  /frameworks/native/include/ui/
vec2.h 86 typedef tvec2<float> vec2; typedef in namespace:android
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 96 LLVMValueRef vec1, vec2; local
114 vec2 = lp_build_swizzle_aos(bld, a, swizzle2);
117 return LLVMBuildFSub(builder, vec2, vec1, "ddxddy");
119 return LLVMBuildSub(builder, vec2, vec1, "ddxddy");
131 LLVMValueRef vec1, vec2; local
151 vec2 = LLVMBuildShuffleVector(builder, a, b,
154 return LLVMBuildFSub(builder, vec2, vec1, "ddxddyddxddy");
156 return LLVMBuildSub(builder, vec2, vec1, "ddxddyddxddy");
lp_bld_arit.c 384 LLVMValueRef vec1, vec2; local
391 vec2 = LLVMBuildShuffleVector(builder, vecres, vecres,
394 vecres = LLVMBuildFAdd(builder, vec1, vec2, "");
397 vecres = LLVMBuildAdd(builder, vec1, vec2, "");
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 96 LLVMValueRef vec1, vec2; local
114 vec2 = lp_build_swizzle_aos(bld, a, swizzle2);
117 return LLVMBuildFSub(builder, vec2, vec1, "ddxddy");
119 return LLVMBuildSub(builder, vec2, vec1, "ddxddy");
131 LLVMValueRef vec1, vec2; local
151 vec2 = LLVMBuildShuffleVector(builder, a, b,
154 return LLVMBuildFSub(builder, vec2, vec1, "ddxddyddxddy");
156 return LLVMBuildSub(builder, vec2, vec1, "ddxddyddxddy");
lp_bld_arit.c 384 LLVMValueRef vec1, vec2; local
391 vec2 = LLVMBuildShuffleVector(builder, vecres, vecres,
394 vecres = LLVMBuildFAdd(builder, vec1, vec2, "");
397 vecres = LLVMBuildAdd(builder, vec1, vec2, "");
    [all...]
  /external/clang/test/CodeGen/
ext-vector.c 20 float2 vec2, vec2_2; variable
31 vec2 = vec4.xy; // shorten
32 f = vec2.x; // extract elt
35 vec2.x = f; // insert one.
36 vec2.yx = vec2; // reverse
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 224 FT_Vector vec1, vec2; local
237 vec2.x = SCALED( point[-1].x );
238 vec2.y = SCALED( point[-1].y );
252 vec2.x / 64.0, vec2.y / 64.0 ));
253 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
263 vec2.x / 64.0, vec2.y / 64.0 ));
264 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
ftstroke.c 371 FT_Vector* vec2 = border->points + count - 1; local
374 for ( ; vec1 < vec2; vec1++, vec2-- )
380 *vec1 = *vec2;
381 *vec2 = tmp;
2188 FT_Vector vec1, vec2; local
    [all...]
  /external/freetype/src/base/
ftoutln.c 224 FT_Vector vec1, vec2; local
237 vec2.x = SCALED( point[-1].x );
238 vec2.y = SCALED( point[-1].y );
252 vec2.x / 64.0, vec2.y / 64.0 ));
253 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
263 vec2.x / 64.0, vec2.y / 64.0 ));
264 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
ftstroke.c 371 FT_Vector* vec2 = border->points + count - 1; local
374 for ( ; vec1 < vec2; vec1++, vec2-- )
380 *vec1 = *vec2;
381 *vec2 = tmp;
2188 FT_Vector vec1, vec2; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftoutln.c 224 FT_Vector vec1, vec2; local
237 vec2.x = SCALED( point[-1].x );
238 vec2.y = SCALED( point[-1].y );
252 vec2.x / 64.0, vec2.y / 64.0 ));
253 error = func_interface->cubic_to( &vec1, &vec2, &vec, user );
263 vec2.x / 64.0, vec2.y / 64.0 ));
264 error = func_interface->cubic_to( &vec1, &vec2, &v_start, user );
ftstroke.c 371 FT_Vector* vec2 = border->points + count - 1; local
374 for ( ; vec1 < vec2; vec1++, vec2-- )
380 *vec1 = *vec2;
381 *vec2 = tmp;
2188 FT_Vector vec1, vec2; local
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 1018 let vec2 = build_insertelement t2 p1 p2 "Vec2" atentry in var
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 1671 FT_Vector vec1, vec2; local
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1693 FT_Vector vec1, vec2; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 1686 FT_Vector vec1, vec2; local
    [all...]

Completed in 2553 milliseconds

1 2