Searched refs:ExponentBias (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuFloat.hpp | 47 template <typename StorageType_, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Fla… 57 EXPONENT_BIAS = ExponentBias, 69 …static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias,… in convert() argument 114 … exponent (void) const { return isDenorm() ? 1 - ExponentBias : (int)exponentBits() - ExponentB… in exponent() 137 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag… 138 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (void) in Float() 143 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag… 144 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (StorageType valu… in Float() 149 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag… 150 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (float value) in Float() [all …]
|
/external/ImageMagick/MagickCore/ |
D | quantum-private.h | 112 #define ExponentBias (127-15) in HalfToSinglePrecision() macro 162 exponent+=ExponentBias; in HalfToSinglePrecision() 176 exponent+=ExponentBias; in HalfToSinglePrecision() 723 exponent=(int) ((map.fixed_point >> ExponentShift) & 0x000000ff)-ExponentBias; in SinglePrecisionToHalf() 739 if (exponent == (0xff-ExponentBias)) in SinglePrecisionToHalf()
|