/third_party/boost/libs/container_hash/test/ |
D | hash_float_test.hpp | 37 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/ |
D | float_functions.hpp | 80 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/ |
D | neumann_zeros_example_1.cpp | 34 typedef boost::multiprecision::cpp_dec_float_50 float_type; typedef
|
D | airy_zeros_example.cpp | 39 typedef boost::multiprecision::cpp_dec_float_50 float_type; typedef
|
D | bessel_zeros_example_1.cpp | 39 typedef boost::multiprecision::cpp_dec_float_50 float_type; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | const_folding_rules.cpp | 29 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 …]
|
D | constants.cpp | 397 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/ |
D | tail_mean.hpp | 65 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
|
D | weighted_tail_quantile.hpp | 69 typedef typename numeric::functional::fdiv<Weight, std::size_t>::result_type float_type; typedef
|
D | weighted_tail_mean.hpp | 85 typedef typename numeric::functional::fdiv<Weight, std::size_t>::result_type float_type; typedef
|
D | weighted_peaks_over_threshold.hpp | 59 … 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
|
D | weighted_median.hpp | 68 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
|
D | median.hpp | 70 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
|
D | peaks_over_threshold.hpp | 128 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/ |
D | const_folding_rules.cpp | 160 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/ |
D | const_folding_rules.cpp | 160 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/ |
D | transformation_equation_instruction.cpp | 177 } 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
|
D | force_render_red.cpp | 121 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/ |
D | transformation_equation_instruction.cpp | 177 } 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
|
D | force_render_red.cpp | 121 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/ |
D | transformation_equation_instruction.cpp | 177 } 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
|
D | force_render_red.cpp | 121 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/ |
D | weighted_tail_quantile.hpp | 69 typedef typename numeric::functional::average<Weight, std::size_t>::result_type float_type; typedef
|
/third_party/boost/boost/spirit/home/x3/numeric/ |
D | real.hpp | 54 typedef real_parser<float> float_type; typedef
|
/third_party/boost/boost/math/cstdfloat/ |
D | cstdfloat_cmath.hpp | 393 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
|