Home
last modified time | relevance | path

Searched defs:nelems (Results 1 – 25 of 1800) sorted by relevance

12345678910>>...72

/dports/misc/vxl/vxl-3.3.2/core/vsl/
H A Dvsl_block_binary.h41 inline void vsl_block_binary_write(vsl_b_ostream &os, const double* begin, std::size_t nelems) in vsl_block_binary_write()
49 inline void vsl_block_binary_read(vsl_b_istream &is, double* begin, std::size_t nelems) in vsl_block_binary_read()
61 inline void vsl_block_binary_write(vsl_b_ostream &os, const float* begin, std::size_t nelems) in vsl_block_binary_write()
69 inline void vsl_block_binary_read(vsl_b_istream &is, float* begin, std::size_t nelems) in vsl_block_binary_read()
91 inline void vsl_block_binary_write(vsl_b_ostream &os, const int* begin, std::size_t nelems) in vsl_block_binary_write()
101 inline void vsl_block_binary_read(vsl_b_istream &is, int* begin, std::size_t nelems) in vsl_block_binary_read()
146 inline void vsl_block_binary_read(vsl_b_istream &is, short* begin, std::size_t nelems) in vsl_block_binary_read()
192 inline void vsl_block_binary_read(vsl_b_istream &is, long* begin, std::size_t nelems) in vsl_block_binary_read()
238 inline void vsl_block_binary_read(vsl_b_istream &is, vxl_int_64* begin, std::size_t nelems) in vsl_block_binary_read()
320 inline void vsl_block_binary_write(vsl_b_ostream &os, const T* begin, std::size_t nelems) in vsl_block_binary_write()
[all …]
H A Dvsl_b_read_block_old.h39 inline void vsl_b_read_block_old(vsl_b_istream &is, T* begin, std::size_t nelems) in vsl_b_read_block_old()
52 inline void vsl_b_read_block_old(vsl_b_istream &is, double* begin, std::size_t nelems) in vsl_b_read_block_old()
65 inline void vsl_b_read_block_old(vsl_b_istream &is, float* begin, std::size_t nelems) in vsl_b_read_block_old()
80 inline void vsl_b_read_block_old(vsl_b_istream &is, int* begin, std::size_t nelems) in vsl_b_read_block_old()
111 inline void vsl_b_read_block_old(vsl_b_istream &is, unsigned int* begin, std::size_t nelems) in vsl_b_read_block_old()
142 inline void vsl_b_read_block_old(vsl_b_istream &is, short* begin, std::size_t nelems) in vsl_b_read_block_old()
173 inline void vsl_b_read_block_old(vsl_b_istream &is, unsigned short* begin, std::size_t nelems) in vsl_b_read_block_old()
204 inline void vsl_b_read_block_old(vsl_b_istream &is, long* begin, std::size_t nelems) in vsl_b_read_block_old()
235 inline void vsl_b_read_block_old(vsl_b_istream &is, unsigned long* begin, std::size_t nelems) in vsl_b_read_block_old()
H A Dvsl_block_binary.cxx70 vsl_block_binary_write_float_impl(vsl_b_ostream & os, const T * begin, std::size_t nelems) in vsl_block_binary_write_float_impl()
96 vsl_block_binary_read_float_impl(vsl_b_istream & is, T * begin, std::size_t nelems) in vsl_block_binary_read_float_impl()
111 vsl_block_binary_write_int_impl(vsl_b_ostream & os, const T * begin, std::size_t nelems) in vsl_block_binary_write_int_impl()
165 vsl_block_binary_read_int_impl(vsl_b_istream & is, T * begin, std::size_t nelems) in vsl_block_binary_read_int_impl()
248 vsl_block_binary_write_byte_impl(vsl_b_ostream & os, const T * begin, std::size_t nelems) in vsl_block_binary_write_byte_impl()
257 vsl_block_binary_read_byte_impl(vsl_b_istream & is, T * begin, std::size_t nelems) in vsl_block_binary_read_byte_impl()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx.h124 #define ncx_len_char(nelems) \ argument
127 #define ncx_len_short(nelems) \ argument
130 #define ncx_len_int(nelems) \ argument
133 #define ncx_len_long(nelems) \ argument
136 #define ncx_len_float(nelems) \ argument
139 #define ncx_len_double(nelems) \ argument
142 #define ncx_len_ubyte(nelems) \ argument
145 #define ncx_len_ushort(nelems) \ argument
148 #define ncx_len_uint(nelems) \ argument
151 #define ncx_len_int64(nelems) \ argument
[all …]
H A Dncx_cray.c1349 ncx_getn_schar_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_schar_int()
1560 ncx_putn_schar_int(void **xpp, size_t nelems, const int *tp) in ncx_putn_schar_int()
1968 ncx_getn_short_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_short_int()
2624 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
2642 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
2818 ncx_putn_int_int(void **xpp, size_t nelems, const int *tp) in ncx_putn_int_int()
2838 ncx_putn_int_int(void **xpp, size_t nelems, const int *tp) in ncx_putn_int_int()
3737 ncx_getn_text(const void **xpp, size_t nelems, char *tp) in ncx_getn_text()
3761 ncx_putn_text(void **xpp, size_t nelems, const char *tp) in ncx_putn_text()
3795 ncx_getn_void(const void **xpp, size_t nelems, void *tp) in ncx_getn_void()
[all …]
H A Dattr.c43 ncx_len_NC_attrV(nc_type type, size_t nelems) in ncx_len_NC_attrV()
78 size_t nelems) in new_x_NC_attr()
114 size_t nelems) in new_NC_attr()
667 ncx_pad_getn_Iuchar(const void **xpp, size_t nelems, uchar *tp, nc_type type) in ncx_pad_getn_Iuchar()
732 ncx_pad_getn_Ischar(const void **xpp, size_t nelems, schar *tp, nc_type type) in ncx_pad_getn_Ischar()
797 ncx_pad_getn_Ishort(const void **xpp, size_t nelems, short *tp, nc_type type) in ncx_pad_getn_Ishort()
862 ncx_pad_getn_Iint(const void **xpp, size_t nelems, int *tp, nc_type type) in ncx_pad_getn_Iint()
1058 ncx_pad_getn_Ilong(const void **xpp, size_t nelems, long *tp, nc_type type) in ncx_pad_getn_Ilong()
1254 ncx_pad_getn_Iuint(const void **xpp, size_t nelems, uint *tp, nc_type type) in ncx_pad_getn_Iuint()
1354 dispatchput(void **xpp, size_t nelems, const void* tp, in dispatchput()
[all …]
H A Dputget.c86 size_t nelems) /* how many */ in NC_fill_schar()
106 size_t nelems) /* how many */ in NC_fill_char()
126 size_t nelems) /* how many */ in NC_fill_short()
148 size_t nelems) /* how many */ in NC_fill_int()
169 size_t nelems) /* how many */ in NC_fill_int()
193 size_t nelems) /* how many */ in NC_fill_float()
213 size_t nelems) /* how many */ in NC_fill_double()
234 size_t nelems) /* how many */ in NC_fill_uchar()
254 size_t nelems) /* how many */ in NC_fill_ushort()
274 size_t nelems) /* how many */ in NC_fill_uint()
[all …]
H A Dncx.c5777 ncx_getn_schar_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_schar_int()
6840 ncx_getn_uchar_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_uchar_int()
7936 ncx_getn_short_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_short_int()
11871 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
11883 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
12079 ncx_getn_int_long(const void **xpp, size_t nelems, long *tp) in ncx_getn_int_long()
13597 ncx_getn_uint_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_uint_int()
21026 ncx_getn_text(const void **xpp, size_t nelems, char *tp) in ncx_getn_text()
21050 ncx_putn_text(void **xpp, size_t nelems, const char *tp) in ncx_putn_text()
21084 ncx_getn_void(const void **xpp, size_t nelems, void *tp) in ncx_getn_void()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx.h135 #define ncx_len_char(nelems) \ argument
138 #define ncx_len_short(nelems) \ argument
141 #define ncx_len_int(nelems) \ argument
144 #define ncx_len_long(nelems) \ argument
147 #define ncx_len_float(nelems) \ argument
150 #define ncx_len_double(nelems) \ argument
153 #define ncx_len_ubyte(nelems) \ argument
156 #define ncx_len_ushort(nelems) \ argument
159 #define ncx_len_uint(nelems) \ argument
162 #define ncx_len_int64(nelems) \ argument
[all …]
H A Dncx_cray.c1349 ncx_getn_schar_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_schar_int()
1560 ncx_putn_schar_int(void **xpp, size_t nelems, const int *tp) in ncx_putn_schar_int()
1968 ncx_getn_short_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_short_int()
2624 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
2642 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
2818 ncx_putn_int_int(void **xpp, size_t nelems, const int *tp) in ncx_putn_int_int()
2838 ncx_putn_int_int(void **xpp, size_t nelems, const int *tp) in ncx_putn_int_int()
3737 ncx_getn_text(const void **xpp, size_t nelems, char *tp) in ncx_getn_text()
3761 ncx_putn_text(void **xpp, size_t nelems, const char *tp) in ncx_putn_text()
3795 ncx_getn_void(const void **xpp, size_t nelems, void *tp) in ncx_getn_void()
[all …]
H A Dattr.c43 ncx_len_NC_attrV(nc_type type, size_t nelems) in ncx_len_NC_attrV()
78 size_t nelems) in new_x_NC_attr()
114 size_t nelems) in new_NC_attr()
667 ncx_pad_getn_Iuchar(const void **xpp, size_t nelems, uchar *tp, nc_type type) in ncx_pad_getn_Iuchar()
732 ncx_pad_getn_Ischar(const void **xpp, size_t nelems, schar *tp, nc_type type) in ncx_pad_getn_Ischar()
797 ncx_pad_getn_Ishort(const void **xpp, size_t nelems, short *tp, nc_type type) in ncx_pad_getn_Ishort()
862 ncx_pad_getn_Iint(const void **xpp, size_t nelems, int *tp, nc_type type) in ncx_pad_getn_Iint()
1058 ncx_pad_getn_Ilong(const void **xpp, size_t nelems, long *tp, nc_type type) in ncx_pad_getn_Ilong()
1254 ncx_pad_getn_Iuint(const void **xpp, size_t nelems, uint *tp, nc_type type) in ncx_pad_getn_Iuint()
1354 dispatchput(void **xpp, size_t nelems, const void* tp, in dispatchput()
[all …]
H A Dputget.c79 size_t nelems) /* how many */ in NC_fill_schar()
99 size_t nelems) /* how many */ in NC_fill_char()
119 size_t nelems) /* how many */ in NC_fill_short()
141 size_t nelems) /* how many */ in NC_fill_int()
162 size_t nelems) /* how many */ in NC_fill_int()
186 size_t nelems) /* how many */ in NC_fill_float()
206 size_t nelems) /* how many */ in NC_fill_double()
227 size_t nelems) /* how many */ in NC_fill_uchar()
247 size_t nelems) /* how many */ in NC_fill_ushort()
267 size_t nelems) /* how many */ in NC_fill_uint()
[all …]
H A Dncx.c5782 ncx_getn_schar_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_schar_int()
6845 ncx_getn_uchar_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_uchar_int()
7941 ncx_getn_short_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_short_int()
11876 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
11888 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
12084 ncx_getn_int_long(const void **xpp, size_t nelems, long *tp) in ncx_getn_int_long()
13602 ncx_getn_uint_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_uint_int()
21031 ncx_getn_text(const void **xpp, size_t nelems, char *tp) in ncx_getn_text()
21055 ncx_putn_text(void **xpp, size_t nelems, const char *tp) in ncx_putn_text()
21089 ncx_getn_void(const void **xpp, size_t nelems, void *tp) in ncx_getn_void()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libsrc/
H A Dncx.h135 #define ncx_len_char(nelems) \ argument
138 #define ncx_len_short(nelems) \ argument
141 #define ncx_len_int(nelems) \ argument
144 #define ncx_len_long(nelems) \ argument
147 #define ncx_len_float(nelems) \ argument
150 #define ncx_len_double(nelems) \ argument
153 #define ncx_len_ubyte(nelems) \ argument
156 #define ncx_len_ushort(nelems) \ argument
159 #define ncx_len_uint(nelems) \ argument
162 #define ncx_len_int64(nelems) \ argument
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/libsrc/
H A Dncx.h135 #define ncx_len_char(nelems) \ argument
138 #define ncx_len_short(nelems) \ argument
141 #define ncx_len_int(nelems) \ argument
144 #define ncx_len_long(nelems) \ argument
147 #define ncx_len_float(nelems) \ argument
150 #define ncx_len_double(nelems) \ argument
153 #define ncx_len_ubyte(nelems) \ argument
156 #define ncx_len_ushort(nelems) \ argument
159 #define ncx_len_uint(nelems) \ argument
162 #define ncx_len_int64(nelems) \ argument
[all …]
H A Dattr.c45 ncx_len_NC_attrV(nc_type type, size_t nelems) in ncx_len_NC_attrV()
80 size_t nelems) in new_x_NC_attr()
116 size_t nelems) in new_NC_attr()
702 ncx_pad_getn_Iuchar(const void **xpp, size_t nelems, uchar *tp, nc_type type) in ncx_pad_getn_Iuchar()
829 ncx_pad_getn_Ischar(const void **xpp, size_t nelems, schar *tp, nc_type type) in ncx_pad_getn_Ischar()
956 ncx_pad_getn_Ishort(const void **xpp, size_t nelems, short *tp, nc_type type) in ncx_pad_getn_Ishort()
1083 ncx_pad_getn_Iint(const void **xpp, size_t nelems, int *tp, nc_type type) in ncx_pad_getn_Iint()
1465 ncx_pad_getn_Ilong(const void **xpp, size_t nelems, long *tp, nc_type type) in ncx_pad_getn_Ilong()
1847 ncx_pad_getn_Iuint(const void **xpp, size_t nelems, uint *tp, nc_type type) in ncx_pad_getn_Iuint()
2039 dispatchput(void **xpp, size_t nelems, const void* tp, in dispatchput()
[all …]
H A Dputget.c85 size_t nelems) /* how many */ in NC_fill_schar()
124 size_t nelems) /* how many */ in NC_fill_char()
163 size_t nelems) /* how many */ in NC_fill_short()
204 size_t nelems) /* how many */ in NC_fill_int()
244 size_t nelems) /* how many */ in NC_fill_int()
287 size_t nelems) /* how many */ in NC_fill_float()
326 size_t nelems) /* how many */ in NC_fill_double()
366 size_t nelems) /* how many */ in NC_fill_uchar()
405 size_t nelems) /* how many */ in NC_fill_ushort()
444 size_t nelems) /* how many */ in NC_fill_uint()
[all …]
H A Dncx.c9674 ncx_getn_schar_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_schar_int()
11722 ncx_getn_uchar_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_uchar_int()
13782 ncx_getn_short_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_short_int()
21504 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
21517 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
21905 ncx_getn_int_long(const void **xpp, size_t nelems, long *tp) in ncx_getn_int_long()
24885 ncx_getn_uint_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_uint_int()
39359 ncx_getn_text(const void **xpp, size_t nelems, char *tp) in ncx_getn_text()
39395 ncx_putn_text(void **xpp, size_t nelems, const char *tp) in ncx_putn_text()
39448 ncx_getn_void(const void **xpp, size_t nelems, void *tp) in ncx_getn_void()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dncx.h133 #define ncx_len_char(nelems) \ argument
136 #define ncx_len_short(nelems) \ argument
139 #define ncx_len_int(nelems) \ argument
142 #define ncx_len_long(nelems) \ argument
145 #define ncx_len_float(nelems) \ argument
148 #define ncx_len_double(nelems) \ argument
745 #define ncx_getn_char_char(xpp, nelems, fillp) ncx_getn_text(xpp, nelems, fillp) argument
746 #define ncx_putn_char_char(xpp, nelems, fillp) ncx_putn_text(xpp, nelems, fillp) argument
H A Dattr.c44 ncx_len_NC_attrV(nc_type type, size_t nelems) in ncx_len_NC_attrV()
69 size_t nelems) in new_x_NC_attr()
105 size_t nelems) in new_NC_attr()
608 ncx_pad_putn_Iuchar(void **xpp, size_t nelems, const uchar *tp, nc_type type) in ncx_pad_putn_Iuchar()
630 ncx_pad_getn_Iuchar(const void **xpp, size_t nelems, uchar *tp, nc_type type) in ncx_pad_getn_Iuchar()
743 ncx_pad_putn_Iint(void **xpp, size_t nelems, const int *tp, nc_type type) in ncx_pad_putn_Iint()
765 ncx_pad_getn_Iint(const void **xpp, size_t nelems, int *tp, nc_type type) in ncx_pad_getn_Iint()
879 ncx_pad_putn_Ilong(void **xpp, size_t nelems, const long *tp, nc_type type) in ncx_pad_putn_Ilong()
901 ncx_pad_getn_Ilong(const void **xpp, size_t nelems, long *tp, nc_type type) in ncx_pad_getn_Ilong()
972 dispatchput(void **xpp, size_t nelems, const void* tp, in dispatchput()
[all …]
H A Dncx.c2232 ncx_getn_schar_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_schar_int()
2507 ncx_putn_schar_int(void **xpp, size_t nelems, const int *tp) in ncx_putn_schar_int()
3064 ncx_getn_short_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_short_int()
4708 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
4731 ncx_getn_int_int(const void **xpp, size_t nelems, int *tp) in ncx_getn_int_int()
5355 ncx_putn_int_int(void **xpp, size_t nelems, const int *tp) in ncx_putn_int_int()
5378 ncx_putn_int_int(void **xpp, size_t nelems, const int *tp) in ncx_putn_int_int()
8343 ncx_getn_text(const void **xpp, size_t nelems, char *tp) in ncx_getn_text()
8367 ncx_putn_text(void **xpp, size_t nelems, const char *tp) in ncx_putn_text()
8401 ncx_getn_void(const void **xpp, size_t nelems, void *tp) in ncx_getn_void()
[all …]
H A Dputget.c91 size_t nelems) /* how many */ in NC_fill_schar()
111 size_t nelems) /* how many */ in NC_fill_char()
131 size_t nelems) /* how many */ in NC_fill_short()
153 size_t nelems) /* how many */ in NC_fill_int()
174 size_t nelems) /* how many */ in NC_fill_int()
198 size_t nelems) /* how many */ in NC_fill_float()
218 size_t nelems) /* how many */ in NC_fill_double()
253 const size_t nelems = sizeof(xfillp)/step; in fill_NC_var() local
2956 const size_t *start, size_t nelems, int *value) in getNCvx_schar_int()
3317 const size_t *start, size_t nelems, int *value) in getNCvx_short_int()
[all …]
H A Donstack.h44 # define ALLOC_ONSTACK(name, type, nelems) \ argument
54 # define ALLOC_ONSTACK(name, type, nelems) \ argument
64 # define ALLOC_ONSTACK(name, type, nelems) \ argument
/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/
H A DHDFArray.java538 int nelems = java.lang.reflect.Array.getLength((Object) in); in IntegerToByte() local
549 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteToInteger() local
560 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteToInteger() local
570 int nelems = java.lang.reflect.Array.getLength((Object) in); in ShortToByte() local
581 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteToShort() local
592 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteToShort() local
602 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteObjToByte() local
631 int nelems = java.lang.reflect.Array.getLength((Object) in); in FloatObjToByte() local
642 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteToFloatObj() local
653 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteToFloatObj() local
[all …]
/dports/science/hdf5/hdf5-1.10.6/java/src/hdf/hdf5lib/
H A DHDFArray.java743 int nelems = java.lang.reflect.Array.getLength(in); in IntegerToByte() local
754 int nelems = java.lang.reflect.Array.getLength(in); in ByteToInteger() local
765 int nelems = java.lang.reflect.Array.getLength(in); in ByteToInteger() local
775 int nelems = java.lang.reflect.Array.getLength(in); in ShortToByte() local
786 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteToShort() local
797 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteToShort() local
807 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteObjToByte() local
836 int nelems = java.lang.reflect.Array.getLength((Object) in); in FloatObjToByte() local
847 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteToFloatObj() local
858 int nelems = java.lang.reflect.Array.getLength((Object) in); in ByteToFloatObj() local
[all …]

12345678910>>...72