Lines Matching full:-
1 // 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
11 //------------------------------------------------------------------------------
13 //------------------------------------------------------------------------------
17 if (index < stop - start) { in copyStridedK()
22 //------------------------------------------------------------------------------
24 //------------------------------------------------------------------------------
27 const CeedSize copy_size = stop - start; in CeedDeviceCopyStrided_Cuda()
35 //------------------------------------------------------------------------------
37 //------------------------------------------------------------------------------
44 //------------------------------------------------------------------------------
46 //------------------------------------------------------------------------------
57 //------------------------------------------------------------------------------
59 //------------------------------------------------------------------------------
63 if (index < stop - start) { in setValueStridedK()
68 //------------------------------------------------------------------------------
70 //------------------------------------------------------------------------------
73 const CeedSize set_size = stop - start; in CeedDeviceSetValueStrided_Cuda()
81 //------------------------------------------------------------------------------
83 //------------------------------------------------------------------------------
88 if (fabs(vec[index]) > 1E-16) vec[index] = 1. / vec[index]; in rcpValueK()
92 //------------------------------------------------------------------------------
94 //------------------------------------------------------------------------------
105 //------------------------------------------------------------------------------
107 //------------------------------------------------------------------------------
114 //------------------------------------------------------------------------------
116 //------------------------------------------------------------------------------
127 //------------------------------------------------------------------------------
129 //------------------------------------------------------------------------------
136 //------------------------------------------------------------------------------
138 //------------------------------------------------------------------------------
149 //------------------------------------------------------------------------------
151 //------------------------------------------------------------------------------
161 //------------------------------------------------------------------------------
163 //------------------------------------------------------------------------------
174 //------------------------------------------------------------------------------
176 //------------------------------------------------------------------------------
183 //------------------------------------------------------------------------------
185 //------------------------------------------------------------------------------
196 //------------------------------------------------------------------------------