.. default-domain:: chpl .. module:: BigIntegerAggregation BigIntegerAggregation ===================== **Usage** .. code-block:: chapel use CommAggregation.BigIntegerAggregation; or .. code-block:: chapel import CommAggregation.BigIntegerAggregation; .. method:: proc bigint.serializedSize() .. method:: proc bigint.serializeInto(x: c_ptr(uint(8))) .. method:: proc ref bigint.deserializeFrom(x: c_ptr(uint(8))) .. record:: DstAggregatorBigint .. attribute:: type aggType = uint(8) .. attribute:: const bufferSize = dstBuffSize * (c_sizeof(c_ptr(bigint)) + c_sizeof(mp_size_t) + c_sizeof(mp_limb_t)): int .. attribute:: const myLocaleSpace = 0..