Home
last modified time | relevance | path

Searched refs:ExponentBias (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/common/
DtcuFloat.hpp47 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()
135 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag…
136 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (void) in Float()
141 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag…
142 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (StorageType valu… in Float()
147 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag…
148 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (float value) in Float()
[all …]
/external/ImageMagick/MagickCore/
Dquantum-private.h102 #define ExponentBias (127-15) in HalfToSinglePrecision() macro
152 exponent+=ExponentBias; in HalfToSinglePrecision()
166 exponent+=ExponentBias; in HalfToSinglePrecision()
669 exponent=(int) ((map.fixed_point >> ExponentShift) & 0x000000ff)-ExponentBias; in SinglePrecisionToHalf()
685 if (exponent == (0xff-ExponentBias)) in SinglePrecisionToHalf()