Searched refs:__lane (Results 1 – 1 of 1) sorted by relevance
122 alignas(__lane_size) _DifferenceType __lane[__block_size] = {0}; in __simd_first()132 __lane[__i - __begin] = __t; in __simd_first()141 if (__lane[__i]) in __simd_first()181 alignas(__lane_size) _DifferenceType __lane[__block_size] = {0}; in __simd_first()191 __lane[__i] = __t; in __simd_first()200 if (__lane[__i2]) in __simd_first()404 alignas(__lane_size) _DifferenceType __lane[__block_size] = {0}; in __simd_adjacent_find() local414 __lane[__i] = __t; in __simd_adjacent_find()420 __lane[__i] = __found = 1; in __simd_adjacent_find()429 if (__lane[__i]) in __simd_adjacent_find()[all …]