Home
last modified time | relevance | path

Searched refs:TIFFCvtNativeToIEEEDouble (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirwrite.c66 #define TIFFCvtNativeToIEEEDouble(tif, n, dp) macro
69 extern void TIFFCvtNativeToIEEEDouble(TIFF*, uint32, double*);
425 TIFFCvtNativeToIEEEDouble(tif, wc, dp); in TIFFWriteNormalSubTag()
718 TIFFCvtNativeToIEEEDouble(tif, n, v); in TIFFWriteDoubleArray()
/libtiff-4.0.7/libtiff/
H A Dtif_vms.c587 TIFFCvtNativeToIEEEDouble(TIFF* tif, u_int n, double* f) in TIFFCvtNativeToIEEEDouble() function
H A Dtif_dirwrite.c36 #define TIFFCvtNativeToIEEEDouble(tif, n, dp) macro
39 extern void TIFFCvtNativeToIEEEDouble(TIFF* tif, uint32 n, double* dp);
2268 TIFFCvtNativeToIEEEDouble(tif,1,&m); in TIFFWriteDirectoryTagCheckedDouble()
2280 TIFFCvtNativeToIEEEDouble(tif,count,&value); in TIFFWriteDirectoryTagCheckedDoubleArray()
/libtiff-4.0.7/
H A DChangeLog4137 TIFFCvtNativeToIEEEDouble() in the TIFFWriteDoubleArray() function as