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

  /src/external/mit/isl/dist/doc/
implementation.tex 112 However, {\tt isl} currently does not support an integer hull operation
115 expensive to compute given only an implicit representation.
118 and an overapproximation of this hull is sufficient.
119 The ``simple hull'' of a set is such an overapproximation
168 An alternative method for parametric integer programming
213 The dual simplex method starts from an initial sample value that
276 with $b(\vec p)$ the constant term, an affine expression in the
311 an arbitrarily large positive number. Instead of looking for the
336 $\fract {\alpha M } = 0$. It should be noted, though, that an unbounded
338 indicates an incorrect formulation of the problem
    [all...]
  /src/external/bsd/mdocml/dist/
mdoc.h 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
54 * An argument to a macro (multiple values = `-column xxx yyy').
147 struct mdoc_an An;
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 136 // polymorphic matcher because it'll be ambiguous if T has an implicit
137 // constructor from M (this usually happens when T has an implicit
155 // M is a polymorphic matcher or Matcher<T> has an implicit constructor
159 // Even if T has an implicit constructor from M, it won't be called because
177 // Note that we first attempt to perform an implicit cast on the value and
364 // An internal helper class for doing compile-time loop on a tuple's
946 static const char* Desc() { return "an equal pair"; }
950 static const char* Desc() { return "an unequal pair"; }
1093 // This template type conversion operator allows an
1319 // matcher_ has type Matcher<T> (e.g. An<int>())
    [all...]

Completed in 26 milliseconds