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

Method isRealFloating

src/backend/common/ArrayInfo.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140bool ArrayInfo::isHalf() const { return arrayfire::common::isHalf(type); }
141
142bool ArrayInfo::isRealFloating() const {
143 return arrayfire::common::isRealFloating(type);
144}
145
146bool ArrayInfo::isFloating() const {
147 return arrayfire::common::isFloating(type);

Callers 2

af_approx1_commonFunction · 0.80
af_approx2_commonFunction · 0.80

Calls 1

isRealFloatingFunction · 0.85

Tested by

no test coverage detected