MCPcopy Create free account
hub / github.com/boostorg/compute / square

Function square

test/test_program.cpp:152–152  ·  view source on GitHub ↗

generic square function definition

Source from the content-addressed store, hash-verified

150
151 // generic square function definition
152 T square(T x) { return x * x; }
153 );
154
155 compute::program library_program =

Callers 3

mainFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85
BOOST_AUTO_TEST_CASEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected