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

Method cos

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

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

Source from the content-addressed store, hash-verified

1473 /// \param arg function argument
1474 /// \return function value stored in single-preicision
1475 static expr cos(float arg) { return expr(std::cos(arg)); }
1476
1477 /// Tan implementation.
1478 /// \param arg function argument

Callers

nothing calls this directly

Calls 2

exprClass · 0.85
cosFunction · 0.85

Tested by

no test coverage detected