Home
last modified time | relevance | path

Searched defs:double_type (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml13 let double_type = double_type context var
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml13 let double_type = double_type context var
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml13 let double_type = double_type context var
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml13 let double_type = double_type context var
/aosp_15_r20/external/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml21 let double_type = Llvm.double_type context var
H A Dcore.ml35 let double_type = Llvm.double_type context var
/aosp_15_r20/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml13 let double_type = double_type context var
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/numeric/
Dreal.hpp57 typedef real_parser<double> double_type; typedef
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_expression_operation.py88 double_type = type("double", "d", "GLSL_TYPE_DOUBLE") variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/utree/
Dutree.hpp84 double_type, // An utree holding a floating point (double) value enumerator
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c639 LLVMTypeRef double_type = lp_build_vec_type(gallivm, double_type_lp); in lp_build_transpose_aos() local
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli560 val double_type : llcontext -> lltype val