Home
last modified time | relevance | path

Searched refs:vc2 (Results 1 – 10 of 10) sorted by relevance

/external/eigen/test/
Dproduct.h49 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols); in product() local
98 vcres = vc2; in product()
100 VERIFY_IS_APPROX(vcres, vc2 + m1.transpose() * v1); in product()
110 vcres = vc2; in product()
112 VERIFY_IS_APPROX(vcres, vc2 - m1.transpose() * v1); in product()
179 VERIFY_IS_APPROX(vc2.block(0,0,cols,1).transpose() * square2, vc2.transpose() * square2); in product()
180 …VERIFY_IS_APPROX(w2.noalias() = vc2.block(0,0,cols,1).transpose() * square2, vc2.transpose() * squ… in product()
181 …VERIFY_IS_APPROX(w2.block(0,0,1,cols).noalias() = vc2.block(0,0,cols,1).transpose() * square2, vc2 in product()
183 vc2 = square2.block(0,0,1,cols).transpose(); in product()
184 VERIFY_IS_APPROX(square2.block(0,0,1,cols) * square2, vc2.transpose() * square2); in product()
[all …]
Dproduct_extra.cpp34 ColVectorType vc2 = ColVectorType::Random(cols), vcres(cols); in product_extra() local
56 VERIFY_IS_APPROX((-m1.conjugate() * s2) * (s1 * vc2), in product_extra()
57 (-m1.conjugate()*s2).eval() * (s1 * vc2).eval()); in product_extra()
58 VERIFY_IS_APPROX((-m1 * s2) * (s1 * vc2.conjugate()), in product_extra()
59 (-m1*s2).eval() * (s1 * vc2.conjugate()).eval()); in product_extra()
60 VERIFY_IS_APPROX((-m1.conjugate() * s2) * (s1 * vc2.conjugate()), in product_extra()
61 (-m1.conjugate()*s2).eval() * (s1 * vc2.conjugate()).eval()); in product_extra()
63 VERIFY_IS_APPROX((s1 * vc2.transpose()) * (-m1.adjoint() * s2), in product_extra()
64 (s1 * vc2.transpose()).eval() * (-m1.adjoint()*s2).eval()); in product_extra()
65 VERIFY_IS_APPROX((s1 * vc2.adjoint()) * (-m1.transpose() * s2), in product_extra()
[all …]
/external/clang/test/CodeGen/
DNontemporal.cpp15 char __attribute__((vector_size(8))) vc1, vc2; variable
33 __builtin_nontemporal_store(vc1, &vc2); // CHECK: store <8 x i8>{{.*}}align 8, !nontemporal in test_all_sizes()
47 vc2 = __builtin_nontemporal_load(&vc1); // CHECK: load <8 x i8>{{.*}}align 8, !nontemporal in test_all_sizes()
/external/deqp-deps/glslang/Test/
D420.tese78 float vc1, vc2, vc3;
79 vec3 av3 = vec3(vc1, vc2, vc3);
80 vec3 bv3 = { vc1, vc2, vc3 };
/external/skia/src/gpu/gradients/
DGrDualIntervalGradientColorizer.fp52 auto vc2 = Sk4f::Load(c2.vec());
54 auto scale23 = (vc3 - vc2) / (1 - threshold);
55 auto bias23 = vc2 - threshold * scale23;
DGrDualIntervalGradientColorizer.cpp139 auto vc2 = Sk4f::Load(c2.vec()); in Make() local
141 auto scale23 = (vc3 - vc2) / (1 - threshold); in Make()
142 auto bias23 = vc2 - threshold * scale23; in Make()
/external/skqp/src/gpu/gradients/
DGrDualIntervalGradientColorizer.fp52 auto vc2 = Sk4f::Load(c2.vec());
54 auto scale23 = (vc3 - vc2) / (1 - threshold);
55 auto bias23 = vc2 - threshold * scale23;
DGrDualIntervalGradientColorizer.cpp139 auto vc2 = Sk4f::Load(c2.vec()); in Make() local
141 auto scale23 = (vc3 - vc2) / (1 - threshold); in Make()
142 auto bias23 = vc2 - threshold * scale23; in Make()
/external/deqp-deps/glslang/Test/baseResults/
D420.tese.out79 0:79 'vc2' ( global float)
86 0:80 'vc2' ( global float)
184 0:? 'vc2' ( global float)
255 0:79 'vc2' ( global float)
262 0:80 'vc2' ( global float)
360 0:? 'vc2' ( global float)
D150.tesc.out822 0:79 'vc2' ( global float)
829 0:80 'vc2' ( global float)
927 0:? 'vc2' ( global float)
1545 0:79 'vc2' ( global float)
1552 0:80 'vc2' ( global float)
1672 0:? 'vc2' ( global float)