Searched refs:dmin (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/translators/raw/ |
H A D | RAW.cpp | 957 double dsum[8], dmin, dmax; in _ScaleColors() local 1031 for (dmin = DBL_MAX, dmax = c = 0; c < 4; c++) { in _ScaleColors() 1032 if (dmin > fMeta.pre_multipliers[c]) in _ScaleColors() 1033 dmin = fMeta.pre_multipliers[c]; in _ScaleColors() 1039 dmax = dmin; in _ScaleColors()
|
/haiku/src/bin/unzip/ |
H A D | fileio.c | 1818 long dyy, dmm, ddd, dhh, dmin, dss; variable 1825 dmin = (lrec.last_mod_dos_datetime >> 5) & 0x3f; 1834 (dhh*1800L + dmin*30L + dss/2L), -1L, -1L, (char *) -1, -1, -1, -1))
|