Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16_test.py38 def numpy_assert_allclose(a, b, float_type, **kwargs): argument
56 def truncate(x, float_type): argument
63 def test_binary_operation(a, b, op, float_type): argument
121 def testRoundTripToFloat(self, float_type): argument
125 def testRoundTripNumpyTypes(self, float_type): argument
134 def testRoundTripToInt(self, float_type): argument
143 def testRoundTripToNumpy(self, float_type): argument
158 def testStr(self, float_type): argument
169 def testRepr(self, float_type): argument
180 def testItem(self, float_type): argument
[all …]
/external/ml_dtypes/ml_dtypes/tests/
Dcustom_float_test.py62 def numpy_assert_allclose(a, b, float_type, **kwargs): argument
83 def truncate(x, float_type): argument
90 def binary_operation_test(a, b, op, float_type): argument
239 def testModuleName(self, float_type): argument
243 def testPickleable(self, float_type): argument
251 def testRoundTripToFloat(self, float_type): argument
256 def testRoundTripNumpyTypes(self, float_type): argument
271 def testRoundTripToInt(self, float_type): argument
278 def testRoundTripToNumpy(self, float_type): argument
307 def testCastBetweenCustomTypes(self, float_type): argument
[all …]
/external/sdv/vsomeip/third_party/boost/container_hash/test/
Dhash_float_test.hpp37 char const* float_type(float*) { return "float"; } in float_type() function
38 char const* float_type(double*) { return "double"; } in float_type() function
39 char const* float_type(long double*) { return "long double"; } in float_type() function
/external/sdv/vsomeip/third_party/boost/container_hash/include/boost/container_hash/detail/
Dfloat_functions.hpp80 typedef Float float_type; typedef
88 typedef Float float_type; typedef
142 typedef double float_type; typedef
157 typedef double float_type; typedef
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp81 const analysis::Float* float_type = type->AsFloat(); in GetNan() local
101 const analysis::Float* float_type = type->AsFloat(); in GetInf() local
132 const analysis::Float* float_type = result_type->AsFloat(); in NegateFPConst() local
375 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesScalar() local
503 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesMatrix() local
600 const analysis::Float* float_type = element_type->AsFloat(); in FoldMatrixTimesVector() local
921 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFToIOp() local
952 const analysis::Float* float_type = result_type->AsFloat(); in FoldIToFOp() local
981 const analysis::Float* float_type = a->type()->AsFloat(); in FoldQuantizeToF16Scalar() local
1190 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants() local
[all …]
Dconstants.cpp434 if (const auto* float_type = element_type->AsFloat()) in GetNumericVectorConstantWithWords() local
468 Type* float_type = context()->get_type_mgr()->GetFloatType(); in GetFloatConst() local
480 Type* float_type = context()->get_type_mgr()->GetDoubleType(); in GetDoubleConst() local
/external/angle/third_party/spirv-tools/src/source/opt/
Dconst_folding_rules.cpp28 const analysis::Float* float_type = type->AsFloat(); in GetNan() local
48 const analysis::Float* float_type = type->AsFloat(); in GetInf() local
79 const analysis::Float* float_type = result_type->AsFloat(); in NegateFPConst() local
322 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesScalar() local
450 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesMatrix() local
547 const analysis::Float* float_type = element_type->AsFloat(); in FoldMatrixTimesVector() local
868 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFToIOp() local
899 const analysis::Float* float_type = result_type->AsFloat(); in FoldIToFOp() local
928 const analysis::Float* float_type = a->type()->AsFloat(); in FoldQuantizeToF16Scalar() local
1137 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants() local
[all …]
Dconstants.cpp434 if (const auto* float_type = element_type->AsFloat()) in GetNumericVectorConstantWithWords() local
468 Type* float_type = context()->get_type_mgr()->GetFloatType(); in GetFloatConst() local
480 Type* float_type = context()->get_type_mgr()->GetDoubleType(); in GetDoubleConst() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp28 const analysis::Float* float_type = type->AsFloat(); in GetNan() local
48 const analysis::Float* float_type = type->AsFloat(); in GetInf() local
79 const analysis::Float* float_type = result_type->AsFloat(); in NegateFPConst() local
322 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesScalar() local
450 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesMatrix() local
547 const analysis::Float* float_type = element_type->AsFloat(); in FoldMatrixTimesVector() local
868 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFToIOp() local
899 const analysis::Float* float_type = result_type->AsFloat(); in FoldIToFOp() local
928 const analysis::Float* float_type = a->type()->AsFloat(); in FoldQuantizeToF16Scalar() local
1137 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants() local
[all …]
Dconstants.cpp434 if (const auto* float_type = element_type->AsFloat()) in GetNumericVectorConstantWithWords() local
468 Type* float_type = context()->get_type_mgr()->GetFloatType(); in GetFloatConst() local
480 Type* float_type = context()->get_type_mgr()->GetDoubleType(); in GetDoubleConst() local
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_equation_instruction.cpp178 } else if (const auto* float_type = vector->element_type()->AsFloat()) { in MaybeGetResultTypeId() local
200 } else if (const auto* float_type = operand_type->AsFloat()) { in MaybeGetResultTypeId() local
Dforce_render_red.cpp124 opt::IRContext* ir_context, opt::analysis::Float* float_type) { in FindOrCreateFloatZeroAndOne()
202 opt::analysis::Float* float_type = ir_context->get_type_mgr() in ForceRenderRed() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.cpp178 } else if (const auto* float_type = vector->element_type()->AsFloat()) { in MaybeGetResultTypeId() local
200 } else if (const auto* float_type = operand_type->AsFloat()) { in MaybeGetResultTypeId() local
Dforce_render_red.cpp124 opt::IRContext* ir_context, opt::analysis::Float* float_type) { in FindOrCreateFloatZeroAndOne()
202 opt::analysis::Float* float_type = ir_context->get_type_mgr() in ForceRenderRed() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.cpp178 } else if (const auto* float_type = vector->element_type()->AsFloat()) { in MaybeGetResultTypeId() local
200 } else if (const auto* float_type = operand_type->AsFloat()) { in MaybeGetResultTypeId() local
Dforce_render_red.cpp124 opt::IRContext* ir_context, opt::analysis::Float* float_type) { in FindOrCreateFloatZeroAndOne()
202 opt::analysis::Float* float_type = ir_context->get_type_mgr() in ForceRenderRed() local
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/numeric/
Dreal.hpp54 typedef real_parser<float> float_type; typedef
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/
Dtflite_import_export.cc61 auto float_type = mlir::FloatType::getF32(module.getContext()); in AttachCostPerDevice() local
/external/pytorch/aten/src/ATen/native/
DComplexHelper.h51 const auto float_type = c10::toRealValueType(self.scalar_type()); in _view_as_real_physical() local
/external/llvm/test/Bindings/OCaml/
Dcore.ml34 let float_type = Llvm.float_type context var
/external/mesa3d/src/compiler/nir/
Dnir_lower_idiv.c103 nir_alu_type float_type = nir_type_float | (options->allow_fp16 ? sz * 2 : 32); in convert_instr_small() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c154 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_vs_jit_context_type() local
183 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_gs_jit_context_type() local
225 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_gs_jit_input_type_deref() local
277 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tcs_jit_input_type_deref() local
296 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tcs_jit_output_type_deref() local
315 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in create_tes_jit_input_deref_type() local
1253 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in generate_clipmask() local
1386 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in draw_gs_llvm_fetch_input() local
2686 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in draw_tcs_llvm_emit_fetch_input() local
2748 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in draw_tcs_llvm_emit_fetch_output() local
/external/mesa3d/src/compiler/glsl/
Dir_expression_operation.py87 float_type = type("float", "f", "GLSL_TYPE_FLOAT") variable
/external/deqp/external/openglcts/modules/common/
DglcClipDistance.hpp440 const std::type_info &float_type = typeid(glw::GLfloat); in useAsShaderInput() local
/external/libvpx/test/
Dnon_greedy_mv_test.cc65 float float_type; in compare_mf() local

123