Lines Matching refs:prof_cij
43 const CeedScalar *prof_cij = &stg_ctx->data[stg_ctx->offsets.cij]; in InterpolateProfile() local
59 …cij[0] = prof_cij[0 * nprofs + idx - 1] + coeff * (prof_cij[0 * nprofs + idx] - prof_cij[0 * npro… in InterpolateProfile()
60 …cij[1] = prof_cij[1 * nprofs + idx - 1] + coeff * (prof_cij[1 * nprofs + idx] - prof_cij[1 * npro… in InterpolateProfile()
61 …cij[2] = prof_cij[2 * nprofs + idx - 1] + coeff * (prof_cij[2 * nprofs + idx] - prof_cij[2 * npro… in InterpolateProfile()
62 …cij[3] = prof_cij[3 * nprofs + idx - 1] + coeff * (prof_cij[3 * nprofs + idx] - prof_cij[3 * npro… in InterpolateProfile()
63 …cij[4] = prof_cij[4 * nprofs + idx - 1] + coeff * (prof_cij[4 * nprofs + idx] - prof_cij[4 * npro… in InterpolateProfile()
64 …cij[5] = prof_cij[5 * nprofs + idx - 1] + coeff * (prof_cij[5 * nprofs + idx] - prof_cij[5 * npro… in InterpolateProfile()
71 cij[0] = prof_cij[1 * nprofs - 1]; in InterpolateProfile()
72 cij[1] = prof_cij[2 * nprofs - 1]; in InterpolateProfile()
73 cij[2] = prof_cij[3 * nprofs - 1]; in InterpolateProfile()
74 cij[3] = prof_cij[4 * nprofs - 1]; in InterpolateProfile()
75 cij[4] = prof_cij[5 * nprofs - 1]; in InterpolateProfile()
76 cij[5] = prof_cij[6 * nprofs - 1]; in InterpolateProfile()