HomeSort by: relevance | last modified time | path
    Searched defs:_y_orig (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
parallel_backend_tbb.h 743 bool _y_orig; //"true" means Y(or right) subrange is in the original container; false - in the buffer member in class:__merge_func
839 _x_orig(__x_orig), _y_orig(__y_orig), _split(false)
856 _y_orig = __on_off;
875 _PSTL_ASSERT(_x_orig == _y_orig);
912 if (_y_orig)
920 _y_orig = !_y_orig;
925 _PSTL_ASSERT(_x_orig == _y_orig); //two merged subrange must be lie into the same buffer
946 _PSTL_ASSERT(_x_orig == _y_orig);
966 _PSTL_ASSERT(_x_orig == _y_orig);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
parallel_backend_tbb.h 733 bool _y_orig; //"true" means Y(or right) subrange is in the original container; false - in the buffer member in class:__merge_func
829 _x_orig(__x_orig), _y_orig(__y_orig), _split(false)
846 _y_orig = __on_off;
865 _PSTL_ASSERT(_x_orig == _y_orig);
902 if (_y_orig)
910 _y_orig = !_y_orig;
915 _PSTL_ASSERT(_x_orig == _y_orig); //two merged subrange must be lie into the same buffer
936 _PSTL_ASSERT(_x_orig == _y_orig);
956 _PSTL_ASSERT(_x_orig == _y_orig);
    [all...]

Completed in 26 milliseconds