|
| template<typename Dest , typename Src > |
| Dest | BitwiseCast (Src source) |
| |
| template<typename T > |
| bool | operator== (const FloatProxy< T > &first, const FloatProxy< T > &second) |
| |
| template<typename T > |
| std::istream & | operator>> (std::istream &is, FloatProxy< T > &value) |
| |
| uint8_t | get_nibble_from_character (int character) |
| |
| template<typename T , typename Traits > |
| std::ostream & | operator<< (std::ostream &os, const HexFloat< T, Traits > &value) |
| |
| template<typename T , typename Traits > |
| bool | RejectParseDueToLeadingSign (std::istream &is, bool negate_value, HexFloat< T, Traits > &value) |
| |
| template<typename T , typename Traits > |
| std::istream & | ParseNormalFloat (std::istream &is, bool negate_value, HexFloat< T, Traits > &value) |
| |
| template<> |
| std::istream & | ParseNormalFloat< FloatProxy< Float16 >, HexFloatTraits< FloatProxy< Float16 > > > (std::istream &is, bool negate_value, HexFloat< FloatProxy< Float16 >, HexFloatTraits< FloatProxy< Float16 >>> &value) |
| |
| template<typename T , typename Traits > |
| std::istream & | operator>> (std::istream &is, HexFloat< T, Traits > &value) |
| |
| template<typename T > |
| std::ostream & | operator<< (std::ostream &os, const FloatProxy< T > &value) |
| |
| template<> |
| std::ostream & | operator<<<Float16 > (std::ostream &os, const FloatProxy< Float16 > &value) |
| |