Searched refs:__found (Results 1 – 11 of 11) sorted by relevance
34 std::atomic<bool> __found(false); in __parallel_or()35 …auto __ret = __cpu_traits<_Backend>::__for_each(__first, __last, [__f, &__found](_Index __i, _Inde… in __parallel_or()36 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) { in __parallel_or()37 __found.store(true, std::memory_order_relaxed); in __parallel_or()43 return static_cast<bool>(__found); in __parallel_or()
72 _DifferenceType __found = 0; in __simd_first() local73 …_PSTL_PRAGMA_SIMD_REDUCTION(| : __found) for (_DifferenceType __i = __begin; __i < __begin + __blo… in __simd_first()76 __found |= __t; in __simd_first()78 if (__found) { in __simd_first()
256 local __geomn __geom __geom_name __found=273 __found="$__found $__geom"279 setvar "$__var_to_set" "${__found# }"281 echo $__found283 [ "$__found" ] # Return status312 local __value __found=335 [ "$__value" = "$__find" ] && __found="$__class" break347 __found="$__geom" break361 __found="$__item" break364 [ "$__found" ] && break[all …]
1033 local __n=1 __devname __devtype __found=1041 __found="$__found device_$__n"1048 setvar "$__var_to_set" "${__found# }"1050 echo $__found1052 [ "$__found" ] # Return status
271 local __p __exec IFS=":" __found=274 [ -f "$__exec" -a -x "$__exec" ] && __found=1 break276 if [ "$__found" ]; then
58 bool __found = false; in __find_last_impl() local62 __found = true; in __find_last_impl()67 if (__found) { in __find_last_impl()
285 int __found; \291 __found = 1; \295 __found = 0; \300 __found != 0; \
1417 for (bool __found = false;1420 // __found key_eq() action1423 // false true set __found to true1425 if (__found !=1427 if (!__found)1428 __found = true;
2142 bool __found = false;2162 __found = true;2170 __found = true;2179 __found = true;2185 __found = true;2189 __found = true;2204 __found = true;2209 // of "__found" chars is2219 __found = true;2227 __found = true;[all …]
256 int __found; \262 __found = 1; \266 __found = 0; \271 __found != 0; \