Lines Matching refs:s_chebyshev_coeffs
52 CeedScalar *s_chebyshev_coeffs = s_buffer_2 + BASIS_BUF_LEN; in InterpAtPoints() local
80 …CeedScalar *out = d == BASIS_DIM - 1 ? s_chebyshev_coeffs : (d % 2 ? s_buffer_1 : s_buf… in InterpAtPoints()
104 const CeedScalar *in = d == 0 ? s_chebyshev_coeffs : (d % 2 ? buffer_2 : buffer_1); in InterpAtPoints()
135 CeedScalar *s_chebyshev_coeffs = s_buffer_2 + BASIS_BUF_LEN; in InterpTransposeAtPoints() local
159 s_chebyshev_coeffs[k] = 0.0; in InterpTransposeAtPoints()
172 … CeedScalar *out = d == BASIS_DIM - 1 ? s_chebyshev_coeffs : (d % 2 ? buffer_1 : buffer_2); in InterpTransposeAtPoints()
198 … const CeedScalar *in = d == 0 ? s_chebyshev_coeffs : (d % 2 ? s_buffer_2 : s_buffer_1); in InterpTransposeAtPoints()
231 CeedScalar *s_chebyshev_coeffs = s_buffer_2 + BASIS_BUF_LEN; in GradAtPoints() local
260 …CeedScalar *out = d == BASIS_DIM - 1 ? s_chebyshev_coeffs : (d % 2 ? s_buffer_1 : s_buf… in GradAtPoints()
287 … const CeedScalar *in = dim_2 == 0 ? s_chebyshev_coeffs : (dim_2 % 2 ? buffer_2 : buffer_1); in GradAtPoints()
320 CeedScalar *s_chebyshev_coeffs = s_buffer_2 + BASIS_BUF_LEN; in GradTransposeAtPoints() local
345 s_chebyshev_coeffs[k] = 0.0; in GradTransposeAtPoints()
361 …CeedScalar *out = dim_2 == BASIS_DIM - 1 ? s_chebyshev_coeffs : (dim_2 % 2 ? buffer_1 : buff… in GradTransposeAtPoints()
389 … const CeedScalar *in = d == 0 ? s_chebyshev_coeffs : (d % 2 ? s_buffer_2 : s_buffer_1); in GradTransposeAtPoints()