Home
last modified time | relevance | path

Searched refs:UPRES_INLINE (Results 1 – 7 of 7) sorted by relevance

/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dblas_kgen.h212 UPRES_INLINE = 0x40, enumerator
H A Dgen_helper.c458 flags |= UPRES_INLINE; in genResultUpdateWithFlags()
H A Dblas_kgen.c1055 bool isInlined = (flags & UPRES_INLINE); in updateResultGen()
H A Dtrsm.c846 flags |= UPRES_INLINE; in genUpdateIntermResult()
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/legacy/
H A Dgen_helper_legacy.c361 flags |= UPRES_INLINE; in genResultUpdateWithFlagsOld()
H A Dblas_kgen_legacy.c489 bool isInlined = (flags & UPRES_INLINE); in updateResultGenOld()
H A Dtrsm_cached_lds.c339 UpdateResultFlags upFlags = UPRES_INLINE | UPRES_USE_LDS | in genLdsCopy()