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

Function BOOST_AUTO_TEST_CASE_TEMPLATE

test/test_fill.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62BOOST_AUTO_TEST_CASE_TEMPLATE( fill_scalar, S, scalar_types )
63{
64 S v1 = S(1.5f);
65 S v2 = S(2.5f);
66 S v3 = S(42.0f);
67 test_fill(v1, v2, v3, queue);
68}
69
70BOOST_AUTO_TEST_CASE_TEMPLATE( fill_vec2, S, scalar_types )
71{

Callers

nothing calls this directly

Calls 3

test_fillFunction · 0.85
test_fill_nFunction · 0.85
TClass · 0.50

Tested by

no test coverage detected