Searched defs:all_ones (Results 1 – 7 of 7) sorted by relevance
91 …int all_ones = vx_low_s == 0x1FFF && vx_high_s == 0x1FFF && vx_low_t == 0x1FFF && vx_high_t == 0x1… in physical_to_symbolic() local106 …int all_ones = vx_low_s == 0x1FF && vx_high_s == 0x1FF && vx_low_t == 0x1FF && vx_high_t == 0x1FF … in physical_to_symbolic() local
328 const uint32_t all_ones = ~0; in EncodeIntegerAsWords() local
871 BOOST_CONSTEXPR_OR_CONST T all_ones = ~(T)0u; in do_test_integral_api() local
1142 block_type const all_ones = detail::dynamic_bitset_impl::max_limit<Block>::value; in all() local
1850 LLVMValueRef all_ones = LLVMConstInt(ctx->i32, -1, true); in ac_build_imsb() local