Searched refs:RoundingDirection (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/common/ |
D | tcuFloat.hpp | 40 enum RoundingDirection enum 70 explicit Float (float v, RoundingDirection rd = ROUND_TO_EVEN); 71 explicit Float (double v, RoundingDirection rd = ROUND_TO_EVEN); 74 …ponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags>& src, RoundingDirection rd = ROUND_T… 76 …StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>& src, RoundingDirection = ROUND_TO_E… in convert() argument 162 …geType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (float value, RoundingDirection rd) in Float() 171 …eType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (double value, RoundingDirection rd) in Float() 271 … OtherExponentBits, OtherMantissaBits, OtherExponentBias, OtherFlags>& other, RoundingDirection rd) in convert()
|