Home
last modified time | relevance | path

Searched defs:float_type (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/Bindings/OCaml/
Dcore.ml34 let float_type = Llvm.float_type context var
/external/lldb/source/Core/
DDataExtractor.cpp731 typedef float float_type; in GetFloat() typedef
755 typedef double float_type; in GetDouble() typedef
780 typedef long double float_type; in GetLongDouble() typedef
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h208 struct lp_type float_type; member
/external/mesa3d/src/glsl/
Dglsl_types.h162 static const glsl_type *const float_type; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c181 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in emit_facing_coef() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c157 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_jit_context_type() local
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli530 val float_type : llcontext -> lltype val