Searched refs:fix32 (Results 1 – 4 of 4) sorted by relevance
376 cmsFloat64Number CMSEXPORT _cms15Fixed16toDouble(cmsS15Fixed16Number fix32) in _cms15Fixed16toDouble() argument381 sign = (fix32 < 0 ? -1 : 1); in _cms15Fixed16toDouble()382 fix32 = abs(fix32); in _cms15Fixed16toDouble()384 Whole = (cmsUInt16Number)(fix32 >> 16) & 0xffff; in _cms15Fixed16toDouble()385 FracPart = (cmsUInt16Number)(fix32 & 0xffff); in _cms15Fixed16toDouble()
419 cmsS15Fixed16Number fix32; in XYZ2float() local422 fix32 = v << 1; in XYZ2float()425 return _cms15Fixed16toDouble(fix32); in XYZ2float()
113 optional fixed32 fix32 = 1; field
177 CMSAPI cmsFloat64Number CMSEXPORT _cms15Fixed16toDouble(cmsS15Fixed16Number fix32);