Searched refs:double_type (Results 1 - 15 of 15) sorted by relevance

/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml13 let double_type = double_type context var
16 | Ast.Number n -> const_float double_type n
31 build_uitofp i double_type "booltmp" builder
52 let doubles = Array.make (Array.length args) double_type in
53 let ft = function_type double_type doubles in
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml13 let double_type = double_type context var
16 | Ast.Number n -> const_float double_type n
31 build_uitofp i double_type "booltmp" builder
52 let doubles = Array.make (Array.length args) double_type in
53 let ft = function_type double_type doubles in
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml13 let double_type = double_type context var
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 double
[all...]
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/llvm/test/Bindings/Ocaml/
H A Dexecutionengine.ml20 let double_type = Llvm.double_type context var
48 let fpgv = GenericValue.of_float double_type 2. in
49 assert (2. = GenericValue.as_float double_type fpgv);
H A Dvmcore.ml35 let double_type = Llvm.double_type context var
152 let cd = const_float double_type 3.1459 in
154 insist (double_type = type_of cd);
156 let cd = const_float_of_string double_type "1.25" in
158 insist (double_type = type_of cd)
193 double_type |]) in
250 let ffive = const_uitofp five double_type in
253 let ffoldbomb = const_uitofp foldbomb double_type in
306 ignore (define_global "const_uitofp" (const_uitofp foldbomb double_type)
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml13 let double_type = double_type context var
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 double
[all...]
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml13 let double_type = double_type context var
19 build_alloca double_type var_name builder
22 | Ast.Number n -> const_float double_type n
69 build_uitofp i double_type "booltmp" builder
100 let zero = const_float double_type 0.0 in
208 | None -> const_float double_type 1.0
221 let zero = const_float double_type 0.0 in
240 const_null double_type
257 | None -> const_float double_type 0.
[all...]
H A Dtoplevel.ml41 print_float (GenericValue.as_float Codegen.double_type result);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c522 LLVMTypeRef double_type; local
528 double_type = lp_build_vec_type(gallivm, double_type_lp);
538 t0 = LLVMBuildBitCast(gallivm->builder, t0, double_type, "t0");
539 t1 = LLVMBuildBitCast(gallivm->builder, t1, double_type, "t1");
540 t2 = LLVMBuildBitCast(gallivm->builder, t2, double_type, "t2");
541 t3 = LLVMBuildBitCast(gallivm->builder, t3, double_type, "t3");
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c522 LLVMTypeRef double_type; local
528 double_type = lp_build_vec_type(gallivm, double_type_lp);
538 t0 = LLVMBuildBitCast(gallivm->builder, t0, double_type, "t0");
539 t1 = LLVMBuildBitCast(gallivm->builder, t1, double_type, "t1");
540 t2 = LLVMBuildBitCast(gallivm->builder, t2, double_type, "t2");
541 t3 = LLVMBuildBitCast(gallivm->builder, t3, double_type, "t3");
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml342 external double_type : llcontext -> lltype = "llvm_double_type"
H A Dllvm.mli515 (** [double_type c] returns the IEEE 64-bit floating point type in the context
517 val double_type : llcontext -> lltype var

Completed in 404 milliseconds