Michael Hanke writes:
> nifti1.h:#define DT_FLOAT128             1536     /* long double (128 bits)   
>     */
> nifti1.h-#define DT_COMPLEX128           1792     /* double pair (128 bits)   
>     */
> nifti1.h:#define DT_COMPLEX256           2048     /* long double pair (256 
> bits)  */
> nifti1.h-/* @} */
> nifti1.h-
> nifti1.h-
> nifti1.h-                            /*------- aliases for all the above 
> codes ---*/
> --
> nifti1.h-                                       /*! signed long long. */
> nifti1.h-#define NIFTI_TYPE_INT64        1024
> nifti1.h-                                       /*! unsigned long long. */
> nifti1.h-#define NIFTI_TYPE_UINT64       1280
> nifti1.h:                                       /*! 128 bit float = long 
> double. */
> nifti1.h-#define NIFTI_TYPE_FLOAT128     1536
> nifti1.h-                                       /*! 128 bit complex = 2 64 
> bit floats. */
> nifti1.h-#define NIFTI_TYPE_COMPLEX128   1792
> nifti1.h-                                       /*! 256 bit complex = 2 128 
> bit floats */
> --
> nifti1.h-                     /*-------- sample typedefs for complicated 
> types ---*/
> nifti1.h-#if 0
> nifti1.h-typedef struct { float       r,i;     } complex_float ;
> nifti1.h-typedef struct { double      r,i;     } complex_double ;
> nifti1.h:typedef struct { long double r,i;     } complex_longdouble ;
> nifti1.h-typedef struct { unsigned char r,g,b; } rgb_byte ;
> nifti1.h-#endif
> nifti1.h-
> nifti1.h-/*---------------------------------------------------------------------------*/
> 
> So the matching datatype definition is just an example. The other
> datatypes already assume a 128bit representation, but are simply labels
> that have to be supplied be the user to identify the datatype of binary
> chunks stored inside to-be-read files.
> 
> I think it is save to close this bug.

not all of it is commented out. are the macros used somewhere in the
code? are the used in code in packages which b-d on this package?

  Matthias


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to