Lines Matching refs:H5T_CONV_xF

593 #define H5T_CONV_xF(STYPE,DTYPE,ST,DT,D_MIN,D_MAX) {                  \  macro
594 H5T_CONV(H5T_CONV_xF, STYPE, DTYPE, ST, DT, D_MIN, D_MAX, Y) \
6916 H5T_CONV_xF(SCHAR, FLOAT, signed char, float, -, -); in H5T__conv_schar_float()
6938 H5T_CONV_xF(SCHAR, DOUBLE, signed char, double, -, -); in H5T__conv_schar_double()
6960 H5T_CONV_xF(SCHAR, LDOUBLE, signed char, long double, -, -); in H5T__conv_schar_ldouble()
6982 H5T_CONV_xF(UCHAR, FLOAT, unsigned char, float, -, -); in H5T__conv_uchar_float()
7004 H5T_CONV_xF(UCHAR, DOUBLE, unsigned char, double, -, -); in H5T__conv_uchar_double()
7026 H5T_CONV_xF(UCHAR, LDOUBLE, unsigned char, long double, -, -); in H5T__conv_uchar_ldouble()
7048 H5T_CONV_xF(SHORT, FLOAT, short, float, -, -); in H5T__conv_short_float()
7070 H5T_CONV_xF(SHORT, DOUBLE, short, double, -, -); in H5T__conv_short_double()
7092 H5T_CONV_xF(SHORT, LDOUBLE, short, long double, -, -); in H5T__conv_short_ldouble()
7114 H5T_CONV_xF(USHORT, FLOAT, unsigned short, float, -, -); in H5T__conv_ushort_float()
7136 H5T_CONV_xF(USHORT, DOUBLE, unsigned short, double, -, -); in H5T__conv_ushort_double()
7158 H5T_CONV_xF(USHORT, LDOUBLE, unsigned short, long double, -, -); in H5T__conv_ushort_ldouble()
7180 H5T_CONV_xF(INT, FLOAT, int, float, -, -); in H5T__conv_int_float()
7202 H5T_CONV_xF(INT, DOUBLE, int, double, -, -); in H5T__conv_int_double()
7224 H5T_CONV_xF(INT, LDOUBLE, int, long double, -, -); in H5T__conv_int_ldouble()
7246 H5T_CONV_xF(UINT, FLOAT, unsigned int, float, -, -); in H5T__conv_uint_float()
7268 H5T_CONV_xF(UINT, DOUBLE, unsigned int, double, -, -); in H5T__conv_uint_double()
7290 H5T_CONV_xF(UINT, LDOUBLE, unsigned int, long double, -, -); in H5T__conv_uint_ldouble()
7312 H5T_CONV_xF(LONG, FLOAT, long, float, -, -); in H5T__conv_long_float()
7334 H5T_CONV_xF(LONG, DOUBLE, long, double, -, -); in H5T__conv_long_double()
7356 H5T_CONV_xF(LONG, LDOUBLE, long, long double, -, -); in H5T__conv_long_ldouble()
7378 H5T_CONV_xF(ULONG, FLOAT, unsigned long, float, -, -); in H5T__conv_ulong_float()
7400 H5T_CONV_xF(ULONG, DOUBLE, unsigned long, double, -, -); in H5T__conv_ulong_double()
7422 H5T_CONV_xF(ULONG, LDOUBLE, unsigned long, long double, -, -); in H5T__conv_ulong_ldouble()
7444 H5T_CONV_xF(LLONG, FLOAT, long long, float, -, -); in H5T__conv_llong_float()
7466 H5T_CONV_xF(LLONG, DOUBLE, long long, double, -, -); in H5T__conv_llong_double()
7489 H5T_CONV_xF(LLONG, LDOUBLE, long long, long double, -, -); in H5T__conv_llong_ldouble()
7512 H5T_CONV_xF(ULLONG, FLOAT, unsigned long long, float, -, -); in H5T__conv_ullong_float()
7534 H5T_CONV_xF(ULLONG, DOUBLE, unsigned long long, double, -, -); in H5T__conv_ullong_double()
7557 H5T_CONV_xF(ULLONG, LDOUBLE, unsigned long long, long double, -, -); in H5T__conv_ullong_ldouble()