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

  /src/external/gpl3/gcc/dist/libgomp/
target.c 3012 intptr_t orig_teams = 1, orig_threads = 0; local
3034 orig_teams = val;
3044 intptr_t new_teams = orig_teams, new_threads = orig_threads;
3045 /* ORIG_TEAMS == -2: No explicit teams construct specified. Set to 1.
3046 ORIG_TEAMS == -1: TEAMS construct with NUM_TEAMS clause specified, but the
3048 ORIG_TEAMS == 0: TEAMS construct without NUM_TEAMS clause.
3050 ORIG_TEAMS > 0: Value was already set through e.g. NUM_TEAMS clause.
3052 if (orig_teams == -2)
3054 else if (orig_teams == 0)
3061 region exists, i.e. ORIG_TEAMS > -2, and (b) THREADS was not already set b
    [all...]
target.c 3012 intptr_t orig_teams = 1, orig_threads = 0; local
3034 orig_teams = val;
3044 intptr_t new_teams = orig_teams, new_threads = orig_threads;
3045 /* ORIG_TEAMS == -2: No explicit teams construct specified. Set to 1.
3046 ORIG_TEAMS == -1: TEAMS construct with NUM_TEAMS clause specified, but the
3048 ORIG_TEAMS == 0: TEAMS construct without NUM_TEAMS clause.
3050 ORIG_TEAMS > 0: Value was already set through e.g. NUM_TEAMS clause.
3052 if (orig_teams == -2)
3054 else if (orig_teams == 0)
3061 region exists, i.e. ORIG_TEAMS > -2, and (b) THREADS was not already set b
    [all...]

Completed in 30 milliseconds