Home
last modified time | relevance | path

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

123

/third_party/boost/libs/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
/third_party/boost/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
/third_party/boost/libs/math/example/
Dneumann_zeros_example_1.cpp34 typedef boost::multiprecision::cpp_dec_float_50 float_type; typedef
Dairy_zeros_example.cpp39 typedef boost::multiprecision::cpp_dec_float_50 float_type; typedef
Dbessel_zeros_example_1.cpp39 typedef boost::multiprecision::cpp_dec_float_50 float_type; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconst_folding_rules.cpp29 const analysis::Float* float_type = type->AsFloat(); in GetNan() local
49 const analysis::Float* float_type = type->AsFloat(); in GetInf() local
80 const analysis::Float* float_type = result_type->AsFloat(); in negateFPConst() local
216 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesScalar() local
431 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFToIOp() local
462 const analysis::Float* float_type = result_type->AsFloat(); in FoldIToFOp() local
491 const analysis::Float* float_type = a->type()->AsFloat(); in FoldQuantizeToF16Scalar() local
695 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants() local
1036 } else if (const analysis::Float* float_type = result_type->AsFloat()) { in FoldMin() local
1076 } else if (const analysis::Float* float_type = result_type->AsFloat()) { in FoldMax() local
[all …]
Dconstants.cpp397 if (const auto* float_type = element_type->AsFloat()) in GetNumericVectorConstantWithWords() local
429 Type* float_type = context()->get_type_mgr()->GetFloatType(); in GetFloatConst() local
441 Type* float_type = context()->get_type_mgr()->GetDoubleType(); in GetDoubleConst() local
/third_party/boost/boost/accumulators/statistics/
Dtail_mean.hpp65 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
124 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
Dweighted_tail_quantile.hpp69 typedef typename numeric::functional::fdiv<Weight, std::size_t>::result_type float_type; typedef
Dweighted_tail_mean.hpp85 typedef typename numeric::functional::fdiv<Weight, std::size_t>::result_type float_type; typedef
Dweighted_peaks_over_threshold.hpp59 … typedef typename numeric::functional::fdiv<weighted_sample, std::size_t>::result_type float_type; typedef
151 … typedef typename numeric::functional::fdiv<weighted_sample, std::size_t>::result_type float_type; typedef
Dweighted_median.hpp68 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
139 … typedef typename numeric::functional::fdiv<weighted_sample, std::size_t>::result_type float_type; typedef
Dmedian.hpp70 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
142 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
Dpeaks_over_threshold.hpp128 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
223 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconst_folding_rules.cpp160 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesScalar() local
375 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFToIOp() local
406 const analysis::Float* float_type = result_type->AsFloat(); in FoldIToFOp() local
435 const analysis::Float* float_type = a->type()->AsFloat(); in FoldQuantizeToF16Scalar() local
586 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants() local
658 const analysis::Float* float_type = result_type->AsFloat(); in FoldFNegateOp() local
940 } else if (const analysis::Float* float_type = result_type->AsFloat()) { in FoldMin() local
980 } else if (const analysis::Float* float_type = result_type->AsFloat()) { in FoldMax() local
1081 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFTranscendentalUnary() local
1108 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFTranscendentalBinary() local
/third_party/spirv-tools/source/opt/
Dconst_folding_rules.cpp160 const analysis::Float* float_type = element_type->AsFloat(); in FoldVectorTimesScalar() local
375 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFToIOp() local
406 const analysis::Float* float_type = result_type->AsFloat(); in FoldIToFOp() local
435 const analysis::Float* float_type = a->type()->AsFloat(); in FoldQuantizeToF16Scalar() local
586 const analysis::Float* float_type = new_type->AsFloat(); in FoldOpDotWithConstants() local
658 const analysis::Float* float_type = result_type->AsFloat(); in FoldFNegateOp() local
940 } else if (const analysis::Float* float_type = result_type->AsFloat()) { in FoldMin() local
980 } else if (const analysis::Float* float_type = result_type->AsFloat()) { in FoldMax() local
1081 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFTranscendentalUnary() local
1108 const analysis::Float* float_type = a->type()->AsFloat(); in FoldFTranscendentalBinary() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.cpp177 } else if (const auto* float_type = vector->element_type()->AsFloat()) { in MaybeGetResultTypeId() local
199 } else if (const auto* float_type = operand_type->AsFloat()) { in MaybeGetResultTypeId() local
Dforce_render_red.cpp121 opt::IRContext* ir_context, opt::analysis::Float* float_type) { in FindOrCreateFloatZeroAndOne()
198 opt::analysis::Float* float_type = ir_context->get_type_mgr() in ForceRenderRed() local
/third_party/spirv-tools/source/fuzz/
Dtransformation_equation_instruction.cpp177 } else if (const auto* float_type = vector->element_type()->AsFloat()) { in MaybeGetResultTypeId() local
199 } else if (const auto* float_type = operand_type->AsFloat()) { in MaybeGetResultTypeId() local
Dforce_render_red.cpp121 opt::IRContext* ir_context, opt::analysis::Float* float_type) { in FindOrCreateFloatZeroAndOne()
198 opt::analysis::Float* float_type = ir_context->get_type_mgr() in ForceRenderRed() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_equation_instruction.cpp177 } else if (const auto* float_type = vector->element_type()->AsFloat()) { in MaybeGetResultTypeId() local
199 } else if (const auto* float_type = operand_type->AsFloat()) { in MaybeGetResultTypeId() local
Dforce_render_red.cpp121 opt::IRContext* ir_context, opt::analysis::Float* float_type) { in FindOrCreateFloatZeroAndOne()
198 opt::analysis::Float* float_type = ir_context->get_type_mgr() in ForceRenderRed() local
/third_party/boost/doc/test/
Dweighted_tail_quantile.hpp69 typedef typename numeric::functional::average<Weight, std::size_t>::result_type float_type; typedef
/third_party/boost/boost/spirit/home/x3/numeric/
Dreal.hpp54 typedef real_parser<float> float_type; typedef
/third_party/boost/boost/math/cstdfloat/
Dcstdfloat_cmath.hpp393 typedef boost::math::cstdfloat::detail::float_internal128_t float_type; in BOOST_CSTDFLOAT_FLOAT128_EXPM1() typedef
464 typedef boost::math::cstdfloat::detail::float_internal128_t float_type; in BOOST_CSTDFLOAT_FLOAT128_EXP() typedef
516 typedef boost::math::cstdfloat::detail::float_internal128_t float_type; in BOOST_CSTDFLOAT_FLOAT128_SINH() typedef
542 typedef boost::math::cstdfloat::detail::float_internal128_t float_type; in BOOST_CSTDFLOAT_FLOAT128_COSH() typedef
550 typedef boost::math::cstdfloat::detail::float_internal128_t float_type; in BOOST_CSTDFLOAT_FLOAT128_TANH() typedef
558 typedef boost::math::cstdfloat::detail::float_internal128_t float_type; in BOOST_CSTDFLOAT_FLOAT128_ASINH() typedef
564 typedef boost::math::cstdfloat::detail::float_internal128_t float_type; in BOOST_CSTDFLOAT_FLOAT128_ACOSH() typedef
573 typedef boost::math::cstdfloat::detail::float_internal128_t float_type; in BOOST_CSTDFLOAT_FLOAT128_ATANH() typedef
581 typedef boost::math::cstdfloat::detail::float_internal128_t float_type; in BOOST_CSTDFLOAT_FLOAT128_TGAMMA() typedef

123