libsc  2.8.7
The SC library provides support for parallel scientific applications.
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
sc_uint128 Struct Reference

An unsigned 128 bit integer represented as two uint64_t. More...

#include <sc_uint128.h>

Data Fields

uint64_t high_bits
 The more significant 64 bits.
 
uint64_t low_bits
 The less significant 64 bits.
 

Detailed Description

An unsigned 128 bit integer represented as two uint64_t.


The documentation for this struct was generated from the following file: