Home
last modified time | relevance | path

Searched +full:clang +full:- +full:format +full:- +full:16 (Results 1 – 3 of 3) sorted by relevance

/libCEED/backends/magma/tuning/
H A Dtuning.cpp1 // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 // SPDX-License-Identifier: BSD-2-Clause
16 // clang-format off
18 // and quadrature rules of degree 2p and 2p - 2. These can be expanded to more element types and qu…
21 {{3, 1, 2}, {6, 3, 2}, {10, 6, 2}, {15, 12, 2}, {21, 16, 2}, {28, 25, 2}, {36, 33, 2},
22 {3, 3, 2}, {6, 6, 2}, {10, 12, 2}, {15, 16, 2}, {21, 25, 2}, {28, 33, 2},
26 // clang-format on
79 data_interp_n = std::chrono::duration_cast<Duration>(Clock::now() - start).count(); in main()
91 data_interp_t = std::chrono::duration_cast<Duration>(Clock::now() - start).count(); in main()
[all …]
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl3 #! format: off
24 CEED_ERROR_MAJOR = -1
25 CEED_ERROR_BACKEND = -2
26 CEED_ERROR_UNSUPPORTED = -3
57 CEED_EVAL_WEIGHT = 16
1502 const CEED_COMPOSITE_MAX = 16
1504 const CEED_FIELD_MAX = 16
1506 # Skipping MacroDefinition: CeedPragmaOptimizeOff _Pragma ( "clang optimize off" )
1508 # Skipping MacroDefinition: CeedPragmaOptimizeOn _Pragma ( "clang optimize on" )
/libCEED/interface/
H A Dceed-basis.c1 // Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2 // All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 // SPDX-License-Identifier: BSD-2-Clause
8 #include <ceed-impl.h>
31 /// ----------------------------------------------------------------------------
33 /// ----------------------------------------------------------------------------
44 @return An error code: 0 - success, otherwise - failure
51 for (CeedInt i = 2; i < n; i++) chebyshev_x[i] = 2 * x * chebyshev_x[i - 1] - chebyshev_x[i - 2]; in CeedChebyshevPolynomialsAtPoint()
62 @return An error code: 0 - success, otherwise - failure
76 chebyshev_x[2] = 2 * x * chebyshev_x[1] - chebyshev_x[0]; in CeedChebyshevDerivativeAtPoint()
[all …]