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

Function sin

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

Sine function. \param arg function argument \return sine value of \a arg template typename enable ::type sin(T arg) { return functions::sin(arg); }

Source from the content-addressed store, hash-verified

2406 /// \return sine value of \a arg
2407// template<typename T> typename enable<expr,T>::type sin(T arg) { return functions::sin(arg); }
2408 inline expr sin(half arg) { return functions::sin(arg); }
2409 inline expr sin(expr arg) { return functions::sin(arg); }
2410
2411 /// Cosine function.

Callers 10

q8_prepare_lutFunction · 0.85
rdft_1d_stepFunction · 0.85
dft_1d_stepFunction · 0.85
irdft_1d_stepFunction · 0.85
idft_1d_stepFunction · 0.85
elementwise_unaryFunction · 0.85
sinMethod · 0.85
lgammaMethod · 0.85
tgammaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected