MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / square

Function square

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

generic square function definition

Source from the content-addressed store, hash-verified

238
239 // generic square function definition
240 T square(T x) { return x * x; }
241 );
242
243 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