Searched defs:partition (Results 1 - 25 of 33) sorted by relevance

12

/seL4-l4v-10.1.1/l4v/tools/autocorres/tests/examples/
H A Dquicksort.c15 unsigned long partition(unsigned int *a, unsigned long n) function
/seL4-l4v-10.1.1/HOL4/polyml/mlsource/MLCompiler/CodeTree/X86Code/
H A DINTSETSIG.sml30 val partition: (int -> bool) -> intSet -> intSet * intSet value
H A DIntSet.sml106 fun partition partFun = function
/seL4-l4v-10.1.1/HOL4/polyml/basis/
H A DListSignature.sml47 val partition : ('a -> bool) -> 'a list -> ('a list * 'a list) value
H A DList.sml108 fun partition _ [] = ([], []) function
/seL4-l4v-10.1.1/HOL4/tools/mlyacc/src/
H A Dutils-sig.sml40 and partition: (elem -> bool) -> (set -> set * set) value
H A Dutils.sml129 val partition = fn f => fn s => value
363 fun partition F S = fold (fn (a,(Yes,No)) => function
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DElementSet.sig99 val partition : (element -> bool) -> set -> set * set value
H A DKeyMap.sig135 val partition : value
H A DMap.sig125 val partition : value
H A DSet.sig89 val partition : ('elt -> bool) -> 'elt set -> 'elt set * 'elt set value
H A DSet.sml182 fun partition pred = function
H A DElementSet.sml196 fun partition pred = function
H A DKeyMap.sml1262 fun partition p = function
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DElementSet.sig99 val partition : (element -> bool) -> set -> set * set value
H A DKeyMap.sig135 val partition : value
H A DMap.sig125 val partition : value
H A DSet.sig89 val partition : ('elt -> bool) -> 'elt set -> 'elt set * 'elt set value
H A DSet.sml182 fun partition pred = function
H A DElementSet.sml196 fun partition pred = function
/seL4-l4v-10.1.1/HOL4/examples/machine-code/lisp/
H A Dlisp_finalScript.sml97 fun partition [] ys (xs1,xs2,ys1) = (rev xs1, rev xs2, rev ys1, ys) function
/seL4-l4v-10.1.1/HOL4/src/integer/
H A DOmegaMLShadow.sml532 fun partition (df as (f,d), (pt, elim)) = let function
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DmlibOmega.sml583 fun partition (df as (f,d), (pt, elim)) = let function
/seL4-l4v-10.1.1/HOL4/src/prekernel/
H A DLib.sig114 val partition : ('a -> bool) -> 'a list -> 'a list * 'a list value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/compiler/
H A Dreg_allocLib.sml107 fun partition p xs = filter p xs @ filter (not o p) xs function

Completed in 219 milliseconds

12