_cms15Fixed16toDouble 177 include/lcms2_plugin.h CMSAPI cmsFloat64Number CMSEXPORT _cms15Fixed16toDouble(cmsS15Fixed16Number fix32); _cms15Fixed16toDouble 425 src/cmspcs.c return _cms15Fixed16toDouble(fix32); _cms15Fixed16toDouble 211 src/cmsplugin.c *n = _cms15Fixed16toDouble(_cmsAdjustEndianess32(tmp)); _cms15Fixed16toDouble 244 src/cmsplugin.c XYZ->X = _cms15Fixed16toDouble(_cmsAdjustEndianess32(xyz.X)); _cms15Fixed16toDouble 245 src/cmsplugin.c XYZ->Y = _cms15Fixed16toDouble(_cmsAdjustEndianess32(xyz.Y)); _cms15Fixed16toDouble 246 src/cmsplugin.c XYZ->Z = _cms15Fixed16toDouble(_cmsAdjustEndianess32(xyz.Z)); _cms15Fixed16toDouble 896 testbed/testcms2.c cmsFloat64Number RoundTrip = _cms15Fixed16toDouble(f); _cms15Fixed16toDouble 955 testbed/testcms2.c cmsFloat64Number x = _cms15Fixed16toDouble(xe); _cms15Fixed16toDouble 956 testbed/testcms2.c cmsFloat64Number y = _cms15Fixed16toDouble(ye); _cms15Fixed16toDouble 957 testbed/testcms2.c cmsFloat64Number z = _cms15Fixed16toDouble(ze); _cms15Fixed16toDouble 975 testbed/testcms2.c x = _cms15Fixed16toDouble(xe); _cms15Fixed16toDouble 976 testbed/testcms2.c y = _cms15Fixed16toDouble(ye); _cms15Fixed16toDouble 977 testbed/testcms2.c z = _cms15Fixed16toDouble(ze);