Home
last modified time | relevance | path

Searched refs:data_entry_alloc_size_in_bytes (Results 1 – 5 of 5) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dlingen_matpoly.hpp74 size_t data_entry_alloc_size_in_bytes(size_t a) const { return abvec_elt_stride(ab, a); } in data_entry_alloc_size_in_bytes() function in matpoly
75 …size_t data_alloc_size_in_bytes(size_t a) const { return m * n * data_entry_alloc_size_in_bytes(a)… in data_alloc_size_in_bytes()
77 size_t data_entry_alloc_size_in_bytes() const { return data_entry_alloc_size_in_bytes(alloc); } in data_entry_alloc_size_in_bytes() function in matpoly
H A Dlingen_matpoly_binary.hpp89 size_t data_entry_alloc_size_in_bytes() const { in data_entry_alloc_size_in_bytes() function in matpoly
93 return m * n * data_entry_alloc_size_in_bytes(); in data_alloc_size_in_bytes()
H A Dlingen_bigmatpoly.cpp401 data.m * data.n, data.data_entry_alloc_size_in_bytes(), in allgather_row()
419 data.m * data.n, data.data_entry_alloc_size_in_bytes(), in allgather_col()
481 MPI_Type_contiguous(a.my_cell().data_entry_alloc_size_in_bytes(), MPI_BYTE, &mpi_entry_a); in OP_CTX()
482 MPI_Type_contiguous(b.my_cell().data_entry_alloc_size_in_bytes(), MPI_BYTE, &mpi_entry_b); in OP_CTX()
H A Dlingen_matpoly_binary.cpp540 memset(part(i,j), 0, M.data_entry_alloc_size_in_bytes()); in zero()
636 memcpy(tij, aij, a.M.data_entry_alloc_size_in_bytes()); in copy()
H A Dlingen_qcode_binary.cpp709 ASSERT_ALWAYS(Lb * sizeof(uint64_t) == mp_E.data_entry_alloc_size_in_bytes()); in bw_lingen_basecase_raw_fast()