Home
last modified time | relevance | path

Searched refs:ExponentBias (Results 1 – 1 of 1) 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 …]