Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_cmath.h163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) argument
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) argument
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument
173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ argument
175 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument
177 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) \ argument
/external/llvm/test/Bindings/Ocaml/
Dvmcore.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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h208 struct lp_type float_type; member
/external/chromium_org/third_party/mesa/src/src/glsl/
Dglsl_types.h162 static const glsl_type *const 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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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.mli513 val float_type : llcontext -> lltype val