Lines Matching refs:start

47 …                                  CeedInt start, CeedInt stop, CeedInt num_elem, CeedInt elem_size,  in CeedElemRestrictionApplyStridedNoTranspose_Memcheck_Core()  argument
59 for (CeedSize e = start * block_size; e < stop * block_size; e += block_size) { in CeedElemRestrictionApplyStridedNoTranspose_Memcheck_Core()
73 … const CeedInt comp_stride, CeedInt start, CeedInt stop, CeedInt num_elem, in CeedElemRestrictionApplyOffsetNoTranspose_Memcheck_Core() argument
80 for (CeedSize e = start * block_size; e < stop * block_size; e += block_size) { in CeedElemRestrictionApplyOffsetNoTranspose_Memcheck_Core()
91 … const CeedInt block_size, const CeedInt comp_stride, CeedInt start, in CeedElemRestrictionApplyOrientedNoTranspose_Memcheck_Core() argument
98 for (CeedSize e = start * block_size; e < stop * block_size; e += block_size) { in CeedElemRestrictionApplyOrientedNoTranspose_Memcheck_Core()
110 … const CeedInt block_size, const CeedInt comp_stride, CeedInt start, in CeedElemRestrictionApplyCurlOrientedNoTranspose_Memcheck_Core() argument
117 for (CeedSize e = start * block_size; e < stop * block_size; e += block_size) { in CeedElemRestrictionApplyCurlOrientedNoTranspose_Memcheck_Core()
152 …CeedInt num_comp, const CeedInt block_size, const CeedInt comp_stride, CeedInt start, CeedInt stop, in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Memcheck_Core() argument
158 for (CeedSize e = start * block_size; e < stop * block_size; e += block_size) { in CeedElemRestrictionApplyCurlOrientedUnsignedNoTranspose_Memcheck_Core()
193 … CeedInt start, CeedInt stop, CeedInt num_elem, CeedInt elem_size, in CeedElemRestrictionApplyStridedTranspose_Memcheck_Core() argument
205 for (CeedSize e = start * block_size; e < stop * block_size; e += block_size) { in CeedElemRestrictionApplyStridedTranspose_Memcheck_Core()
219 … const CeedInt comp_stride, CeedInt start, CeedInt stop, CeedInt num_elem, in CeedElemRestrictionApplyOffsetTranspose_Memcheck_Core() argument
226 for (CeedSize e = start * block_size; e < stop * block_size; e += block_size) { in CeedElemRestrictionApplyOffsetTranspose_Memcheck_Core()
243 … const CeedInt comp_stride, CeedInt start, CeedInt stop, CeedInt num_elem, in CeedElemRestrictionApplyOrientedTranspose_Memcheck_Core() argument
250 for (CeedSize e = start * block_size; e < stop * block_size; e += block_size) { in CeedElemRestrictionApplyOrientedTranspose_Memcheck_Core()
267 … const CeedInt block_size, const CeedInt comp_stride, CeedInt start, in CeedElemRestrictionApplyCurlOrientedTranspose_Memcheck_Core() argument
275 for (CeedSize e = start * block_size; e < stop * block_size; e += block_size) { in CeedElemRestrictionApplyCurlOrientedTranspose_Memcheck_Core()
318 …CeedInt num_comp, const CeedInt block_size, const CeedInt comp_stride, CeedInt start, CeedInt stop, in CeedElemRestrictionApplyCurlOrientedUnsignedTranspose_Memcheck_Core() argument
325 for (CeedSize e = start * block_size; e < stop * block_size; e += block_size) { in CeedElemRestrictionApplyCurlOrientedUnsignedTranspose_Memcheck_Core()
367 …plyAtPointsInElement_Memcheck_Core(CeedElemRestriction rstr, const CeedInt num_comp, CeedInt start, in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core() argument
375 for (CeedSize e = start; e < stop; e++) { in CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core()
393 … const CeedInt comp_stride, CeedInt start, CeedInt stop, CeedTransposeMode t_mode, in CeedElemRestrictionApply_Memcheck_Core() argument
403 v_offset = start * block_size * elem_size * (CeedSize)num_comp; in CeedElemRestrictionApply_Memcheck_Core()
423 …estrictionApplyStridedTranspose_Memcheck_Core(rstr, num_comp, block_size, start, stop, num_elem, e… in CeedElemRestrictionApply_Memcheck_Core()
427 …nApplyOffsetTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, num_elem, in CeedElemRestrictionApply_Memcheck_Core()
432 …pplyOrientedTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, num_elem, in CeedElemRestrictionApply_Memcheck_Core()
435 …nApplyOffsetTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, num_elem, in CeedElemRestrictionApply_Memcheck_Core()
441 …CurlOrientedTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, num_elem, in CeedElemRestrictionApply_Memcheck_Core()
444 …lyCurlOrientedUnsignedTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, in CeedElemRestrictionApply_Memcheck_Core()
447 …nApplyOffsetTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, num_elem, in CeedElemRestrictionApply_Memcheck_Core()
452 …d(CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core(rstr, num_comp, start, stop, t_mode, uu,… in CeedElemRestrictionApply_Memcheck_Core()
463 …trictionApplyStridedNoTranspose_Memcheck_Core(rstr, num_comp, block_size, start, stop, num_elem, e… in CeedElemRestrictionApply_Memcheck_Core()
467 …pplyOffsetNoTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, num_elem, in CeedElemRestrictionApply_Memcheck_Core()
472 …lyOrientedNoTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, num_elem, in CeedElemRestrictionApply_Memcheck_Core()
475 …pplyOffsetNoTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, num_elem, in CeedElemRestrictionApply_Memcheck_Core()
481 …ionApplyCurlOrientedNoTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, in CeedElemRestrictionApply_Memcheck_Core()
484 …CurlOrientedUnsignedNoTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, in CeedElemRestrictionApply_Memcheck_Core()
487 …pplyOffsetNoTranspose_Memcheck_Core(rstr, num_comp, block_size, comp_stride, start, stop, num_elem, in CeedElemRestrictionApply_Memcheck_Core()
492 …d(CeedElemRestrictionApplyAtPointsInElement_Memcheck_Core(rstr, num_comp, start, stop, t_mode, uu,… in CeedElemRestrictionApply_Memcheck_Core()