COMBINATORIAL_BLAS  1.6
BitMap.h File Reference
#include <stdint.h>

Go to the source code of this file.

Classes

class  combblas::BitMap
 

Namespaces

 combblas
 

Macros

#define WORD_OFFSET(n)   (n/64)
 
#define BIT_OFFSET(n)   (n & 0x3f)
 

Macro Definition Documentation

◆ BIT_OFFSET

#define BIT_OFFSET (   n)    (n & 0x3f)

Definition at line 36 of file BitMap.h.

◆ WORD_OFFSET

#define WORD_OFFSET (   n)    (n/64)

Definition at line 35 of file BitMap.h.