Searched refs:__found (Results 1 – 9 of 9) sorted by relevance
66 std::atomic<bool> __found(false); in __parallel_or()68 [__f, &__found](_Index __i, _Index __j) { in __parallel_or()69 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) in __parallel_or()71 __found.store(true, std::memory_order_relaxed); in __parallel_or()75 return __found; in __parallel_or()
121 _DifferenceType __found = 0; in __simd_first()124 … : __found) for (_DifferenceType __i = __begin; __i < __begin + __block_size; in __simd_first()129 __found |= __t; in __simd_first()131 if (__found) in __simd_first()180 _DifferenceType __found = 0; in __simd_first()184 : __found) for (__i = 0; __i < __block_size; ++__i) in __simd_first()188 __found |= __t; in __simd_first()190 if (__found) in __simd_first()403 _DifferenceType __found = 0; in __simd_adjacent_find() local406 : __found) for (__i = 0; __i < __block_size - 1; ++__i) in __simd_adjacent_find()[all …]
113 constexpr bool __found[__sz] = { __is_same(_Tp, _Types) ... }; in _GLIBCXX_VISIBILITY()117 if (__found[__i]) in _GLIBCXX_VISIBILITY()
2473 bool __found = false;2478 __found = true;2488 if (!__found)2501 bool __found = false;2506 __found = true;2516 if (!__found)
2514 bool __found = false;2519 __found = true;2529 if (!__found)2542 bool __found = false;2547 __found = true;2557 if (!__found)
2381 bool __found = false;2410 __found = true;2423 __found = true;2436 __found = true;2444 __found = true;2450 __found = true;2467 __found = true;2472 // of "__found" chars is2486 __found = true;2499 __found = true;[all …]
1952 for (bool __found = false; __pn->__next_ != nullptr &&1956 // __found key_eq() action1959 // false true set __found to true1961 if (__found != (__pn->__next_->__hash() == __cp_hash &&1964 if (!__found)1965 __found = true;