Searched refs:src (Results 251 - 275 of 331) sorted by relevance

<<11121314

/seL4-l4v-10.1.1/HOL4/src/quantHeuristics/
H A DquantHeuristicsLibSimple.sml17 (concat [Globals.HOLDIR, "/src/quantHeuristics"])::
H A DquantHeuristicsTools.sml17 (concat [Globals.HOLDIR, "/src/quantHeuristics"])::
/seL4-l4v-10.1.1/HOL4/examples/separationLogic/src/holfoot/poly/
H A Dholfoot_command_line.sml2 use (Globals.HOLDIR ^ "/examples/separationLogic/src/holfoot/poly/header.sml");
/seL4-l4v-10.1.1/HOL4/examples/separationLogic/src/
H A Dvars_as_resourceSyntax.sml6 loadPath := (Globals.HOLDIR ^ "/examples/separationLogic/src") ::
H A DseparationLogicLib.sml7 (Globals.HOLDIR ^ "/examples/separationLogic/src") ::
8 (Globals.HOLDIR ^ "/examples/separationLogic/src/holfoot") ::
932 val examplesDir = concat [Globals.HOLDIR, "/examples/separationLogic/src/holfoot/EXAMPLES/"]
H A DlatticeScript.sml6 (Globals.HOLDIR ^ "/examples/separationLogic/src") ::
/seL4-l4v-10.1.1/HOL4/examples/acl2/ml/
H A DtestTypesScript.sml132 (* Some examples from src/datatype/jrh.test *)
/seL4-l4v-10.1.1/HOL4/examples/temporal_deep/src/translations/
H A Dpsl_to_rltlScript.sml8 loadPath := (concat home_dir "src/deep_embeddings") ::
9 (concat home_dir "src/translations") ::
10 (concat home_dir "src/tools") ::
H A DtranslationsLib.sml9 loadPath := (concat home_dir "src/deep_embeddings") ::
10 (concat home_dir "src/translations") ::
11 (concat home_dir "src/tools") ::
/seL4-l4v-10.1.1/HOL4/Manual/Description/
H A DQuantHeuristics.tex91 \holtxt{src/quantHeuristics}. The entry point to the framework is the
246 The unwind library\footnote{see \texttt{src/simp/src/Unwind.sml}} on the other hand is limited, but fast.
/seL4-l4v-10.1.1/HOL4/examples/ARM/arm6-verification/
H A DarmScript.sml386 and src = if I then SND (IMMEDIATE F opnd) else REG_READ reg mode Rm in value
388 (\i b. (28 <= i) /\ (if bit19 then src %% i else b) \/
390 (i <= 7) /\ (if bit16 /\ ~USER mode then src %% i else b))
/seL4-l4v-10.1.1/HOL4/examples/ARM/v4/
H A DarmScript.sml432 and src = if I then SND (IMMEDIATE F opnd) else REG_READ r.reg mode Rm in value
434 (\i b. (28 <= i) /\ (if bit19 then src ' i else b) \/
436 (i <= 7) /\ (if bit16 /\ ~USER mode then src ' i else b))
H A Darm_rulesScript.sml646 Abbrev (src = if IS_MSR_IMMEDIATE op2 then
652 28 <= i /\ (if flags then src ' i else b) \/
655 (if ctrl /\ ~USER mode then src ' i else b)))``]
/seL4-l4v-10.1.1/HOL4/examples/separationLogic/src/holfoot/
H A DholfootLib.sml7 use (Globals.HOLDIR ^ "/examples/separationLogic/src/holfoot/header.sml");
10 (concat [Globals.HOLDIR, "/src/quantHeuristics"]) ::
11 (concat [Globals.HOLDIR, "/examples/separationLogic/src"]) ::
12 (concat [Globals.HOLDIR, "/examples/separationLogic/src/holfoot"]) ::
53 val examplesDir = concat [Globals.HOLDIR, "/examples/separationLogic/src/holfoot/EXAMPLES/automatic/"]
2961 val examplesDir = concat [Globals.HOLDIR, "/examples/separationLogic/src/holfoot/EXAMPLES"]
H A Dholfoot_pp_print.sml7 (concat [Globals.HOLDIR, "/examples/separationLogic/src"]) ::
8 (concat [Globals.HOLDIR, "/examples/separationLogic/src/holfoot"]) ::
/seL4-l4v-10.1.1/HOL4/examples/temporal_deep/src/model_check/
H A DibmScript.sml7 loadPath := (concat home_dir "src/deep_embeddings") ::
8 (concat home_dir "src/translations") ::
9 (concat home_dir "src/tools") ::
/seL4-l4v-10.1.1/HOL4/src/TeX/
H A Dholindex.sml518 val basename = Globals.HOLDIR ^ "/src/TeX/holindex-demo";
/seL4-l4v-10.1.1/HOL4/src/holyhammer/
H A DhhTranslate.sml28 val hh_dir = HOLDIR ^ "/src/holyhammer"
H A DholyHammer.sml54 val hh_dir = pathl [HOLDIR,"src","holyhammer"];
/seL4-l4v-10.1.1/HOL4/tools/Holmake/
H A DHolmake_types.sml362 ("MLYACC", [VREF "protect $(HOLDIR)/tools/mlyacc/src/mlyacc.exe"]),
/seL4-l4v-10.1.1/HOL4/examples/acl2/examples/
H A DtestEncode.sml55 (* Some examples from src/datatype/jrh.test *)
/seL4-l4v-10.1.1/HOL4/examples/temporal_deep/src/deep_embeddings/
H A Dalternating_omega_automataScript.sml7 loadPath := (concat home_dir "src/deep_embeddings") ::
8 (concat home_dir "src/tools") :: !loadPath;
H A Dctl_starScript.sml7 loadPath := (concat home_dir "src/deep_embeddings") ::
8 (concat home_dir "src/tools") :: !loadPath;
H A Dfull_ltlScript.sml7 loadPath := (concat home_dir "src/deep_embeddings") ::
8 (concat home_dir "src/tools") :: !loadPath;
H A Dprop_logicScript.sml7 loadPath := (home_dir ^ "src/deep_embeddings") ::
8 (home_dir ^ "src/tools") :: !loadPath;

Completed in 301 milliseconds

<<11121314