Lines Matching full:loc
17 class Loc;
74 typedef Loc AskDomain_t;
117 struct DomainTraits<Loc>
121 typedef Loc Domain_t;
122 typedef Loc AskDomain_t;
123 typedef Loc MultResult_t;
145 class Loc : public Domain<DomainTraits<Loc> >
148 explicit Loc(const int &a) : Domain<DomainTraits<Loc> >() {
379 int offset(const Loc &dom) const { return off_m + dom[0].first(); }
400 double& operator()(const Loc &loc) const
402 return data_m[this->offset(loc)];
417 A(Loc(i)) = 2.0 + i - i*i;