Sha256: 504358c75959d397251e1b5c7e69b154f78080d7f44edff59c7f72b694d03b4b

Contents?: true

Size: 323 Bytes

Versions: 6

Compression:

Stored size: 323 Bytes

Contents

typedef int32_t dtype;
typedef int32_t rtype;
#define cT  numo_cInt32
#define cRT cT

#define m_num_to_data(x) ((dtype)NUM2INT32(x))
#define m_data_to_num(x) INT322NUM((int32_t)(x))
#define m_extract(x)     INT322NUM((int32_t)*(dtype*)(x))
#define m_sprintf(s,x)   sprintf(s,"%"PRId32,(int32_t)(x))

#include "int_macro.h"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
numo-narray-0.9.0.6 ext/numo/narray/numo/types/int32.h
numo-narray-0.9.0.5 ext/numo/narray/numo/types/int32.h
numo-narray-0.9.0.4 ext/numo/narray/numo/types/int32.h
numo-narray-0.9.0.3-x86-mingw32 ext/numo/narray/numo/types/int32.h
numo-narray-0.9.0.3-x64-mingw32 ext/numo/narray/numo/types/int32.h
numo-narray-0.9.0.3 ext/numo/narray/numo/types/int32.h