Home
last modified time | relevance | path

Searched refs:H5T_CONV_Su (Results 1 – 6 of 6) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Tconv.c393 #define H5T_CONV_Su(STYPE,DTYPE,ST,DT,D_MIN,D_MAX) { \ macro
5144 H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX); in H5T__conv_short_uchar()
5558 H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX); in H5T__conv_int_uchar()
5650 H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX); in H5T__conv_int_ushort()
5972 H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); in H5T__conv_long_uchar()
6064 H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); in H5T__conv_long_ushort()
6156 H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); in H5T__conv_long_uint()
6386 H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); in H5T__conv_llong_uchar()
6478 H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); in H5T__conv_llong_ushort()
6570 H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); in H5T__conv_llong_uint()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Tconv.c336 #define H5T_CONV_Su(STYPE,DTYPE,ST,DT,D_MIN,D_MAX) { \ macro
5271 H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX); in H5T__conv_short_uchar()
5739 H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX); in H5T__conv_int_uchar()
5843 H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX); in H5T__conv_int_ushort()
6196 H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); in H5T__conv_long_uchar()
6299 H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); in H5T__conv_long_ushort()
6400 H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); in H5T__conv_long_uint()
6655 H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); in H5T__conv_llong_uchar()
6759 H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); in H5T__conv_llong_ushort()
6861 H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); in H5T__conv_llong_uint()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Tconv.c393 #define H5T_CONV_Su(STYPE,DTYPE,ST,DT,D_MIN,D_MAX) { \ macro
5144 H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX); in H5T__conv_short_uchar()
5558 H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX); in H5T__conv_int_uchar()
5650 H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX); in H5T__conv_int_ushort()
5972 H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); in H5T__conv_long_uchar()
6064 H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); in H5T__conv_long_ushort()
6156 H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); in H5T__conv_long_uint()
6386 H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); in H5T__conv_llong_uchar()
6478 H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); in H5T__conv_llong_ushort()
6570 H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); in H5T__conv_llong_uint()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Tconv.c338 #define H5T_CONV_Su(STYPE,DTYPE,ST,DT,D_MIN,D_MAX) { \ macro
5270 H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX); in H5T__conv_short_uchar()
5738 H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX); in H5T__conv_int_uchar()
5842 H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX); in H5T__conv_int_ushort()
6195 H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); in H5T__conv_long_uchar()
6298 H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); in H5T__conv_long_ushort()
6399 H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); in H5T__conv_long_uint()
6654 H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); in H5T__conv_llong_uchar()
6758 H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); in H5T__conv_llong_ushort()
6860 H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); in H5T__conv_llong_uint()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Tconv.c411 #define H5T_CONV_Su(STYPE, DTYPE, ST, DT, D_MIN, D_MAX) … macro
5506 H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX); in H5T__conv_short_uchar()
5884 H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX); in H5T__conv_int_uchar()
5968 H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX); in H5T__conv_int_ushort()
6262 H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); in H5T__conv_long_uchar()
6346 H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); in H5T__conv_long_ushort()
6430 H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); in H5T__conv_long_uint()
6640 H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); in H5T__conv_llong_uchar()
6724 H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); in H5T__conv_llong_ushort()
6808 H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); in H5T__conv_llong_uint()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Tconv.c392 #define H5T_CONV_Su(STYPE,DTYPE,ST,DT,D_MIN,D_MAX) { \ macro
5307 H5T_CONV_Su(SHORT, UCHAR, short, unsigned char, -, UCHAR_MAX); in H5T__conv_short_uchar()
5775 H5T_CONV_Su(INT, UCHAR, int, unsigned char, -, UCHAR_MAX); in H5T__conv_int_uchar()
5879 H5T_CONV_Su(INT, USHORT, int, unsigned short, -, USHRT_MAX); in H5T__conv_int_ushort()
6232 H5T_CONV_Su(LONG, UCHAR, long, unsigned char, -, UCHAR_MAX); in H5T__conv_long_uchar()
6335 H5T_CONV_Su(LONG, USHORT, long, unsigned short, -, USHRT_MAX); in H5T__conv_long_ushort()
6436 H5T_CONV_Su(LONG, UINT, long, unsigned, -, UINT_MAX); in H5T__conv_long_uint()
6691 H5T_CONV_Su(LLONG, UCHAR, long long, unsigned char, -, UCHAR_MAX); in H5T__conv_llong_uchar()
6795 H5T_CONV_Su(LLONG, USHORT, long long, unsigned short, -, USHRT_MAX); in H5T__conv_llong_ushort()
6897 H5T_CONV_Su(LLONG, UINT, long long, unsigned, -, UINT_MAX); in H5T__conv_llong_uint()
[all …]