Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuFloat.hpp55 template <typename StorageType_, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Fla…
65 EXPONENT_BIAS = ExponentBias,
77 …static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias,… in convert() argument
122 … exponent (void) const { return isDenorm() ? 1 - ExponentBias : (int)exponentBits() - ExponentB… in exponent()
130 …inline bool operator< (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flag… in operator <() argument
150 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag…
151 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (void) in Float()
156 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag…
157 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (StorageType valu… in Float()
162 template <typename StorageType, int ExponentBits, int MantissaBits, int ExponentBias, deUint32 Flag…
[all …]