Searched refs:test (Results 251 - 275 of 348) sorted by relevance

<<11121314

/seL4-l4v-master/HOL4/examples/acl2/ml/
H A DsexpScript.sml1443 (itel ((test,val)::sl) val' = ite test val (itel sl val'))`;
/seL4-l4v-master/HOL4/examples/theorem-prover/lisp-runtime/garbage-collector/
H A Dlisp_consScript.sml30 test r8d,1
49 test r13d,1
/seL4-l4v-master/HOL4/examples/machine-code/graph/
H A Dderive_specsLib.sml762 val _ = open_current "test"
775 val _ = open_current "test"
/seL4-l4v-master/HOL4/examples/bootstrap/
H A DautomationLib.sml129 (���:test���,���test���),
H A Dsource_propertiesScript.sml171 ���(env,[If test xs y z],s1)���,
/seL4-l4v-master/HOL4/tools/
H A Dbuildutils.sml956 (print "Performing self-test...\n";
959 print "Self-test was successful\n"
/seL4-l4v-master/HOL4/examples/machine-code/lisp/
H A Dlisp_opsScript.sml249 val s = "test " ^ (x86_reg i) ^ ", 3"
313 val s = "test " ^ (x86_reg i) ^ ", 1"
1188 (* test eq *)
1265 (* test symbol *)
1367 (* test for zero *)
/seL4-l4v-master/HOL4/src/parse/
H A Dparse_term.sml1694 Useful functions to test with:
1740 val test = p q
1742 if test <> res then let
/seL4-l4v-master/HOL4/examples/dev/
H A Dcompile.sig66 (* Predicate to test whether a term occurs in another term *)
H A Dvsynth.sml615 (* Print test bench stimulus in Verilog *)
/seL4-l4v-master/HOL4/examples/dev/sw/
H A DANF.sml237 (* Predicate to test whether a term occurs in another term *)
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.1/
H A DANF.sml237 (* Predicate to test whether a term occurs in another term *)
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.2/
H A DANF.sml237 (* Predicate to test whether a term occurs in another term *)
/seL4-l4v-master/HOL4/src/Boolify/test/
H A Ddatatypes.sml29 (* Very small examples to test basic functionality of datatype package. *)
/seL4-l4v-master/HOL4/src/HolQbf/
H A DQbfCertificate.sml254 if v is the test in an ITE, replace the ITE by its consequent
/seL4-l4v-master/HOL4/src/integer/
H A DOmegaSymbolic.sml4 (* This file implements the horrid part of the Omega test, when you have to
H A DIntDP_Munge.sml227 else if is_neg tm then (* must test for is_neg before is_imp *)
/seL4-l4v-master/HOL4/src/quotient/examples/lambda/
H A DvariableScript.sml166 (* We would like to be able to test if a variable is a variant of *)
/seL4-l4v-master/HOL4/src/quotient/examples/sigma/
H A DvariableScript.sml173 (* We would like to be able to test if a variable is a variant of *)
/seL4-l4v-master/HOL4/src/sort/
H A DpermLib.sml736 val test = mk_icomb (listSyntax.all_distinct_tm, mk_num_list
/seL4-l4v-master/HOL4/Manual/Quick/
H A Dquick.tex103 \holnoref{intLib}{ARITH_TAC} & uses Omega test \\
/seL4-l4v-master/HOL4/examples/l3-machine-code/common/
H A Dcore_decompilerLib.sml260 val name = "test"
/seL4-l4v-master/HOL4/polyml/basis/
H A DDate.sml253 far as I can test it. *)
/seL4-l4v-master/HOL4/examples/acl2/examples/M1/
H A DsexpScript.sml1443 (itel ((test,val)::sl) val' = ite test val (itel sl val'))`;
/seL4-l4v-master/HOL4/examples/acl2/examples/acl2-hol-ltl-paper-example/
H A DsexpScript.sml1443 (itel ((test,val)::sl) val' = ite test val (itel sl val'))`;

Completed in 284 milliseconds

<<11121314