Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_aux.c37 _TIFFMultiply32(TIFF* tif, uint32 first, uint32 second, const char* where) in _TIFFMultiply32() argument
39 uint32 bytes = first * second; in _TIFFMultiply32()
41 if (second && bytes / second != first) { in _TIFFMultiply32()
50 _TIFFMultiply64(TIFF* tif, uint64 first, uint64 second, const char* where) in _TIFFMultiply64() argument
52 uint64 bytes = first * second; in _TIFFMultiply64()
54 if (second && bytes / second != first) { in _TIFFMultiply64()
/libtiff-4.0.7/
H A DHOWTO-RELEASE42 Version should be updated in two places: in the second argument of the
H A DChangeLog4400 * libtiff/tif_color.c: Use double as the second argument of pow()
/libtiff-4.0.7/tools/
H A Dtiff2pdf.c465 checkMultiply64(uint64 first, uint64 second, T2P* t2p) in checkMultiply64() argument
467 uint64 bytes = first * second; in checkMultiply64()
469 if (second && bytes / second != first) { in checkMultiply64()