Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dparallelizing_info.h203 extern pi_datatype_ptr BWC_PI_UNSIGNED_LONG;
H A Dparallelizing_info.c140 pi_allreduce(NULL, &maxsize, 1, BWC_PI_UNSIGNED_LONG, BWC_PI_MAX, wr); in grid_print()
1064 pi_datatype_ptr BWC_PI_UNSIGNED_LONG = pi_predefined_types + 4; variable
1751 pi_bcast(&ret, 1, BWC_PI_UNSIGNED_LONG, 0, 0, f->pi->m); in pi_file_write_leader()
1760 pi_bcast(&ret, 1, BWC_PI_UNSIGNED_LONG, 0, 0, f->pi->m); in pi_file_read_leader()
1799 ASSERT_ALWAYS(pi_data_eq(&size_ul, 1, BWC_PI_UNSIGNED_LONG, f->pi->m)); in pi_file_write_chunk()
1911 ASSERT_ALWAYS(pi_data_eq(&size_ul, 1, BWC_PI_UNSIGNED_LONG, f->pi->m)); in pi_file_read_chunk()
H A Dgather.cpp145 pi_bcast(&s, 1, BWC_PI_UNSIGNED_LONG, 0, 0, pi->m); in prelude()
H A Dmatmul_top.c2394 pi_allreduce(NULL, &w, 1, BWC_PI_UNSIGNED_LONG, BWC_PI_SUM, y->pi->wr[!y->d]); in mmt_vec_hamming_weight()