Home
last modified time | relevance | path

Searched refs:test_ctfe (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dbitop.d109 enum test_ctfe = bsf(ulong.max); variable
110 assert(test_ctfe == 0);
157 enum test_ctfe = bsr(ulong.max); variable
158 assert(test_ctfe == 63);
624 enum test_ctfe = popcnt(uint.max); variable
625 assert(test_ctfe == 32);
674 enum test_ctfe = popcnt(ulong.max); variable
675 assert(test_ctfe == 64);
791 enum test_ctfe = bitswap(1U); variable
792 assert(test_ctfe == (1U << 31));
[all …]