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

Method sin

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

Sine implementation. \param arg function argument \return function value stored in single-preicision

Source from the content-addressed store, hash-verified

1468 /// \param arg function argument
1469 /// \return function value stored in single-preicision
1470 static expr sin(float arg) { return expr(std::sin(arg)); }
1471
1472 /// Cosine implementation.
1473 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
sinFunction · 0.85

Tested by

no test coverage detected