Searched defs:__half (Results 1 – 1 of 1) sorted by relevance
55 struct __half { struct56 EIGEN_DEVICE_FUNC __half() {} in __half() argument57 explicit EIGEN_DEVICE_FUNC __half(unsigned short raw) : x(raw) {} in __half() argument63 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC __half raw_uint16_to_half(unsigned short x); argument78 typedef half_impl::__half __half; typedef