Searched refs:impl_w (Results 1 – 1 of 1) sorted by relevance
368 CeedVector_Memcheck *impl_x, *impl_y, *impl_w; in CeedVectorPointwiseMult_Memcheck() local372 CeedCallBackend(CeedVectorGetData(w, &impl_w)); in CeedVectorPointwiseMult_Memcheck()375 …if (!impl_w->array_allocated) CeedCallBackend(CeedVectorSetArray_Memcheck(w, CEED_MEM_HOST, CEED_C… in CeedVectorPointwiseMult_Memcheck()376 assert(impl_w->array_allocated); in CeedVectorPointwiseMult_Memcheck()377 …for (CeedSize i = 0; i < length; i++) impl_w->array_allocated[i] = impl_x->array_allocated[i] * im… in CeedVectorPointwiseMult_Memcheck()