Home
last modified time | relevance | path

Searched +defs:A +defs:ents (Results 1 – 11 of 11) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/parallel/
H A Dparallel_unit_tests.cpp30 #define PCHECK(A) if (is_any_proc_error(!(A))) return report_error(__FILE__,__LINE__) argument
149 #define RUN_TEST_ARG2(A, B) run_test( &A, #A, B) argument
463 Range ents; in test_elements_on_several_procs() local
595 Range ents; in get_ents_from_geometric_sets() local
642 Range ents; in get_expected_ghosts() local
719 Range ents, iface_surfs, iface_curves, iface_vertices; in test_ghost_elements() local
857 const Range& ents, in get_owner_handles()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dbsp_tree_test.cpp846 const EntityHandle A = iter.handle(); in test_leaf_containing_point_bounded_tree() local
991 const EntityHandle A = iter.handle(); in test_leaf_containing_point_unbounded_tree() local
2027 Range ents; in build_tree() local
H A DMBTest.cpp71 #define CHKERR(A) do { if (MB_SUCCESS != (A)) { \ argument
5929 #define ASSERT_EQUAL( A, B ) \ argument
5933 #define ASSERT_NOT_EQUAL( A, B ) \ argument
6425 Range ents(this_box->start_element(), this_box->start_element()+this_box->num_elements()-1), in mb_skin_scd_test() local
6680 Range ents; in mb_skin_verts_common() local
8390 #define RUN_TEST_ERR( A ) _run_test( (A), #A ) argument
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/fbigeom/
H A Dtestgeom.cpp93 #define ARRAY_INOUT( A ) A.ptr(), &A.capacity(), &A.size() argument
94 #define ARRAY_IN( A ) &A[0], A.size() argument
1293 const std::vector<iBase_EntityHandle>& ents, in count_num_with_tag()
H A DtestSmooth.cpp110 #define ARRAY_INOUT( A ) A.ptr(), &A.capacity(), &A.size() argument
111 #define ARRAY_IN( A ) &A[0], A.size() argument
1417 static int count_num_with_tag(FBiGeom_Instance geom, const std::vector< in count_num_with_tag()
H A DtestSmooth2.cpp117 #define ARRAY_INOUT( A ) A.ptr(), &A.capacity(), &A.size() argument
118 #define ARRAY_IN( A ) &A[0], A.size() argument
1447 static int count_num_with_tag(FBiGeom_Instance geom, const std::vector< in count_num_with_tag()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DWriteHDF5.cpp151 #define CHK_MHDF_ERR_0(A) \ argument
160 #define CHK_MHDF_ERR_1(A, B) \ argument
170 #define CHK_MHDF_ERR_2(A, B) \ argument
181 #define CHK_MHDF_ERR_3(A, B) \ argument
193 #define CHK_MHDF_ERR_2C(A, B, C, D) \ argument
204 #define CHK_MB_ERR_0(A) \ argument
212 #define CHK_MB_ERR_1(A, B, C) \ argument
222 #define CHK_MB_ERR_2(A, B, C) \ argument
234 #define CHK_MB_ERR_3(A, B, C) \ argument
247 #define CHK_MB_ERR_2C(A, B, C, D, E) \ argument
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMesh_MOAB.cpp38 # define snprintf(A,B,C,D) _snprintf((A),(B),(C),(D)) argument
1056 const EntityHandle *ents = CONST_HANDLE_ARRAY_PTR(entity_handles); in iMesh_addEntArrToSet() local
1076 const EntityHandle *ents = CONST_HANDLE_ARRAY_PTR(entity_handles); in iMesh_rmvEntArrFromSet() local
1283 EntityHandle *ents = HANDLE_ARRAY_PTR(*entity_set_handles); in iMesh_getChldn() local
1309 EntityHandle *ents = HANDLE_ARRAY_PTR(*entity_set_handles); in iMesh_getPrnts() local
1526 Range ents; in iMesh_destroyTag() local
1917 const EntityHandle *ents = reinterpret_cast<const EntityHandle *>(entity_handles); in iMesh_getArrData() local
H A Dtestc_cbind.cpp136 #define TEST_ERROR_CODE( A, B ) \ argument
2645 iBase_EntityHandle *ents; in array_allocation() local
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/parallel/
H A DParallelComm.cpp213 #define PRINT_DEBUG_ISEND(A,B,C,D,E) print_debug_isend((A),(B),(C),(D),(E)) argument
214 #define PRINT_DEBUG_IRECV(A,B,C,D,E,F) print_debug_irecv((A),(B),(C),(D),(E),(F)) argument
215 #define PRINT_DEBUG_RECD(A) print_debug_recd((A)) argument
216 #define PRINT_DEBUG_WAITANY(A,B,C) print_debug_waitany((A),(B),(C)) argument
2514 ErrorCode ParallelComm::list_entities(const EntityHandle *ents, int num_ents) in list_entities()
2564 ErrorCode ParallelComm::list_entities(const Range &ents) in list_entities()
5305 Range ents; in get_pstatus_entities() local
5394 ErrorCode ParallelComm::filter_pstatus(Range &ents, in filter_pstatus()
7903 ErrorCode ParallelComm::get_part_entities(Range &ents, int dim) in get_part_entities()
8624 Range* ents = exchange_ents[i]; in clean_shared_tags() local
/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DSpParMat.cpp2493 SpTuples<LIT,NT> A(totrecv, locrows, loccols, recvdata); // It is ~SpTuples's job to deallocate in SparseCommon() local
2690 …SpTuples<LIT,NT> A(totrecv/2, locrows, loccols, alledges, removeloops); // alledges is empty upo… in SpParMat() local
2805 IT * ents = NULL; in OptimizeForGraph500() local
3091 std::pair<IT,NT> * ents = NULL; in SaveGathered() local