Home
last modified time | relevance | path

Searched refs:vecB (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Dcholesky.cpp73 VectorType vecB = VectorType::Random(rows), vecX(rows); in cholesky() local
89 vecX = chollo.solve(vecB); in cholesky()
90 VERIFY_IS_APPROX(symm * vecX, vecB); in cholesky()
105 vecX = cholup.solve(vecB); in cholesky()
106 VERIFY_IS_APPROX(symm * vecX, vecB); in cholesky()
159 vecX = ldltlo.solve(vecB); in cholesky()
160 VERIFY_IS_APPROX(symm * vecX, vecB); in cholesky()
176 vecX = ldltup.solve(vecB); in cholesky()
177 VERIFY_IS_APPROX(symm * vecX, vecB); in cholesky()
221 vecB = A * vecX; in cholesky()
[all …]
/external/vixl/examples/aarch64/
Dadd2-vectors.cc112 uint8_t vecB[] = {16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, in main() local
119 VIXL_CHECK(ARRAY_SIZE(vecA) == ARRAY_SIZE(vecB)); in main()
123 vecC[i] = vecA[i] + vecB[i]; in main()
128 uintptr_t vecB_addr = reinterpret_cast<uintptr_t>(vecB); in main()
138 PrintVector(vecB, ARRAY_SIZE(vecB)); in main()
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c25316 static IRTemp _get_quad_modulo_or_carry(IRExpr * vecA, IRExpr * vecB, in _get_quad_modulo_or_carry() argument
25328 IRExpr * _vecB_low64 = unop( Iop_V128to64, vecB ); in _get_quad_modulo_or_carry()
25330 IRExpr * _vecB_high64 = unop( Iop_V128HIto64, vecB ); in _get_quad_modulo_or_carry()