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

Function modf

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

Extract integer and fractional parts. \param arg number to decompress \param iptr address to store integer part at \return fractional part template typename enable ::type modf(T arg, half *iptr) { return functions::modf(arg, iptr); }

Source from the content-addressed store, hash-verified

2645 /// \return fractional part
2646// template<typename T> typename enable<half,T>::type modf(T arg, half *iptr) { return functions::modf(arg, iptr); }
2647 inline half modf(half arg, half *iptr) { return functions::modf(arg, iptr); }
2648 inline half modf(expr arg, half *iptr) { return functions::modf(arg, iptr); }
2649
2650 /// Multiply by power of two.

Callers 4

float2half_implFunction · 0.85
lgammaMethod · 0.85
tgammaMethod · 0.85
approx1CubicTestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected