MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / AF_IF_CONSTEXPR

Function AF_IF_CONSTEXPR

src/backend/common/half.hpp:872–874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers 6

is_any_ofFunction · 0.85
int2half_implFunction · 0.85
half2intFunction · 0.85
maxvalFunction · 0.85
minvalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected