/external/stlport/stlport/stl/ |
D | _cmath.h | 163 # 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/ |
D | vmcore.ml | 34 let float_type = Llvm.float_type context var
|
/external/lldb/source/Core/ |
D | DataExtractor.cpp | 731 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/ |
D | lp_bld_sample.h | 208 struct lp_type float_type; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample.h | 208 struct lp_type float_type; member
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
D | glsl_types.h | 162 static const glsl_type *const float_type; member
|
/external/mesa3d/src/glsl/ |
D | glsl_types.h | 162 static const glsl_type *const float_type; member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 181 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in emit_facing_coef() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 181 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in emit_facing_coef() local
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 157 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_jit_context_type() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 157 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_jit_context_type() local
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 513 val float_type : llcontext -> lltype val
|