Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml28 let float_type = Llvm.float_type context var
/external/llvm/test/Bindings/OCaml/
Dcore.ml34 let float_type = Llvm.float_type context var
/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py83 float_type = type("float", "f", "GLSL_TYPE_FLOAT") variable
/external/deqp/external/openglcts/modules/gl/
Dgl3cClipDistance.hpp409 const std::type_info& float_type = typeid(glw::GLfloat); in useAsShaderInput() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c221 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_jit_context_type() local
272 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_gs_jit_context_type() local
333 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_gs_jit_input_type() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h325 struct lp_type float_type; member
/external/python/cpython2/Objects/stringlib/
Dformatter.h948 int float_type; /* Used to see if we have a nan, inf, or regular float. */ in format_float_internal() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c134 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in emit_facing_coef() local
/external/python/cpython3/Python/
Dformatter_unicode.c1033 int float_type; /* Used to see if we have a nan, inf, or regular float. */ in format_float_internal() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc919 llvm::Type* float_type; in EmitCallToRuntime() local
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc59 llvm::Type* float_type = x->getType(); in EmitReducePrecisionFloat() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli423 val float_type : llcontext -> lltype val
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli556 val float_type : llcontext -> lltype val