Sha256: 5bc689f9a98b057f8c0eb1733cb344fbe1f7bb699a5bf2583f5a75a84df31697

Contents?: true

Size: 370 Bytes

Versions: 3

Compression:

Stored size: 370 Bytes

Contents

typedef int64_t dtype;
typedef int64_t rtype;
#define cT  numo_cInt64
#define cRT cT

#define m_num_to_data(x) ((dtype)NUM2INT64(x))
#define m_data_to_num(x) INT642NUM((int64_t)(x))
#define m_extract(x)     INT642NUM((int64_t)*(dtype*)(x))
#define m_sprintf(s,x)   sprintf(s,"%"PRId64,(int64_t)(x))
#define m_rand           ((dtype)gen_rand64())

#include "int_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/int64.h
numo-narray-0.9.0.1 ext/numo/narray/numo/types/int64.h
numo-narray-0.9.0.1-x86-mingw32 ext/numo/narray/numo/types/int64.h