Searched refs:functions (Results 51 - 75 of 695) sorted by relevance

1234567891011>>

/seL4-l4v-10.1.1/HOL4/src/1/
H A DPmatch.sig20 (* case expression manipulation functions *)
/seL4-l4v-10.1.1/HOL4/src/num/arith/src/
H A DInt_extra.sml3 (* DESCRIPTION : Additional functions for integer arithmetic in ML. *)
/seL4-l4v-10.1.1/HOL4/src/parse/
H A Dparse_type.sig27 (* The record of functions specify how to deal with the need to
/seL4-l4v-10.1.1/HOL4/src/portableML/
H A DUTF8Set.sig17 encoding) string is passed to any of these functions then the UTF8.BadUTF8
/seL4-l4v-10.1.1/HOL4/src/postkernel/
H A DThyDataSexp.sig19 (* note that merge functions must take identical "types" on both sides.
/seL4-l4v-10.1.1/HOL4/src/string/
H A DASCIInumbersSyntax.sml7 (* Helper functions *)
/seL4-l4v-10.1.1/HOL4/src/tactictoe/src/
H A DtttTimeout.sml3 (* DESCRIPTION : Timing out PolyML functions. *)
/seL4-l4v-10.1.1/graph-refine/graph-to-graph/
H A Dcall_graph_utils.py15 #functions f called
87 def makeCallGraph(fun,functions,dir_name):
88 cg = funsCallGraph(functions,dir_name,[])
134 #dict of number of transitively called functions to caller functions
/seL4-l4v-10.1.1/isabelle/src/Doc/Tutorial/document/
H A Dinductive0.tex5 recursive functions and datatypes: inductively defined sets.
/seL4-l4v-10.1.1/l4v/isabelle/src/Doc/Tutorial/document/
H A Dinductive0.tex5 recursive functions and datatypes: inductively defined sets.
/seL4-l4v-10.1.1/isabelle/src/Tools/Metis/src/
H A DAtomNet.sml12 (* Helper functions. *)
H A DModel.sml18 (* Helper functions. *)
116 {functions : fixedFunction NameArityMap.map,
148 {functions = fns,
154 val Fixed {functions = fns, ...} = fix
178 val Fixed {functions = fns, relations = rels} = fix
183 {functions = fns,
189 val Fixed {functions = fns, relations = rels} = fix
194 {functions = fns,
203 val Fixed {functions = fns1, relations = rels1} = fix1
204 and Fixed {functions
[all...]
H A DTerm.sig51 val functions : term -> NameAritySet.set value
63 (* Binary functions *)
/seL4-l4v-10.1.1/l4v/isabelle/src/Tools/Metis/src/
H A DAtomNet.sml12 (* Helper functions. *)
H A DModel.sml18 (* Helper functions. *)
116 {functions : fixedFunction NameArityMap.map,
148 {functions = fns,
154 val Fixed {functions = fns, ...} = fix
178 val Fixed {functions = fns, relations = rels} = fix
183 {functions = fns,
189 val Fixed {functions = fns, relations = rels} = fix
194 {functions = fns,
203 val Fixed {functions = fns1, relations = rels1} = fix1
204 and Fixed {functions
[all...]
H A DTerm.sig51 val functions : term -> NameAritySet.set value
63 (* Binary functions *)
/seL4-l4v-10.1.1/HOL4/src/rational/
H A DjbUtils.sml5 * useful conversions, tactics, and ML functions
83 * ML functions
/seL4-l4v-10.1.1/graph-refine/
H A Dtrace_refute.py20 from target_objects import functions, trace, pairings, symbols, printout namespace
81 for n in functions[f].nodes:
96 """get the fraction of instructions covered by some functions"""
105 of the number of instruction addresses, skipping functions
127 """mirrors build_problem from check for multiple functions"""
143 p.add_entry_function (functions[fname], tag)
225 inps = functions[fname].inputs
313 cn = find_actual_call_node (functions[prev_fn], call)
314 fn = functions[prev_fn].nodes[cn].fname
349 p = functions[
[all...]
H A Dstack_logic.py17 from target_objects import functions, trace, pairings, pre_pairings, printout namespace
251 """all functions will keep the stack pointer equal, whether they have
329 fun = functions[fname]
727 fun = functions[fname]
770 fun = functions[fname]
840 graph = dict ([(f, list (functions[f].function_calls ()))
841 for f in functions])
866 prevs = set ([f for f in functions
867 if [f2 for f2 in functions[f].function_calls () if f2 in group]])
884 p.add_entry_function (functions[
[all...]
H A Dtarget_objects.py25 functions = {} variable
/seL4-l4v-10.1.1/HOL4/src/datatype/equiv/
H A DEquivType.sml3 (* functions and theorems about the representatives over to the new type. *)
15 (* welldefs - theorems asserting that the old functions are welldefined; *)
21 (* thlist - List of theorems about the old functions *)
27 (* * All original functions must be curried (as are the new ones). *)
34 (* old functions become the new ones. *)
/seL4-l4v-10.1.1/HOL4/src/datatype/mutrec/utils/
H A DelsaUtils.sml3 (* functions.sml and before that, start_groups.ml) *)
4 (* DESCRIPTION : defines a collection of general purpose functions, *)
38 (* Some general-purpose functions *)
70 mapshape applies the functions in functions to argument lists obtained by
74 fun mapshape {partition = [],functions = [], unionlist = []} = []
76 functions = (f::rem_funs),
84 functions = rem_funs,
/seL4-l4v-10.1.1/HOL4/examples/temporal_deep/src/model_check/
H A DmodelCheckLib.sig14 All functions return a thm option. If the specific property can be
16 SOME thm. If it can not be proved these functions print out a
/seL4-l4v-10.1.1/isabelle/src/Doc/Functions/document/
H A Dintro.tex11 defining functions quickly. For the more difficult definitions we will
55 and tail recursive functions.
/seL4-l4v-10.1.1/l4v/isabelle/src/Doc/Functions/document/
H A Dintro.tex11 defining functions quickly. For the more difficult definitions we will
55 and tail recursive functions.

Completed in 238 milliseconds

1234567891011>>