Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libtiff/
Dtif_aux.c320 _TIFFUInt64ToFloat(uint64 ui64) in _TIFFUInt64ToFloat() function
Dtiffiop.h309 extern float _TIFFUInt64ToFloat(uint64);
Dtif_dirread.c594 *value = _TIFFUInt64ToFloat(m); in TIFFReadDirEntryFloat()
2330 *mb++ = _TIFFUInt64ToFloat(*ma++); in TIFFReadDirEntryFloatArray()
DChangeLog1320 * libtiff/tif_dirread.c: Use custom functions _TIFFUInt64ToFloat()
1554 * libtiff/{tiffiop.h, tif_aux.c}: Added _TIFFUInt64ToFloat() and
/external/pdfium/third_party/libtiff/
Dtif_aux.c320 _TIFFUInt64ToFloat(uint64 ui64) in _TIFFUInt64ToFloat() function
Dtiffiop.h361 extern float _TIFFUInt64ToFloat(uint64);
Dtif_dirread.c594 *value = _TIFFUInt64ToFloat(m); in TIFFReadDirEntryFloat()
2325 *mb++ = _TIFFUInt64ToFloat(*ma++); in TIFFReadDirEntryFloatArray()