Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsplugin.c362 cmsFloat64Number CMSEXPORT _cms15Fixed16toDouble(cmsS15Fixed16Number fix32) in _cms15Fixed16toDouble() argument
367 sign = (fix32 < 0 ? -1 : 1); in _cms15Fixed16toDouble()
368 fix32 = abs(fix32); in _cms15Fixed16toDouble()
370 Whole = (cmsUInt16Number)(fix32 >> 16) & 0xffff; in _cms15Fixed16toDouble()
371 FracPart = (cmsUInt16Number)(fix32 & 0xffff); in _cms15Fixed16toDouble()
Dcmspcs.c419 cmsS15Fixed16Number fix32; in XYZ2float() local
422 fix32 = v << 1; in XYZ2float()
425 return _cms15Fixed16toDouble(fix32); in XYZ2float()
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dbooks.proto95 optional fixed32 fix32 = 1; field
/external/pdfium/third_party/lcms/include/
Dlcms2_plugin.h177 CMSAPI cmsFloat64Number CMSEXPORT _cms15Fixed16toDouble(cmsS15Fixed16Number fix32);