Home | History | Annotate | Download | only in tests

Lines Matching refs:Width

45 template <std::size_t Width, std::size_t Depth>
47 : public makeB<typename std::__make_tuple_indices<Width>::type, Depth>
55 const std::size_t Width = 10;
57 A<Width, Depth> a;
58 typedef B<Width/2, Depth> Destination;
59 // typedef A<Width, Depth> Destination;
61 Destination* b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
76 B<Width/2, Depth> -O3 48.334 93.190 libc++abi 93% faster
77 B<Width/2, Depth> -Os 58.535 94.103 libc++abi 61% faster
78 A<Width, Depth> -O3 11.515 33.134 libc++abi 188% faster
79 A<Width, Depth> -Os 12.631 31.553 libc++abi 150% faster