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

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
settings.h 62 * The global variable __gnu_parallel::_Settings::algorithm_strategy
91 * __gnu_parallel::_Settings::algorithm_strategy. Usually a decision
95 (__gnu_parallel::_Settings::get().algorithm_strategy \
98 || __gnu_parallel::_Settings::get().algorithm_strategy \
107 if (__s.algorithm_strategy != force_seqential)
109 if (__s.algorithm_strategy == force_parallel)
124 _AlgorithmStrategy algorithm_strategy; member in struct:__gnu_parallel::_Settings
287 algorithm_strategy(heuristic),
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
settings.h 62 * The global variable __gnu_parallel::_Settings::algorithm_strategy
91 * __gnu_parallel::_Settings::algorithm_strategy. Usually a decision
95 (__gnu_parallel::_Settings::get().algorithm_strategy \
98 || __gnu_parallel::_Settings::get().algorithm_strategy \
107 if (__s.algorithm_strategy != force_seqential)
109 if (__s.algorithm_strategy == force_parallel)
124 _AlgorithmStrategy algorithm_strategy; member in struct:__gnu_parallel::_Settings
287 algorithm_strategy(heuristic),

Completed in 25 milliseconds