Searched refs:__found (Results 1 – 9 of 9) sorted by relevance
35 std::atomic<bool> __found(false); in __parallel_or()36 …auto __ret = __par_backend::__parallel_for(__first, __last, [__f, &__found](_Index __i, _Index __j… in __parallel_or()37 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) { in __parallel_or()38 __found.store(true, std::memory_order_relaxed); in __parallel_or()44 return static_cast<bool>(__found); in __parallel_or()
71 _DifferenceType __found = 0; in __simd_first() local72 …_PSTL_PRAGMA_SIMD_REDUCTION(| : __found) for (_DifferenceType __i = __begin; __i < __begin + __blo… in __simd_first()75 __found |= __t; in __simd_first()77 if (__found) { in __simd_first()
273 __found="$__found $__geom"281 echo $__found283 [ "$__found" ] # Return status312 local __value __found=347 __found="$__geom" break361 __found="$__item" break364 [ "$__found" ] && break366 [ "$__found" ] && break369 [ "$__found" ] && break375 [ "$__found" ] && echo "$__found"[all …]
1043 local __n=1 __devname __devtype __found=1051 __found="$__found device_$__n"1058 setvar "$__var_to_set" "${__found# }"1060 echo $__found1062 [ "$__found" ] # Return status
271 local __p __exec IFS=":" __found=274 [ -f "$__exec" -a -x "$__exec" ] && __found=1 break276 if [ "$__found" ]; then
285 int __found; \291 __found = 1; \295 __found = 0; \300 __found != 0; \
1389 for (bool __found = false;1392 // __found key_eq() action1395 // false true set __found to true1397 if (__found !=1399 if (!__found)1400 __found = true;
2144 bool __found = false;2164 __found = true;2187 __found = true;2191 __found = true;2206 __found = true;2211 // of "__found" chars is2221 __found = true;2229 __found = true;2238 __found = true;2244 __found = true;[all …]
258 int __found; \264 __found = 1; \268 __found = 0; \273 __found != 0; \