Sha256: 3b84e6afee9ba6f41a3d244935fc8646bf6ac45683123132602d9eb05b72a071

Contents?: true

Size: 385 Bytes

Versions: 3

Compression:

Stored size: 385 Bytes

Contents

typedef u_int32_t dtype;
typedef u_int32_t rtype;
#define cT  numo_cUInt32
#define cRT cT

#define m_num_to_data(x) ((dtype)NUM2UINT32(x))
#define m_data_to_num(x) UINT322NUM((u_int32_t)(x))
#define m_extract(x)     UINT322NUM((u_int32_t)*(dtype*)(x))
#define m_sprintf(s,x)   sprintf(s,"%"PRIu32,(u_int32_t)(x))
#define m_rand           ((dtype)gen_rand32())

#include "uint_macro.h"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
numo-narray-0.9.0.1-x64-mingw32 ext/numo/narray/numo/types/uint32.h
numo-narray-0.9.0.1 ext/numo/narray/numo/types/uint32.h
numo-narray-0.9.0.1-x86-mingw32 ext/numo/narray/numo/types/uint32.h