Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected