Home | History | Annotate | Download | only in Chapter6

Lines Matching defs:double_type

13 let double_type = double_type context
16 | Ast.Number n -> const_float double_type n
40 build_uitofp i double_type "booltmp" builder
70 let zero = const_float double_type 0.0 in
155 | None -> const_float double_type 1.0
164 let zero = const_float double_type 0.0 in
187 const_null double_type
192 let doubles = Array.make (Array.length args) double_type in
193 let ft = function_type double_type doubles in