Home | History | Annotate | Download | only in functional

Lines Matching refs:HexFloat

58 struct HexFloat
61 HexFloat (const float value_) : value(value_) {}
64 std::ostream& operator<< (std::ostream& str, const HexFloat& v)
95 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;