Home
last modified time | relevance | path

Searched defs:actual_y (Results 1 – 4 of 4) sorted by relevance

/external/eigen/blas/
Dlevel2_real_impl.h44 Scalar* actual_y = get_compact_vector(y,*n,*incy); in EIGEN_BLAS_FUNC() local
Dlevel2_cplx_impl.h50 Scalar* actual_y = get_compact_vector(y,*n,*incy); in EIGEN_BLAS_FUNC() local
Dlevel2_impl.h249 Scalar* actual_y = get_compact_vector(y,actual_m,*incy); in EIGEN_BLAS_FUNC() local
/external/rust/crates/ring/src/ec/suite_b/
Dops.rs1014 let actual_y = &cops.point_y(&actual_point); in assert_point_actual_equals_expected() localVariable