Searched defs:rotate (Results 1 - 19 of 19) sorted by relevance

/seL4-l4v-10.1.1/HOL4/src/proofman/
H A DgoalStack.sig19 val rotate : gstk -> int -> gstk value
H A DManager.sig43 val rotate : int -> proof -> proof value
H A DproofManagerLib.sig58 val rotate : int -> proof value
H A DManager.sml119 fun rotate i (GOALSTACK s) = GOALSTACK(apply (C goalStack.rotate i) s) function
H A DproofManagerLib.sml128 fun rotate i = function
H A DgoalStack.sml114 fun rotate(GSTK{prop=PROVED _, ...}) _ = function
/seL4-l4v-10.1.1/HOL4/src/meson/src/
H A DjrhTactics.sig13 val rotate : int -> refinement value
H A DjrhTactics.sml45 fun rotate n = function
/seL4-l4v-10.1.1/HOL4/examples/elliptic/
H A DUseful.sml542 fun rotate (n,l) c k = List.nth (l, (k+Option.valOf(index(equal c)l)) mod n); function
/seL4-l4v-10.1.1/HOL4/src/metis/
H A DmlibUseful.sml456 fun rotate (n,l) c k = List.nth (l, (k+Option.valOf(index(equal c)l)) mod n); function
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DUseful.sml516 fun rotate (n,l) c k = function
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DUseful.sml516 fun rotate (n,l) c k = function
/seL4-l4v-10.1.1/HOL4/examples/diningcryptos/
H A DformalizeUseful.sig139 val rotate : int -> ('a list -> 'a * 'a list) value
H A DsubtypeUseful.sig139 val rotate : int -> ('a list -> 'a * 'a list) value
H A DformalizeUseful.sml293 fun rotate i = nth i o rotations; function
H A DsubtypeUseful.sml293 fun rotate i = nth i o rotations; function
/seL4-l4v-10.1.1/HOL4/examples/miller/useful/
H A DHurdUseful.sig138 val rotate : int -> ('a list -> 'a * 'a list) value
H A DHurdUseful.sml269 fun rotate i = nth i o rotations; function
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/arm/model/
H A Darm.sml20689 val rotate = BitsN.bits(4,3) rot value
20727 val rotate = BitsN.bits(4,3) rot value
20765 val rotate = BitsN.bits(4,3) rot value
[all...]

Completed in 280 milliseconds