Searched defs:sort (Results 1 - 25 of 33) sorted by last modified time

12

/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DUseful.sml421 fun sort cmp = function
H A DUseful.sig192 val sort : ('a * 'a -> order) -> 'a list -> 'a list value
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DUseful.sml421 fun sort cmp = function
H A DUseful.sig192 val sort : ('a * 'a -> order) -> 'a list -> 'a list value
/seL4-l4v-10.1.1/isabelle/lib/browser/GraphBrowser/
H A DGraph.java203 public Vector sort() { method in class:Graph
/seL4-l4v-10.1.1/l4v/isabelle/lib/browser/GraphBrowser/
H A DGraph.java203 public Vector sort() { method in class:Graph
/seL4-l4v-10.1.1/HOL4/tools/mlyacc/src/
H A Dshrink.sml33 val sort : entry list -> entry list value
71 fun sort nil = nil function
[all...]
/seL4-l4v-10.1.1/HOL4/tools/Holmake/
H A DHolmake_tools.sml486 fun sort l = let function
H A DHolmake_tools.sig84 val sort : t list -> t list value
/seL4-l4v-10.1.1/HOL4/tools-poly/poly/
H A DListsort.sml9 fun sort ordr [] = [] function
H A DListsort.sig5 val sort : ('a * 'a -> order) -> 'a list -> 'a list value
/seL4-l4v-10.1.1/HOL4/src/prekernel/
H A DLib.sig135 val sort : ('a -> 'a -> bool) -> 'a list -> 'a list value
/seL4-l4v-10.1.1/HOL4/src/postkernel/
H A DTheoryPP.sml30 val sort = Lib.sort (fn s1:string => fn s2 => s1<=s2); value
H A DHolKernel.sml466 val sort = Lib.sort (Lib.curry (op <=) : int -> int -> bool) value
/seL4-l4v-10.1.1/HOL4/src/portableML/
H A DPortable.sml313 fun sort P = function
H A DPortable.sig99 val sort : ('a -> 'a -> bool) -> 'a list -> 'a list value
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DmlibUseful.sml337 fun sort cmp = function
H A DmlibUseful.sig103 val sort : 'a ordering -> 'a list -> 'a list value
/seL4-l4v-10.1.1/HOL4/src/integer/
H A DOmegaMath.sml441 fun sort nums others t = let function
H A DCooperMath.sml454 fun sort tm = function
/seL4-l4v-10.1.1/HOL4/src/HolSat/sat_solvers/minisat/
H A DSort.h56 void sort(T* array, int size, LessThan lt, double& seed) function
80 template <class T, class LessThan> void sort(T* array, int size, LessThan lt) { function
82 template <class T> static inline void sort(T* array, int size) { function
114 template <class T, class LessThan> void sort(vec<T>& v, LessThan lt) { function
116 template <class T> void sort(vec<T>& v) { function
[all...]
/seL4-l4v-10.1.1/HOL4/src/1/
H A DAC_Sort.sml42 fun sort {cmp, combine, dest, mk, assoc, comm, preprocess} = let function
H A DAC_Sort.sig5 val sort : {assoc : thm, comm : thm, value
/seL4-l4v-10.1.1/HOL4/examples/pgcl/src/
H A DposrealTools.sml203 fun sort is_op swap inv tm = function
/seL4-l4v-10.1.1/HOL4/examples/miller/useful/
H A DHurdUseful.sml306 fun sort f l = function

Completed in 164 milliseconds

12