Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Dalgobase.h392 _SpotType __mm = __mismatch_switch(__begin1, __end1, __begin2, in _GLIBCXX_VISIBILITY() local
397 return (__mm.first == __end1) in _GLIBCXX_VISIBILITY()
398 || bool(__pred(*__mm.first, *__mm.second)); in _GLIBCXX_VISIBILITY()
403 _SpotType __mm = __mismatch_switch(__begin2, __end2, __begin1, in _GLIBCXX_VISIBILITY() local
408 return (__mm.first != __end2) in _GLIBCXX_VISIBILITY()
409 && bool(__pred(*__mm.second, *__mm.first)); in _GLIBCXX_VISIBILITY()