Home | History | Annotate | Download | only in Common

Lines Matching defs:half

15 #include "Half.hpp"
19 half::half(float fp32)
51 half::operator float() const
88 half &half::operator=(half h)
96 half &half::operator=(float f)
98 *this = half(f);