Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 54) sorted by relevance

123

/libCEED/include/ceed/jit-source/sycl/
H A Dsycl-ref-qfunction.h15 inline void readQuads(CeedInt N, CeedInt stride, CeedInt offset, const CeedScalar *src, CeedScalar … in readQuads()
22 inline void writeQuads(CeedInt N, CeedInt stride, CeedInt offset, const CeedScalar *src, CeedScalar… in writeQuads()
/libCEED/tests/
H A Dt230-elemrestriction.c15 CeedInt offset = num_elem + 1; in main() local
H A Dt209-elemrestriction-f.f9017 integer offset variable
H A Dt554-operator.c53 CeedInt offset = num_elem_sub * i; in main() local
131 CeedInt offset = num_elem_sub * i * (p_coarse - 1); in main() local
H A Dt234-elemrestriction.c18 CeedInt offset = num_elem + 1; in main() local
H A Dt232-elemrestriction.c18 CeedInt offset = num_elem + 1; in main() local
H A Dt233-elemrestriction.c17 CeedInt offset = num_elem + 1; in main() local
H A Dt231-elemrestriction.c18 CeedInt offset = num_elem + 1; in main() local
H A Dt510-operator.c22 CeedInt row, col, offset; in main() local
H A Dt582-operator.c22 CeedInt row, col, offset; in main() local
H A Dt581-operator.c22 CeedInt row, col, offset; in main() local
H A Dt511-operator.c21 CeedInt row, col, offset; in main() local
H A Dt534-operator.c45 CeedInt col, row, offset; in main() local
H A Dt533-operator.c45 CeedInt col, row, offset; in main() local
H A Dt531-operator.c56 CeedInt col, row, offset; in main() local
H A Dt535-operator.c46 CeedInt col, row, offset; in main() local
H A Dt530-operator.c43 CeedInt col, row, offset; in main() local
H A Dt536-operator.c21 CeedInt row, column, offset; in main() local
H A Dt526-operator.c31 CeedInt row, col, offset; in main() local
H A Dt560-operator.c47 CeedInt col, row, offset; in main() local
H A Dt532-operator.c45 CeedInt col, row, offset; in main() local
H A Dt561-operator.c47 CeedInt col, row, offset; in main() local
H A Dt538-operator.c44 CeedInt col, row, offset; in main() local
H A Dt580-operator.c22 CeedInt row, column, offset; in main() local
/libCEED/interface/
H A Dceed-fortran.c135 …ctorSetArray(int *vec, int *memtype, int *copymode, CeedScalar *array, int64_t *offset, int *err) { in fCeedVectorSetArray()
140 CEED_EXTERN void fCeedVectorTakeArray(int *vec, int *memtype, CeedScalar *array, int64_t *offset, i… in fCeedVectorTakeArray()
154 CEED_EXTERN void fCeedVectorGetArray(int *vec, int *memtype, CeedScalar *array, int64_t *offset, in… in fCeedVectorGetArray()
162 CEED_EXTERN void fCeedVectorGetArrayRead(int *vec, int *memtype, CeedScalar *array, int64_t *offset in fCeedVectorGetArrayRead()
170 …id fCeedVectorGetArrayWrite(int *vec, int *memtype, CeedScalar *array, int64_t *offset, int *err) { in fCeedVectorGetArrayWrite()
178 CEED_EXTERN void fCeedVectorRestoreArray(int *vec, CeedScalar *array, int64_t *offset, int *err) { in fCeedVectorRestoreArray()
185 CEED_EXTERN void fCeedVectorRestoreArrayRead(int *vec, const CeedScalar *array, int64_t *offset, in… in fCeedVectorRestoreArrayRead()
613 CEED_EXTERN void fCeedBasisGetInterp1D(int *basis, CeedScalar *interp_1d, int64_t *offset, int *err… in fCeedBasisGetInterp1D()
621 CEED_EXTERN void fCeedBasisGetGrad1D(int *basis, CeedScalar *grad_1d, int64_t *offset, int *err) { in fCeedBasisGetGrad1D()
629 CEED_EXTERN void fCeedBasisGetQRef(int *basis, CeedScalar *q_ref, int64_t *offset, int *err) { in fCeedBasisGetQRef()
[all …]

123