Searched defs:thms (Results 76 - 83 of 83) sorted by relevance

1234

/seL4-l4v-10.1.1/HOL4/src/1/
H A DPrim_rec.sml1765 val thms = app_triangle prove_result ctrs_with_eqns_and_numbers value
/seL4-l4v-10.1.1/HOL4/src/n-bit/
H A DwordsLib.sml68 val thms = [TIMES_2EXP1, arithmeticTheory.TIMES2, GSYM numeralTheory.iDUB] value
351 val thms = value
394 val thms = value
2482 val thms = [WORD_ADD_LEFT_LO, WORD_ADD_LEFT_LS, value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/machine-code/decompiler/
H A DdecompilerLib.sml337 val thms = map intro thms value
459 val thms = map (triple_apply foo) thms value
464 val thms = derive_individual_specs tools code value
465 val thms = inst_pc_var tools thms value
466 val thms = abbreviate_code name thms value
582 val thms = stage_1 name tools code value
689 val thms = map (apply process) thms value
786 val thms = map (apply_to_th (RW [hide_th])) thms value
1830 val (thms,loops) = stage_12 name tools (q code) value
1843 val thms = prepare_for_reuse entry (result,0,SOME (hd exit)) 0 @ thms value
1867 val (thms,loops) = stage_12 name tools (q code) value
[all...]
/seL4-l4v-10.1.1/HOL4/src/pattern_matches/
H A DpatternMatchesLib.sml3469 val thms = BODY_CONJUNCTS thm value
/seL4-l4v-10.1.1/HOL4/examples/acl2/ml/
H A DpolytypicLib.sml3646 val (thms,failed) = mappartition (fn t => value
3676 val thms = map (fn t => (t,first (can (match_term (mk_conc t)) o concl) (CONJUNCTS thm))) split_types; value
3677 val (thms,failed) = mappartition (fn t => value
[all...]
H A DfunctionEncodeLib.sml371 val thms = CONJUNCT1 NOT_CLAUSES:: value
1296 val thms = map (fn x => backchain_rewrite 0 RR x before trace 3 "\n") terms value
2099 val thms = mapfilter (fn f => f t) [TypeBase.distinct_of,GSYM o TypeBase.distinct_of, value
2227 val thms = map2 (fn l => fn e => ASSUME (mk_eq(mk_comb(e,mk_comb(l,var)), value
2273 val thms = value
2405 val thms = mapfilter (fn f => f t) value
2457 val thms = map (fn n => CONV_RULE (bool_EQ_CONV) value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/arm/step/
H A Darm_stepLib.sml181 val thms = [merge_cond, cond_rand_thms, isnot15, IsSecure_def, value
655 val thms value
670 val thms = [NullCheckIfThumbEE_rwt, IncPC_rwt, PC_rwt, R_rwt, value
684 val thms = [NullCheckIfThumbEE_rwt, value
1055 val thms = ref word_bit_16_thms value
1468 val thms = fetch_thm tms value
2674 val thms = [dfn'BranchTarget_def, PC_rwt, not_cond, align_aligned] value
3968 val thms = value
[all...]
/seL4-l4v-10.1.1/HOL4/src/quantHeuristics/
H A DquantHeuristicsLibBase.sml3007 val thms = get_db (#context r); value
[all...]

Completed in 143 milliseconds

1234