Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dparallel_impl.h66 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()
H A Dunseq_backend_simd.h121 _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() local
406 : __found) for (__i = 0; __i < __block_size - 1; ++__i) in __simd_adjacent_find()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dparallel_impl.h66 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()
H A Dunseq_backend_simd.h121 _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() local
406 : __found) for (__i = 0; __i < __block_size - 1; ++__i) in __simd_adjacent_find()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dutility.h113 constexpr bool __found[__sz] = { __is_same(_Tp, _Types) ... }; in _GLIBCXX_VISIBILITY()
117 if (__found[__i]) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dsocket2473 bool __found = false;
2478 __found = true;
2488 if (!__found)
2501 bool __found = false;
2506 __found = true;
2516 if (!__found)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dsocket2514 bool __found = false;
2519 __found = true;
2529 if (!__found)
2542 bool __found = false;
2547 __found = true;
2557 if (!__found)
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dregex2381 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 is
2486 __found = true;
2499 __found = true;
[all …]
H A D__hash_table1952 for (bool __found = false; __pn->__next_ != nullptr &&
1956 // __found key_eq() action
1959 // false true set __found to true
1961 if (__found != (__pn->__next_->__hash() == __cp_hash &&
1964 if (!__found)
1965 __found = true;