MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / nearbyint

Function nearbyint

support/ToolchainSupport.h:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53#if defined(__ANDROID__) || defined(BARE_METAL)
54template <typename T>
55inline T nearbyint(T value)
56{
57 return static_cast<T>(::nearbyint(value));
58}
59
60/** Round floating-point value with half value rounding away from zero.
61 *

Callers 2

q8_prepare_lutFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected