Sha256: 3df6b3631cb07f44583da905d19281db0cc3c37374862345d6c344f7898e4c6a

Contents?: true

Size: 300 Bytes

Versions: 6

Compression:

Stored size: 300 Bytes

Contents

typedef int16_t dtype;
typedef int16_t rtype;
#define cT  numo_cInt16
#define cRT cT

#define m_num_to_data(x) ((dtype)NUM2INT(x))
#define m_data_to_num(x) INT2NUM((int)(x))
#define m_extract(x)     INT2NUM((int)*(dtype*)(x))
#define m_sprintf(s,x)   sprintf(s,"%d",(int)(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/int16.h
numo-narray-0.9.0.5 ext/numo/narray/numo/types/int16.h
numo-narray-0.9.0.4 ext/numo/narray/numo/types/int16.h
numo-narray-0.9.0.3-x86-mingw32 ext/numo/narray/numo/types/int16.h
numo-narray-0.9.0.3-x64-mingw32 ext/numo/narray/numo/types/int16.h
numo-narray-0.9.0.3 ext/numo/narray/numo/types/int16.h