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

Function ceil

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

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

Source from the content-addressed store, hash-verified

2553 /// \return nearest integer not less than \a arg
2554// template<typename T> typename enable<half,T>::type ceil(T arg) { return functions::ceil(arg); }
2555 inline half ceil(half arg) { return functions::ceil(arg); }
2556 inline half ceil(expr arg) { return functions::ceil(arg); }
2557
2558 /// Nearest integer not greater than half value.

Callers 15

TESTFunction · 0.85
fftconvolveTestLargeFunction · 0.85
TESTFunction · 0.85
calcPackedSizeFunction · 0.85
calcPackedSizeFunction · 0.85
orbFunction · 0.85
fastFunction · 0.85
siftFunction · 0.85
fftconvolveFunction · 0.85
orbFunction · 0.85
fastFunction · 0.85
evalMultipleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected