Home | History | Annotate | Download | only in Chapter5

Lines Matching defs:double_type

13 let double_type = double_type context
16 | Ast.Number n -> const_float double_type n
31 build_uitofp i double_type "booltmp" builder
52 let zero = const_float double_type 0.0 in
137 | None -> const_float double_type 1.0
146 let zero = const_float double_type 0.0 in
169 const_null double_type
174 let doubles = Array.make (Array.length args) double_type in
175 let ft = function_type double_type doubles in