Searched defs:v2 (Results 126 - 150 of 475) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_triemit.h34 VERTEX *v2,
45 PRINT_VERTEX(v2);
51 COPY_DWORDS( j, vb, vertsize, v2 );
58 VERTEX *v2,
69 PRINT_VERTEX(v2);
77 COPY_DWORDS( j, vb, vertsize, v2 );
86 VERTEX *v2 )
96 PRINT_VERTEX(v2);
101 COPY_DWORDS( j, vb, vertsize, v2 );
31 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
55 quad( CTX_ARG, VERTEX *v0, VERTEX *v1, VERTEX *v2, VERTEX *v3 ) argument
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp7.cpp8 auto *p2 = 0, v2 = *p2; // expected-error {{incompatible initializer}} local
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-abi-examples.cpp211 int v2; member in struct:Test3::V2
H A Dx86_64-arguments-avx.cpp25 __m128d v2; member in union:test2::U1
40 __m256d v2; member in union:test2::U2
/external/clang/test/Sema/
H A Ddeclspec.c22 __restrict__ f* v2; // expected-error {{restrict requires a pointer or reference ('f' (aka 'int (void)') is invalid)}} variable
/external/eigen/test/
H A Dgeo_orthomethods.cpp29 v2 = Vector3::Random(); local
32 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(v2).dot(v1), Scalar(1));
33 VERIFY_IS_MUCH_SMALLER_THAN(v1.dot(v1.cross(v2)), Scalar(1));
34 VERIFY_IS_MUCH_SMALLER_THAN(v1.cross(v2).dot(v2), Scalar(1));
35 VERIFY_IS_MUCH_SMALLER_THAN(v2.dot(v1.cross(v2)), Scalar(1));
H A Dinteger_types.cpp75 v2 = VectorType::Random(rows), local
84 } while(v1 == vzero || v1 == v2);
H A Dproduct_selfadjoint.cpp28 v2 = VectorType::Random(rows), local
42 m2.template selfadjointView<Lower>().rankUpdate(v1,v2);
43 VERIFY_IS_APPROX(m2, (m1 + v1 * v2.adjoint()+ v2 * v1.adjoint()).template triangularView<Lower>().toDenseMatrix());
46 m2.template selfadjointView<Upper>().rankUpdate(-v1,s2*v2,s3);
47 VERIFY_IS_APPROX(m2, (m1 + (s3*(-v1)*(s2*v2).adjoint()+numext::conj(s3)*(s2*v2)*(-v1).adjoint())).template triangularView<Upper>().toDenseMatrix());
56 m2.block(1,1,rows-1,cols-1).template selfadjointView<Lower>().rankUpdate(v1.tail(rows-1),v2.head(cols-1));
58 m3.block(1,1,rows-1,cols-1) += v1.tail(rows-1) * v2.head(cols-1).adjoint()+ v2
[all...]
H A Dtriangular.cpp31 VectorType v2 = VectorType::Random(rows); local
73 VERIFY(v2.isApprox(m3.adjoint() * (m1.adjoint().template triangularView<Lower>().solve(v2)), largerEps));
75 VERIFY(v2.isApprox(m3.transpose() * (m1.transpose().template triangularView<Upper>().solve(v2)), largerEps));
77 VERIFY(v2.isApprox(m3 * (m1.template triangularView<Upper>().solve(v2)), largerEps));
79 VERIFY(v2.isApprox(m3.conjugate() * (m1.conjugate().template triangularView<Lower>().solve(v2)), largerEps));
/external/eigen/unsupported/doc/examples/
H A DBVH_Example.cpp20 double minimumOnObjectObject(const Vector2d &v1, const Vector2d &v2) { ++calls; return (v1 - v2).squaredNorm(); } argument
/external/harfbuzz_ng/src/
H A Dhb-ot-post-table.hh74 const postV2Tail &v2 = StructAfter<postV2Tail>(*this); local
75 return_trace (v2.sanitize (c));
112 /*postV2Tail v2[VAR];*/
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Diter_iter_iter.pass.cpp165 std::string v2; local
168 std::string::iterator i = v.insert(v2.cbegin() + 10, a, a+N);
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dcopy.pass.cpp64 Variant v2(std::in_place_type<MakeEmptyT>);
66 v = v2;
96 std::variant<int> v2 = v; local
97 assert(v2.index() == 0);
98 assert(std::get<0>(v2) == 42);
102 std::variant<int, long> v2 = v; local
103 assert(v2.index() == 1);
104 assert(std::get<1>(v2) == 42);
109 std::variant<NonT> v2(v);
110 assert(v2
137 auto v2 = v; local
[all...]
H A Dmove.pass.cpp66 Variant v2(std::in_place_type<MakeEmptyT>);
68 v = v2;
117 std::variant<int> v2 = std::move(v); local
118 assert(v2.index() == 0);
119 assert(std::get<0>(v2) == 42);
123 std::variant<int, long> v2 = std::move(v); local
124 assert(v2.index() == 1);
125 assert(std::get<1>(v2) == 42);
130 std::variant<MoveOnly> v2(std::move(v));
131 assert(v2
174 auto v2 = std::move(copy); local
[all...]
/external/libunwind/tests/
H A Dppc64-test-altivec.c32 register vector signed int v2; local
122 v2 = vec_init ();
130 vec_nor (v1, vec_add (v2, vec_sub (v3, vec_and (v4, vec_or (v5, v6)))));
144 vec_add (v2,
151 printf ("v2 - ");
152 vec_print (v2);
/external/mesa3d/src/glx/
H A Drender2.c175 GLint uord, GLdouble v1, GLdouble v2, GLint vstr,
202 __GLX_PUT_DOUBLE(28, v2);
220 __GLX_PUT_DOUBLE(32, v2);
253 GLint uord, GLfloat v1, GLfloat v2, GLint vstr, GLint vord,
286 __GLX_PUT_FLOAT(24, v2);
302 __GLX_PUT_FLOAT(28, v2);
174 __indirect_glMap2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustr, GLint uord, GLdouble v1, GLdouble v2, GLint vstr, GLint vord, const GLdouble * pnts) argument
252 __indirect_glMap2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustr, GLint uord, GLfloat v1, GLfloat v2, GLint vstr, GLint vord, const GLfloat * pnts) argument
/external/parameter-framework/upstream/utility/test/
H A Dutility.cpp174 void checkBinaryEqual(T1 v1, T2 v2) argument
184 auto v2AsT1 = utility::binaryCopy<T1>(v2);
190 CAPTURE(v2);
192 CHECK((v2 == v1AsT2));
/external/r8/src/main/java/com/android/tools/r8/code/
H A DFilledNewArray.java20 public FilledNewArray(int size, DexType type, int v0, int v1, int v2, int v3, int v4) { argument
21 super(size, type, v0, v1, v2, v3, v4);
/external/skia/src/sfnt/
H A DSkOTTable_OS_2.h34 struct V2 : SkOTTableOS2_V2 { } v2; member in union:SkOTTableOS2::Version
/external/zlib/src/contrib/iostream3/
H A Dzfstream.h425 T2 v2); member in class:gzomanip2
451 T2 v2)
452 : func(f), val1(v1), val2(v2)
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DDormandPrince54StepInterpolator.java81 private double[] v2; field in class:DormandPrince54StepInterpolator
104 v2 = null;
122 v2 = null;
130 v2 = interpolator.v2.clone();
152 v2 = null;
175 v2 = new double[interpolatedState.length];
191 v2[i] = yDot0 - v1[i];
192 v3[i] = v1[i] - v2[i] - yDot6;
208 currentState[i] - oneMinusThetaH * (v1[i] - theta * (v2[
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
H A DTTestImpl.java893 * @param v2 second sample variance
898 protected double df(double v1, double v2, double n1, double n2) { argument
899 return (((v1 / n1) + (v2 / n2)) * ((v1 / n1) + (v2 / n2))) /
900 ((v1 * v1) / (n1 * n1 * (n1 - 1d)) + (v2 * v2) /
925 * @param v2 second sample variance
930 protected double t(double m1, double m2, double v1, double v2, double n1, argument
932 return (m1 - m2) / FastMath.sqrt((v1 / n1) + (v2 / n2));
942 * @param v2 secon
947 homoscedasticT(double m1, double m2, double v1, double v2, double n1, double n2) argument
985 tTest(double m1, double m2, double v1, double v2, double n1, double n2) argument
1010 homoscedasticTTest(double m1, double m2, double v1, double v2, double n1, double n2) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/
H A DGLVTypeBParameters.java21 public GLVTypeBParameters(BigInteger beta, BigInteger lambda, BigInteger[] v1, BigInteger[] v2, BigInteger g1, argument
25 checkVector(v2, "v2");
31 this.v2A = v2[0];
32 this.v2B = v2[1];
/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/CodeGen/
H A Dvectorcall.c8 void __vectorcall v2(char a, char b) {} function
9 // CHECK: define x86_vectorcallcc void @"\01v2@@8"(i8 inreg signext %a, i8 inreg signext %b)
10 // X64: define x86_vectorcallcc void @"\01v2@@16"(i8 %a, i8 %b)

Completed in 2481 milliseconds

1234567891011>>