MCPcopy Create free account
hub / github.com/VcDevel/Vc / TEST_TYPES

Function TEST_TYPES

tests/simdarray.cpp:38–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38TEST_TYPES(V, createArray, SimdArrayList)
39{
40 typedef typename V::VectorEntryType VT;
41 V array;
42
43 COMPARE(array.size(), captureN(V()));
44 VERIFY(sizeof(array) >= array.size() * sizeof(VT));
45 VERIFY(sizeof(array) <= 2 * array.size() * sizeof(VT));
46}
47
48TEST_TYPES(V, checkArrayAlignment, SimdArrayList)
49{

Callers

nothing calls this directly

Calls 10

captureNFunction · 0.85
all_ofFunction · 0.85
none_ofFunction · 0.85
AClass · 0.85
TFunction · 0.50
sizeFunction · 0.50
sizeMethod · 0.45
storeMethod · 0.45
loadMethod · 0.45
entriesCountMethod · 0.45

Tested by

no test coverage detected