Searched refs:f2 (Results 301 - 315 of 315) sorted by relevance

<<111213

/seL4-l4v-10.1.1/HOL4/examples/temporal_deep/src/translations/
H A Domega_automaton_translationsScript.sml1678 (ACCEPT_COND_TO_LTL (ACCEPT_AND (f1, f2)) = (LTL_AND (ACCEPT_COND_TO_LTL f1, ACCEPT_COND_TO_LTL f2))) /\
/seL4-l4v-10.1.1/HOL4/examples/theorem-prover/milawa-prover/
H A Dmilawa_logicScript.sml181 (EvalFormula (a,ctxt) (Or f1 f2) = EvalFormula (a,ctxt) f1 \/ EvalFormula (a,ctxt) f2) /\
/seL4-l4v-10.1.1/HOL4/src/datatype/mutrec/
H A DMutRecDef.sml257 e0, f1, f2, ...). Each of these functions corresponds to a constructor.
/seL4-l4v-10.1.1/HOL4/examples/acl2/ml/
H A DfunctionEncodeLib.sml1626 val (f2,l2) = strip_comb tm2 value
1629 if f1 = f2 orelse not (can polytypicLib.constructors_of (type_of f1))
1631 else if is_var f1 andalso is_var f2
H A DpolytypicLib.sml896 (* fni ... x = ... f0 f1 f2 .. fk a ... *)
/seL4-l4v-10.1.1/HOL4/src/1/
H A DPrim_rec.sml1883 (?b1 .. bj. x = ctor2 b1 .. bj /\ f2 b1 .. bj) \/
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/arm/step/
H A Darm_stepLib.sml2412 val f2 = lsub s2 value
2413 fun loop i = i >= n orelse f1 i = f2 i andalso loop (i + 1)
/seL4-l4v-10.1.1/HOL4/src/bool/
H A DboolScript.sml3844 val f2 = EQ_MP (SPEC f_eq_g (CONJUNCT1 NOT_CLAUSES)) f1 value
3845 val f3 = MK_COMB (REFL P, f2)
/seL4-l4v-10.1.1/HOL4/src/pattern_matches/
H A DpatternMatchesLib.sml3835 fun pmi_genupdate f1 f2 f3 f4 f5 f6 f7 f8 f9
3838 pmi_ill_formed_rows = f2 (#pmi_ill_formed_rows pmi),
/seL4-l4v-10.1.1/HOL4/examples/unification/triangular/nominal/
H A DnunifPropsScript.sml3025 `���f2. nunify (s,fe) t1 t2 = SOME (sx,f2)`
/seL4-l4v-10.1.1/HOL4/src/pred_set/src/
H A Dpred_setScript.sml4686 `(s1 = s2) /\ (!x. x IN s2 ==> (f1 x = f2 x))
4687 ==> (SIGMA f1 s1 = SIGMA f2 s2)`,
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/
H A Dconfigure17218 cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /var/run/dmesg.boot ) | head -n 1) 2> /dev/null`
17241 cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/bin/machine ; /bin/machine; grep CPU /var/run/dmesg.boot | head -n 1 | cut -d" " -f2) 2> /dev/null`
H A Dtexinfo.tex9001 \gdef^^f2{\`o}
9121 \gdef^^f2{\v n}
/seL4-l4v-10.1.1/HOL4/examples/separationLogic/src/
H A Dvars_as_resourceScript.sml3767 ``!f f2 P l. (var_res_map f P (MAP f2 l) =
3768 var_res_map f (P o f2) l)``,
/seL4-l4v-10.1.1/HOL4/examples/l3-machine-code/riscv/model/
H A DriscvScript.sml18924 Var("rs2",FTy 5),Var("rs3",FTy 5),Var("f2",FTy 2)],
18925 CC[Var("rs3",FTy 5),Var("f2",FTy 2),Var("rs2",FTy 5),Var("rs1",FTy 5),

Completed in 338 milliseconds

<<111213