HomeSort by relevance Sort by last modified time
    Searched refs:SinglePrecisionToHalf (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
quantum-export.c 280 pixel=SinglePrecisionToHalf(QuantumScale*GetPixelAlpha(image,p));
559 pixel=SinglePrecisionToHalf(QuantumScale*GetPixelBlue(image,p));
561 pixel=SinglePrecisionToHalf(QuantumScale*GetPixelGreen(image,p));
563 pixel=SinglePrecisionToHalf(QuantumScale*GetPixelRed(image,p));
785 pixel=SinglePrecisionToHalf(QuantumScale*GetPixelBlue(image,p));
787 pixel=SinglePrecisionToHalf(QuantumScale*GetPixelGreen(image,p));
789 pixel=SinglePrecisionToHalf(QuantumScale*GetPixelRed(image,p));
791 pixel=SinglePrecisionToHalf(QuantumScale*GetPixelAlpha(image,p));
    [all...]
quantum-private.h 636 static inline unsigned short SinglePrecisionToHalf(const float value)

Completed in 471 milliseconds