Searched defs:const (Results 1 - 25 of 46) sorted by relevance

12

/seL4-l4v-master/HOL4/polyml/libpolyml/
H A Dtiming.h63 operator FILETIME() const { return t; } argument
78 operator timeval() const { return t; } argument
[all...]
H A Dbitmap.h43 bool Created() const { return m_bits != 0; } argument
53 bool TestBit(uintptr_t n) const { return (m_bits[n >> 3] & BitN(n)) != 0; } argument
H A Dgctaskfarm.h62 bool Draining(void) const { return queuedItems == 0; } argument
64 unsigned ThreadCount(void) const { return threadCount; } argument
H A Dheapsizing.h49 bool PerformSharingPass() const { return performSharingPass; } argument
/seL4-l4v-master/HOL4/examples/muddy/muddyC/buddy/examples/calculator/
H A Dhashtbl.cxx61 int hashTable::lookup(const char *id, hashData &d) const argument
163 unsigned int hashTable::hashval(const char *s) const argument
H A Dslist.h40 int size(void) const { return len; } argument
41 int empty(void) const { return len==0; } argument
162 int more(void) const { return next!=NULL; } argument
168 T &operator*(void) const { return *((T*)next->data); } argument
178 T &head(void) const { return *((T*)voidSList::head->data); } argument
179 T &tail(void) const { retur argument
180 first(void) const argument
181 empty(void) const argument
182 size(void) const argument
[all...]
/seL4-l4v-master/HOL4/src/num/arith/src/
H A DSup_Inf.sml69 else let val (const,bind) = hd ineqs value
[all...]
H A DSol_ranges.sml130 else let val (const,bind) = hd coeffsl value
H A DTerm_coeffs.sml160 in (let val (const,rest) = dest_plus tm value
H A DSolve_ineqs.sml334 val ((const,bind),f) = value
/seL4-l4v-master/HOL4/src/HolSat/sat_solvers/minisat/
H A DSolverTypes.h57 uint hash() const { return (uint)x; } argument
98 int size () const { return size_learnt >> 1; } argument
99 bool learnt () const { return size_learnt & 1; } argument
100 Lit operator [] (int i) const { return data[i]; } argument
102 float& activity () const { retur argument
103 id() const argument
126 isLit() const argument
127 lit() const argument
128 clause() const argument
129 operator ==(GClause c) const argument
130 operator !=(GClause c) const argument
[all...]
H A DGlobal.h169 operator const T* (void) const { return data; } argument
172 int size (void) const { return sz; } argument
183 const T& last (void) const { retur argument
187 operator [](int index) const argument
199 copyTo(vec<T>& copy) const argument
243 toInt(void) const argument
245 operator ==(const lbool& other) const argument
246 operator !=(const lbool& other) const argument
247 operator ~(void) const argument
[all...]
H A DSolver.h121 bool locked (const Clause* c) const { return reason[var((*c)[0])] == c; } argument
124 int decisionLevel() const { return trail_lim.size(); } argument
160 lbool value(Var x) const { return toLbool(assigns[x]); } argument
161 lbool value(Lit p) const { retur argument
[all...]
/seL4-l4v-master/HOL4/examples/machine-code/x64_compiler/
H A Dx64_compilerLib.sml91 val const = (repeat car o fst o dest_eq o concl o hd o CONJUNCTS) th2 value
/seL4-l4v-master/HOL4/examples/muddy/
H A Dbvec.sig5 type const = int type
H A Dbvec.sml10 type const = int type
/seL4-l4v-master/HOL4/examples/bootstrap/
H A Dsource_propertiesScript.sml300 val (const,args) = strip_comb lhs value
H A Dautomation_lemmasScript.sml484 val const = ���Const ^name��� value
/seL4-l4v-master/HOL4/src/floating-point/
H A Dfp-functor.sml26 fun const name = Term.mk_thy_const {Ty = ty, Thy = thy, Name = pre name} function
/seL4-l4v-master/isabelle/src/Tools/Metis/src/
H A DTerm.sig19 type const = functionName type
/seL4-l4v-master/l4v/isabelle/src/Tools/Metis/src/
H A DTerm.sig19 type const = functionName type
/seL4-l4v-master/HOL4/examples/dev/sw/
H A DIRSyntax.sml180 val const = mk_comb (Term`n2w:num->word8`, mk_numeral c) value
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.1/
H A DIRSyntax.sml180 val const = mk_comb (Term`n2w:num->word8`, mk_numeral c) value
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.2/
H A DIRSyntax.sml180 val const = mk_comb (Term`n2w:num->word8`, mk_numeral c) value
/seL4-l4v-master/HOL4/examples/muddy/muddyC/buddy/src/
H A Dbvec.h134 bdd operator[](int i) const { return roots.bitvec[i]; } argument
135 int bitnum(void) const { return roots.bitnum; } argument
136 int empty(void) const { return roots.bitnum==0; } argument
178 operator &(const bvec &a) const argument
179 operator ^(const bvec &a) const argument
180 operator |(const bvec &a) const argument
181 operator !(void) const argument
182 operator <<(int a) const argument
183 operator <<(const bvec &a) const argument
184 operator >>(int a) const argument
185 operator >>(const bvec &a) const argument
186 operator +(const bvec &a) const argument
187 operator -(const bvec &a) const argument
188 operator *(int a) const argument
189 operator *(const bvec a) const argument
190 operator <(const bvec &a) const argument
191 operator <=(const bvec &a) const argument
192 operator >(const bvec &a) const argument
193 operator >=(const bvec &a) const argument
194 operator ==(const bvec &a) const argument
195 operator !=(const bvec &a) const argument
[all...]

Completed in 213 milliseconds

12