Searched refs:use_signs (Results 1 – 4 of 4) sorted by relevance
| /libCEED/backends/ref/ |
| H A D | ceed-ref-restriction.c | 398 … bool use_signs, bool use_orients, CeedVector u, CeedVector v, CeedRequest *request) { in CeedElemRestrictionApply_Ref_Core() argument 434 if (use_signs) { in CeedElemRestrictionApply_Ref_Core() 443 if (use_signs && use_orients) { in CeedElemRestrictionApply_Ref_Core() 474 if (use_signs) { in CeedElemRestrictionApply_Ref_Core() 483 if (use_signs && use_orients) { in CeedElemRestrictionApply_Ref_Core() 509 …CeedInt start, CeedInt stop, CeedTransposeMode t_mode, bool use_signs, bool use_orients, CeedVecto… in CeedElemRestrictionApply_Ref_110() argument 511 …return CeedElemRestrictionApply_Ref_Core(rstr, 1, 1, comp_stride, start, stop, t_mode, use_signs, … in CeedElemRestrictionApply_Ref_110() 515 …CeedInt start, CeedInt stop, CeedTransposeMode t_mode, bool use_signs, bool use_orients, CeedVecto… in CeedElemRestrictionApply_Ref_111() argument 517 …return CeedElemRestrictionApply_Ref_Core(rstr, 1, 1, 1, start, stop, t_mode, use_signs, use_orient… in CeedElemRestrictionApply_Ref_111() 521 …CeedInt start, CeedInt stop, CeedTransposeMode t_mode, bool use_signs, bool use_orients, CeedVecto… in CeedElemRestrictionApply_Ref_180() argument [all …]
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-restriction.c | 116 …pply_Cuda_Core(CeedElemRestriction rstr, CeedTransposeMode t_mode, bool use_signs, bool use_orient… in CeedElemRestrictionApply_Cuda_Core() argument 165 if (use_signs) { in CeedElemRestrictionApply_Cuda_Core() 176 if (use_signs && use_orients) { in CeedElemRestrictionApply_Cuda_Core() 226 if (use_signs) { in CeedElemRestrictionApply_Cuda_Core() 249 if (use_signs && use_orients) { in CeedElemRestrictionApply_Cuda_Core()
|
| /libCEED/backends/hip-ref/ |
| H A D | ceed-hip-ref-restriction.c | 117 …Apply_Hip_Core(CeedElemRestriction rstr, CeedTransposeMode t_mode, bool use_signs, bool use_orient… in CeedElemRestrictionApply_Hip_Core() argument 166 if (use_signs) { in CeedElemRestrictionApply_Hip_Core() 177 if (use_signs && use_orients) { in CeedElemRestrictionApply_Hip_Core() 227 if (use_signs) { in CeedElemRestrictionApply_Hip_Core() 250 if (use_signs && use_orients) { in CeedElemRestrictionApply_Hip_Core()
|
| /libCEED/backends/memcheck/ |
| H A D | ceed-memcheck-restriction.c | 394 … bool use_signs, bool use_orients, CeedVector u, CeedVector v, CeedRequest *request) { in CeedElemRestrictionApply_Memcheck_Core() argument 431 if (use_signs) { in CeedElemRestrictionApply_Memcheck_Core() 440 if (use_signs && use_orients) { in CeedElemRestrictionApply_Memcheck_Core() 471 if (use_signs) { in CeedElemRestrictionApply_Memcheck_Core() 480 if (use_signs && use_orients) { in CeedElemRestrictionApply_Memcheck_Core()
|