Searched defs:compare (Results 101 - 121 of 121) sorted by relevance

12345

/seL4-l4v-master/HOL4/tools/Holmake/
H A DregexpMatch.sml41 fun compare [] [] = EQUAL function
H A DHolmake_tools.sig120 val compare : t * t -> order value
150 val compare : t * t -> order value
H A DHolmake_tools.sml493 fun compare ({absdir = d1, ...} : t, {absdir = d2, ...} : t) = function
629 val compare = inv_img_cmp (fn (d,f,_) => (d,f)) value
[all...]
/seL4-l4v-master/isabelle/src/Tools/Metis/src/
H A DFormula.sml323 fun compare fm1_fm2 = cmp [fm1_fm2]; function
597 struct type t = Formula.formula val compare = Formula.compare end value
H A DKeyMap.sml1307 fun compare compareValue (m1,m2) = function
H A DMap.sml1299 fun compare compareValue (m1,m2) = function
H A DTerm.sml140 fun compare (tm1,tm2) = cmp [tm1] [tm2]; function
734 struct type t = Term.term val compare = Term.compare end value
H A DNormalize.sml160 fun compare f1_f2 = function
[all...]
/seL4-l4v-master/HOL4/polyml/basis/
H A DReal.sml542 fun compare (r1, r2) = function
H A DReal32.sml132 fun compare (r1, r2) = function
H A DString.sml467 fun compare (s1, s2) = function
971 fun compare (ch, ch') = function
1288 val compare : (substring * substring) -> General.order value
1391 fun compare (Slice{vector=s, start=j, length=l}, Slice{vector=s', start=j', length=l'}) = function
[all...]
H A DOS.sml55 val compare : (file_id * file_id) -> General.order value
112 val compare : (iodesc * iodesc) -> General.order value
866 fun compare(INODE i, INODE j) = LargeInt.compare(i, j) function
936 fun compare(i, j) = Int.compare(getInde function
[all...]
/seL4-l4v-master/l4v/isabelle/src/Tools/Metis/src/
H A DFormula.sml323 fun compare fm1_fm2 = cmp [fm1_fm2]; function
597 struct type t = Formula.formula val compare = Formula.compare end value
H A DKeyMap.sml1307 fun compare compareValue (m1,m2) = function
H A DMap.sml1299 fun compare compareValue (m1,m2) = function
H A DTerm.sml140 fun compare (tm1,tm2) = cmp [tm1] [tm2]; function
734 struct type t = Term.term val compare = Term.compare end value
H A DNormalize.sml160 fun compare f1_f2 = function
[all...]
/seL4-l4v-master/HOL4/examples/l3-machine-code/common/
H A Dcore_decompilerLib.sml391 fun compare (xs, _) (ys, _) = function
/seL4-l4v-master/HOL4/src/experimental-kernel/
H A DTerm.sml321 fun compare p = let function
[all...]
/seL4-l4v-master/HOL4/src/0/
H A DTerm.sml204 fun compare (p as (t1,t2)) = function
[all...]
/seL4-l4v-master/HOL4/examples/machine-code/decompiler/
H A DdecompilerLib.sml563 fun compare (xs,_) (ys,_) = let function
1501 fun compare tm1 tm2 = let function

Completed in 309 milliseconds

12345