Searched refs:__found (Results 1 – 4 of 4) sorted by relevance
72 std::atomic<bool> __found(false); in __parallel_or()74 [__f, &__found](_Index __i, _Index __j) in __parallel_or()76 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) in __parallel_or()78 __found.store(true, std::memory_order_relaxed); in __parallel_or()82 return __found; in __parallel_or()
125 _DifferenceType __found = 0; in __simd_first()133 __found |= __t; in __simd_first()135 if (__found) in __simd_first()184 _DifferenceType __found = 0; in __simd_first()188 : __found) for (__i = 0; __i < __block_size; ++__i) in __simd_first()192 __found |= __t; in __simd_first()194 if (__found) in __simd_first()407 _DifferenceType __found = 0; in __simd_adjacent_find() local415 __found |= __t; in __simd_adjacent_find()420 __lane[__i] = __found = 1; in __simd_adjacent_find()[all …]
2449 bool __found = false;2478 __found = true;2512 __found = true;2518 __found = true;2535 __found = true;2540 // of "__found" chars is2554 __found = true;2567 __found = true;2579 __found = true;2586 __found = true;[all …]
1882 for (bool __found = false; __pn->__next_ != nullptr &&1886 // __found key_eq() action1889 // false true set __found to true1891 if (__found != (__pn->__next_->__hash() == __cp_hash &&1894 if (!__found)1895 __found = true;