Searched defs:all_ones (Results 1 – 11 of 11) 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
71 volatile double all_ones = BitsToOpenEndedUnitInterval(UINT64_MAX); in TEST() local91 volatile float all_ones = BitsToOpenEndedUnitIntervalF(UINT64_MAX); in TEST() local
94 const uptr all_ones = (((uptr)1) << (kNumberOfSizeClasses - 1)) - 1; in FlagsOffset() local
145 const uint32_t all_ones = 2 * single_one - 1; in TEST() local158 const uint64_t all_ones = 2 * single_one - 1; in TEST() local
239 const uint32_t all_ones = ~0; in EncodeIntegerAsWords() local
238 const uint32_t all_ones = ~0; in EncodeIntegerAsWords() local
241 const uint32_t all_ones = ~0; in EncodeIntegerAsWords() local
528 base::StackVector<uint8_t, 16> all_ones; in MaskPrefixLength() local
798 let mut all_ones: SmallVec<[i32; 5]> = SmallVec::from_slice(&[1, 1, 1, 1, 1]); in test_dedup() localVariable
1845 auto all_ones = [](ArrayAttr arr) -> bool { in GetOptimalLayout() local
1844 LLVMValueRef all_ones = LLVMConstInt(ctx->i32, -1, true); in ac_build_imsb() local