Searched refs:ExponentBias (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuFloat.hpp | 54 template <typename StorageType_, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Fla… 64 EXPONENT_BIAS = ExponentBias, 76 …static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias,… in convert() argument 121 … exponent (void) const { return isDenorm() ? 1 - ExponentBias : (int)exponentBits() - ExponentB… in exponent() 129 …inline bool operator< (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flag… in operator <() argument 149 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag… 150 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (void) in Float() 155 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag… 156 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (StorageType valu… in Float() 161 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag… [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() 735 exponent=(int) ((map.fixed_point >> ExponentShift) & 0x000000ff)-ExponentBias; in SinglePrecisionToHalf() 751 if (exponent == (0xff-ExponentBias)) in SinglePrecisionToHalf()
|