HomeSort by relevance Sort by last modified time
    Searched defs:Distribute (Results 1 - 2 of 2) sorted by null

  /external/v8/tools/
run-deopt-fuzzer.py 92 def Distribute(self, n, m):
99 """Distribute n numbers into the interval [1:m].
108 def Distribute(self, n, m):
137 # Equalize x dependent on the number of values to distribute.
468 distribution = dist.Distribute(n_deopt, max_deopt)
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 110 .Case("distribute", LoopHintAttr::Distribute)
122 Option == LoopHintAttr::Distribute) {
146 // unroll and distribute. Except for distribute they come in two variants: a
169 enum { Vectorize, Interleave, Unroll, Distribute } Category;
183 case LoopHintAttr::Distribute:
184 // Perform the check for duplicated 'distribute' hints.
185 Category = Distribute;
193 Option == LoopHintAttr::Distribute) {
    [all...]

Completed in 131 milliseconds