Searched refs:impl_y (Results 1 – 1 of 1) sorted by relevance
338 CeedVector_Memcheck *impl_x, *impl_y; in CeedVectorAXPY_Memcheck() local341 CeedCallBackend(CeedVectorGetData(y, &impl_y)); in CeedVectorAXPY_Memcheck()344 …for (CeedSize i = 0; i < length; i++) impl_y->array_allocated[i] += alpha * impl_x->array_allocate… in CeedVectorAXPY_Memcheck()353 CeedVector_Memcheck *impl_x, *impl_y; in CeedVectorAXPBY_Memcheck() local356 CeedCallBackend(CeedVectorGetData(y, &impl_y)); in CeedVectorAXPBY_Memcheck()359 …or (CeedSize i = 0; i < length; i++) impl_y->array_allocated[i] = alpha * impl_x->array_allocated[… in CeedVectorAXPBY_Memcheck()368 CeedVector_Memcheck *impl_x, *impl_y, *impl_w; in CeedVectorPointwiseMult_Memcheck() local371 CeedCallBackend(CeedVectorGetData(y, &impl_y)); in CeedVectorPointwiseMult_Memcheck()377 …< length; i++) impl_w->array_allocated[i] = impl_x->array_allocated[i] * impl_y->array_allocated[i… in CeedVectorPointwiseMult_Memcheck()