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

12345

/seL4-l4v-master/HOL4/examples/dev/sw/
H A Dint-binary-map.sml57 val compare = Int.compare value
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.1/
H A Dint-binary-map.sml57 val compare = Int.compare value
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.2/util/
H A Dint-binary-map.sml57 val compare = Int.compare value
/seL4-l4v-master/HOL4/examples/elliptic/
H A DAlgebra.sml93 fun compare (e1,e2) = function
/seL4-l4v-master/HOL4/examples/l3-machine-code/lib/
H A DBitsN.sig17 val compare: nbit * nbit -> order value
H A DBitsN.sml94 fun compare (B (a, b), B (c, d)) = function
H A DFP64.sml105 val compare = R.compareReal o fromBits2 value
H A DL3.sml40 fun compare ([], _) = General.EQUAL function
/seL4-l4v-master/HOL4/src/portableML/
H A DTable.sml303 fun compare NONE (k2, _) = LESS function
/seL4-l4v-master/HOL4/src/prekernel/
H A DFinalType-sig.sml26 val compare : hol_type * hol_type -> order value
/seL4-l4v-master/HOL4/developers/
H A Dcomparelogs.sml143 fun compare (thy1, thy2) = let function
/seL4-l4v-master/isabelle/src/Tools/Metis/src/
H A DAtom.sig53 val compare : atom * atom -> order value
H A DAtom.sml68 fun compare ((p1,tms1),(p2,tms2)) = function
244 struct type t = Atom.atom val compare = Atom.compare end value
H A DElementSet.sig129 val compare : set * set -> order value
H A DFormula.sig125 val compare : formula * formula -> order value
H A DKeyMap.sig164 val compare : ('a * 'a -> order) -> 'a map * 'a map -> order value
H A DLiteral.sig67 val compare : literal * literal -> order (* negative < positive *) value
H A DMap.sig154 val compare : ('a * 'a -> order) -> ('key,'a) map * ('key,'a) map -> order value
H A DSet.sig119 val compare : 'elt set * 'elt set -> order value
H A DSet.sml282 fun compare (Set m1, Set m2) = Map.compare compareValue (m1,m2); function
H A DTerm.sig81 val compare : term * term -> order value
/seL4-l4v-master/HOL4/polyml/basis/
H A DInt.sml42 val compare : (int * int) -> General.order value
84 fun compare (i, j) = function
401 fun compare (i, j) = function
H A DPrimIO.sml33 val compare : pos * pos -> order value
44 val compare = compare value
H A DRealSignature.sml54 val compare : (real * real) -> General.order value
/seL4-l4v-master/l4v/isabelle/src/Tools/Metis/src/
H A DAtom.sig53 val compare : atom * atom -> order value

Completed in 216 milliseconds

12345