Home
last modified time | relevance | path

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

12

/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
Dbessel_zeros_example.cpp38 typedef boost::multiprecision::cpp_dec_float_50 float_type; typedef
/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
Dweighted_tail_variate_means.hpp110 typedef typename numeric::functional::fdiv<Weight, Weight>::result_type float_type; typedef
Dtail_variate_means.hpp83 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
Dpot_tail_mean.hpp55 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
Dpot_quantile.hpp52 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
Dweighted_p_square_quantile.hpp58 … typedef typename numeric::functional::fdiv<weighted_sample, std::size_t>::result_type float_type; typedef
Dp_square_quantile.hpp58 typedef typename numeric::functional::fdiv<Sample, std::size_t>::result_type float_type; typedef
Dweighted_density.hpp55 typedef typename numeric::functional::fdiv<Weight, std::size_t>::result_type float_type; typedef
Dweighted_extended_p_square.hpp71 … typedef typename numeric::functional::fdiv<weighted_sample, std::size_t>::result_type float_type; typedef
/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
/third_party/boost/libs/multiprecision/test/
Dtest_complex.cpp32 typedef typename complex_type::value_type float_type; in test() typedef

12