/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
codegen.ml | 13 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/ |
codegen.ml | 13 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
|
toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 13 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 doubles i [all...] |
toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/llvm/test/Bindings/Ocaml/ |
executionengine.ml | 17 let double_type = Llvm.double_type context var 45 let fpgv = GenericValue.of_float double_type 2. in 46 assert (2. = GenericValue.as_float double_type fpgv);
|
vmcore.ml | 32 let double_type = Llvm.double_type context var 141 let cd = const_float double_type 3.1459 in 143 insist (double_type = type_of cd); 145 let cd = const_float_of_string double_type "1.25" in 147 insist (double_type = type_of cd) 182 double_type |]) in 239 let ffive = const_uitofp five double_type in 242 let ffoldbomb = const_uitofp foldbomb double_type in 294 ignore (define_global "const_uitofp" (const_uitofp foldbomb double_type) m) [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
codegen.ml | 13 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 doubles i [all...] |
toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 13 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...] |
toplevel.ml | 41 print_float (GenericValue.as_float Codegen.double_type result);
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
VerificationTypeFactory.java | 34 static final DoubleType DOUBLE_TYPE = new DoubleType(); 69 return DOUBLE_TYPE;
|
DoubleType.java | 38 return DOUBLE_TYPE;
|
VerificationType.java | 38 public static final int DOUBLE_TYPE = 3;
|
/cts/tools/signature-tools/src/signature/model/impl/ |
SigPrimitiveType.java | 24 FLOAT_TYPE("float"), DOUBLE_TYPE("double");
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_swizzle.c | 522 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/ |
lp_bld_swizzle.c | 522 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/docs/tutorial/ |
OCamlLangImpl3.rst | 59 let double_type = double_type context 94 | Ast.Number n -> const_float double_type n 133 build_uitofp i double_type "booltmp" builder 225 let doubles = Array.make (Array.length args) double_type in 226 let ft = function_type double_type doubles in 798 let double_type = double_type context 801 | Ast.Number n -> const_float double_type n 816 build_uitofp i double_type "booltmp" builde [all...] |
OCamlLangImpl5.rst | 256 let zero = const_float double_type 0.0 in 621 | None -> const_float double_type 1.0 637 let zero = const_float double_type 0.0 in 676 const_null double_type [all...] |
OCamlLangImpl4.rst | 285 print_float (GenericValue.as_float Codegen.double_type result); 701 let double_type = double_type context 704 | Ast.Number n -> const_float double_type n 719 build_uitofp i double_type "booltmp" builder 740 let doubles = Array.make (Array.length args) double_type in 741 let ft = function_type double_type doubles in 836 print_float (GenericValue.as_float Codegen.double_type result); [all...] |
OCamlLangImpl7.rst | 345 build_alloca double_type var_name builder 768 | None -> const_float double_type 0.0 [all...] |
OCamlLangImpl6.rst | 215 build_uitofp i double_type "booltmp" builder [all...] |
/cts/tools/signature-tools/src/signature/converter/dex/ |
GenericSignatureParser.java | 162 return SigPrimitiveType.DOUBLE_TYPE; 519 return SigPrimitiveType.DOUBLE_TYPE;
|
/frameworks/base/tools/aidl/ |
Type.h | 513 extern Type* DOUBLE_TYPE;
|
Type.cpp | 12 Type* DOUBLE_TYPE; 73 DOUBLE_TYPE = new BasicType("double", 76 NAMES.Add(DOUBLE_TYPE); [all...] |