| 870 | return __half2short_rn(value); |
| 871 | } |
| 872 | else AF_IF_CONSTEXPR(std::is_same<T, unsigned short>::value) { |
| 873 | return __half2ushort_rn(value); |
| 874 | } |
| 875 | else AF_IF_CONSTEXPR(std::is_same<T, long long>::value) { |
| 876 | return __half2ll_rn(value); |
| 877 | } |
no outgoing calls
no test coverage detected