Home
last modified time | relevance | path

Searched refs:s_chebyshev_coeffs (Results 1 – 2 of 2) sorted by relevance

/libCEED/include/ceed/jit-source/cuda/
H A Dcuda-ref-basis-tensor-at-points.h52 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()
[all …]
/libCEED/include/ceed/jit-source/hip/
H A Dhip-ref-basis-tensor-at-points.h52 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()
[all …]