Home
last modified time | relevance | path

Searched refs:DFNTF_VAX (Results 1 – 7 of 7) sorted by relevance

/dports/science/libccp4/libccp4-6.5.1/ccp4/
H A Dccp4_sysdep.h176 #define DFNTF_VAX 2 /**< Vax format */ macro
181 # define NATIVEFT DFNTF_VAX
202 # define NATIVEFT DFNTF_VAX
H A Dlibrary_file.c461 cfile->fconvert = DFNTF_VAX ; in _file_init()
736 case DFNTF_VAX: in ccp4_file_setbyte()
737 cfile->fconvert = DFNTF_VAX ; in ccp4_file_setbyte()
1187 case DFNTF_VAX :
1230 case DFNTF_VAX :
1342 case DFNTF_VAX :
1385 case DFNTF_VAX :
1631 case DFNTF_VAX :
1641 case DFNTF_VAX :
1795 case DFNTF_VAX :
[all …]
H A Dlibrary_utils.c217 #if NATIVEFT == DFNTF_VAX in ccp4_nan()
242 case DFNTF_VAX : in ccp4_utils_isnan()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Ddfconvrt.h61 } else if (st==DFNTF_IEEE && dt==DFNTF_VAX) {\
63 } else if (st==DFNTF_VAX && (dt==DFNTF_IEEE || dt==DFNTF_PC)) {\
H A Ddfconv.c439 if (sourcetype == DFNTF_IEEE && (desttype == DFNTF_VAX || in DFconvert()
445 if (desttype == DFNTF_IEEE && (sourcetype == DFNTF_VAX || in DFconvert()
H A Dhntdefs.h116 #define DFNTF_VAX 2 /* Vax format */ macro
H A Dhdf.inc164 integer DFNTF_IEEE, DFNTF_VAX, DFNTF_CRAY, DFNTF_PC
168 parameter(DFNTF_VAX = 2)