Searched defs:exp (Results 1 - 25 of 42) sorted by relevance

12

/seL4-l4v-master/HOL4/examples/dev/sw/working/0.2/util/
H A DTree.sml12 and exp = BINOP of binop * exp * exp type
[all...]
/seL4-l4v-master/HOL4/tools/mlyacc/src/
H A Dabsyn-sig.sml22 datatype exp = EVAR of string type
[all...]
H A Dabsyn.sml26 datatype exp type
[all...]
/seL4-l4v-master/HOL4/examples/dev/sw/
H A DTree.sml12 and exp = BINOP of binop * exp * exp type
47 and exp = BINOP of binop * exp * exp type
[all...]
H A DAssem.sml20 datatype exp = NAME of Temp.label type
[all...]
H A DIR.sml398 val exp = (Tree.CALL (Tree.NAME s, e)); value
[all...]
H A DIRSyntax.sml22 datatype exp = NCONST of Arbint.int type
[all...]
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.1/
H A DTree.sml12 and exp = BINOP of binop * exp * exp type
47 and exp = BINOP of binop * exp * exp type
[all...]
H A DAssem.sml20 datatype exp = NAME of Temp.label type
[all...]
H A DIRSyntax.sml22 datatype exp = NCONST of Arbint.int type
[all...]
/seL4-l4v-master/HOL4/src/0/
H A DSubst.sml74 let fun exp (lams, Id, n) = (lams+n, NONE) function
/seL4-l4v-master/HOL4/polyml/basis/
H A DMATH.sml36 val exp : real -> real value
H A DSML90.sml39 val exp : real -> real value
74 fun exp x = let val r = Real.Math.exp x in if Real.isFinite r then r else raise Exp end function
H A DReal.sml47 and exp = Real.rtsCallFastR_R "PolyRealExp" value
150 val (exp, man) = frExp r value
[all...]
H A DReal32.sml256 and exp = rtsCallFastF_F "PolyRealFExp" value
[all...]
/seL4-l4v-master/HOL4/examples/dev/sw2/
H A DSALGen.sml88 val exp = mk_plet (#dst spec1, #exp spec1, value
138 val exp = mk_cond (mk_comb(c,args), value
[all...]
H A DregAlloc.sml373 let val (exp,regenv) = value
591 val exp = subst [src |-> args] (subst [v |-> M] N) value
[all...]
H A DNormal.sml282 val exp = mk_C (rhs (concl (SPEC_ALL thm1))) value
[all...]
/seL4-l4v-master/HOL4/examples/dev/sw/working/0.2/
H A DAssem.sml20 datatype exp = NAME of Temp.label type
[all...]
H A DIRSyntax.sml22 datatype exp = NCONST of Arbint.int type
[all...]
/seL4-l4v-master/HOL4/examples/machine-code/compiler/
H A Dcodegen_x64Lib.sml25 fun exp (ASSIGN_X_REG j) = x64_reg j function
H A Dcodegen_x86Lib.sml32 fun exp (ASSIGN_X_REG j) = x86_reg j function
/seL4-l4v-master/HOL4/examples/machine-code/x64_compiler/
H A Dx64_codegen_x64Lib.sml25 fun exp (ASSIGN_X_REG j) = x64_reg j function
/seL4-l4v-master/HOL4/examples/elliptic/
H A DAlgebra.sml349 val exp = repeat_norm equations exp value
/seL4-l4v-master/HOL4/examples/machine-code/graph/
H A DexportLib.sml273 fun exp tm = function

Completed in 176 milliseconds

12