Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-basis.c971 CeedInt chebyshev_flops = (Q_1d - 2) * 3 + 1, d_chebyshev_flops = (Q_1d - 2) * 8 + 1; in CeedBasisGetFlopsEstimate() local
988 …(chebyshev_flops + num_comp * (2 * chebyshev_flops + 2 * Q_1d * Q_1d + (t_mode == CEED_TRANSPOSE ?… in CeedBasisGetFlopsEstimate()
990 *flops += num_points * (is_gpu ? num_comp : 1) * dim * chebyshev_flops; in CeedBasisGetFlopsEstimate()
998 …Q_1d + (t_mode == CEED_TRANSPOSE ? 2 : 3) * Q_1d) + (dim - 1) * (2 * chebyshev_flops + d_chebyshev… in CeedBasisGetFlopsEstimate()
1000 …*flops += num_points * Q_1d * (chebyshev_flops + d_chebyshev_flops + num_comp * (inner_flops + (t_… in CeedBasisGetFlopsEstimate()
1002 … += num_points * (is_gpu ? num_comp : 1) * dim * (d_chebyshev_flops + (dim - 1) * chebyshev_flops); in CeedBasisGetFlopsEstimate()