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

Function floor

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

Nearest integer not greater than half value. \param arg half to round \return nearest integer not greater than \a arg template typename enable ::type floor(T arg) { return functions::floor(arg); }

Source from the content-addressed store, hash-verified

2547 /// \return nearest integer not greater than \a arg
2548// template<typename T> typename enable<half,T>::type floor(T arg) { return functions::floor(arg); }
2549 inline half floor(half arg) { return functions::floor(arg); }
2550 inline half floor(expr arg) { return functions::floor(arg); }
2551
2552 /// Nearest integer not greater in magnitude than half value.

Callers 15

compute_conv3d_shapeFunction · 0.85
scaled_dimensionsFunction · 0.85
scaled_dimensions_signedFunction · 0.85
pixel_area_c1u8_clampFunction · 0.85
runMethod · 0.85
configureMethod · 0.85
VEC_DATA_TYPEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected