Searched defs:cond (Results 26 - 50 of 52) sorted by relevance

123

/seL4-l4v-10.1.1/HOL4/examples/ARM_security_properties/model/
H A Darm_decoderScript.sml583 and cond = if IT = 0w then 0b1110w else (7 >< 4) IT value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/diningcryptos/
H A DlebesgueScript.sml54 val cond = fst (dest_imp (concl mp_th)) value
H A DprobabilityScript.sml38 val cond = fst (dest_imp (concl mp_th)) value
H A Ddining_cryptosScript.sml56 val cond = fst (dest_imp (concl mp_th)) value
H A Dextra_realScript.sml51 val cond = fst (dest_imp (concl mp_th)) value
H A DmeasureScript.sml44 val cond = fst (dest_imp (concl mp_th)) value
/seL4-l4v-10.1.1/HOL4/src/integer/
H A DIntDP_Munge.sml332 val {cond,larm=x,rarm=y} = Rsyntax.dest_cond bdy value
/seL4-l4v-10.1.1/HOL4/src/num/arith/src/
H A DnumSimps.sml270 val (cond,rarm,larm) = dest_cond tm value
/seL4-l4v-10.1.1/HOL4/examples/miller/formalize/
H A Dextra_realScript.sml34 val cond = fst (dest_imp (concl mp_th)) value
/seL4-l4v-10.1.1/HOL4/src/real/
H A DrealSimps.sml437 val {cond,rarm,larm} = Rsyntax.dest_cond tm value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/compiler/
H A DcodegenLib.sml263 val cond = map f xs value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/machine-code/x64_compiler/
H A Dx64_codegenLib.sml165 val cond = map f xs value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/ARM/v7/
H A Darm_random_testingLib.sml857 val cond = mk_word4 value
H A Darm_parserLib.sml1085 (let val cond = condition_to_word4 s value
2027 val cond = condition_to_word4 c value
2029 val cond = if b then value
2055 let val cond = condition_to_word4 c in value
[all...]
H A Darm_stepLib.sml800 val (cond,instruction) = pairSyntax.dest_pair dec value
/seL4-l4v-10.1.1/HOL4/examples/machine-code/decompiler/
H A DdecompilerLib.sml733 in let val cond = snd (dest_comb (hd xs)) in value
734 let val cond = dest_neg cond in (cond,(th,l,j)) end value
749 val (cond,(th2,_,i2)) = find_cond_composition th thi2 value
[all...]
/seL4-l4v-10.1.1/HOL4/src/1/
H A DTactic.sml453 val cond = find_term (fn tm => P tm andalso free_in tm w) w value
455 val (cond, larm, rarm) = dest_cond cond value
H A DConv.sml2301 val {cond, larm, rarm} = dest_cond tm value
/seL4-l4v-10.1.1/HOL4/src/temporal/src/
H A DtemporalLib.sml
/seL4-l4v-10.1.1/HOL4/examples/miller/prob/
H A DprobScript.sml39 val cond = fst (dest_imp (concl mp_th)) value
/seL4-l4v-10.1.1/HOL4/examples/miller/subtypes/
H A DsubtypeTools.sml547 val (cond, (pa value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/decidable_separationLogic/src/
H A Ddecidable_separationLogicLib.sml858 val cond = (list_mk_comb (``hyp_in_precond``, [if turn then T else F, numLib.term_of_int n])); value
869 val cond = (list_mk_comb (``hyp_in_self``, [if turn then T else F, numLib.term_of_int m])); value
912 val cond = if isSome condOpt then valOf condOpt else ``hyp_keep``; value
1460 val cond = (e1 = e1') andalso (e2 = e2') andalso value
/seL4-l4v-10.1.1/HOL4/examples/HolCheck/
H A DlzConv.sml1649 let val {cond,larm,rarm} = dest_cond tm value
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/arm/step/
H A Darm_stepLib.sml1794 val cond = Lib.with_exn (List.map bitstringSyntax.dest_b) l value
1854 val cond = Term.term_eq (utilsLib.pattern c) value
4206 val cond = List.take (fst (listSyntax.dest_list l), 4) value
[all...]
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/x64/model/
H A Dx64.sml3422 val cond = value
6166 val cond = String.implode cond value
6208 val cond = String.implode cond value
6278 val cond = String.implode cond value
6393 val cond = String.implode cond value
[all...]

Completed in 1517 milliseconds

123