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

Method floor

extern/half/include/half.hpp:1640–1640  ·  view source on GitHub ↗

Floor implementation. \param arg value to round \return rounded value

Source from the content-addressed store, hash-verified

1638 /// \param arg value to round
1639 /// \return rounded value
1640 static half floor(half arg) { return half(binary, round_half<std::round_toward_neg_infinity>(arg.data_)); }
1641
1642 /// Ceiling implementation.
1643 /// \param arg value to round

Callers

nothing calls this directly

Calls 1

halfClass · 0.70

Tested by

no test coverage detected