Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp157 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesScalar() local
356 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFToIOp() local
387 const analysis::Float* float_type = result_type->AsFloat(); in FoldIToFOp() local
538 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants() local
606 const analysis::Float* float_type = result_type->AsFloat(); in FoldFNegateOp() local
Dfolding_rules.cpp42 } else if (const analysis::Float* float_type = type->AsFloat()) { in ElementWidth() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp157 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesScalar() local
356 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFToIOp() local
387 const analysis::Float* float_type = result_type->AsFloat(); in FoldIToFOp() local
538 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants() local
606 const analysis::Float* float_type = result_type->AsFloat(); in FoldFNegateOp() local
Dfolding_rules.cpp42 } else if (const analysis::Float* float_type = type->AsFloat()) { in ElementWidth() local
/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/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dcore.ml34 let float_type = Llvm.float_type context var
/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py84 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.h331 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/deqp-deps/SPIRV-Tools/test/opt/
Dinstruction_test.cpp547 Instruction* float_type = context->get_def_use_mgr()->GetDef(5); in TEST_F() 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.cc593 llvm::Type* float_type; in EmitCallToRuntime() local
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dinstruction_test.cpp547 Instruction* float_type = context->get_def_use_mgr()->GetDef(5); in TEST_F() local
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli423 val float_type : llcontext -> lltype val
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc69 llvm::Type* float_type = x->getType(); in EmitReducePrecisionFloat() local
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli577 val float_type : llcontext -> lltype val
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli556 val float_type : llcontext -> lltype val