| /third_party/boost/boost/math/distributions/ |
| D | uniform.hpp | 31 RealType lower, in check_uniform_lower() 88 RealType lower, in check_uniform() 126 RealType lower()const in lower() function in boost::math::uniform_distribution 162 RealType lower = dist.lower(); in pdf() local 187 RealType lower = dist.lower(); in cdf() local 212 RealType lower = dist.lower(); in quantile() local 237 RealType lower = c.dist.lower(); in cdf() local 263 RealType lower = c.dist.lower(); in quantile() local 289 RealType lower = dist.lower(); in mean() local 302 RealType lower = dist.lower(); in variance() local [all …]
|
| D | triangular.hpp | 34 RealType lower, in check_triangular_lower() 110 RealType lower, in check_triangular() 166 RealType lower()const in lower() function in boost::math::triangular_distribution 205 RealType lower = dist.lower(); in pdf() local 243 RealType lower = dist.lower(); in cdf() local 279 RealType lower = dist.lower(); in quantile() local 321 RealType lower = c.dist.lower(); in cdf() local 378 RealType lower = c.dist.lower(); in quantile() local 405 RealType lower = dist.lower(); in mean() local 421 RealType lower = dist.lower(); in variance() local [all …]
|
| /third_party/boost/boost/histogram/algorithm/ |
| D | reduce.hpp | 57 inline reduce_command shrink(unsigned iaxis, double lower, double upper) { in shrink() 87 inline reduce_command shrink(double lower, double upper) { in shrink() 103 inline reduce_command crop(unsigned iaxis, double lower, double upper) { in crop() 120 inline reduce_command crop(double lower, double upper) { in crop() 217 inline reduce_command shrink_and_rebin(unsigned iaxis, double lower, double upper, in shrink_and_rebin() 236 inline reduce_command shrink_and_rebin(double lower, double upper, unsigned merge) { in shrink_and_rebin() 253 inline reduce_command crop_and_rebin(unsigned iaxis, double lower, double upper, in crop_and_rebin() 272 inline reduce_command crop_and_rebin(double lower, double upper, unsigned merge) { in crop_and_rebin()
|
| /third_party/skia/third_party/externals/tint/fuzzers/ |
| D | mersenne_twister_engine.cc | 34 I RandomInteger(std::mt19937_64* engine, I lower, I upper) { in RandomInteger() 43 uint32_t MersenneTwisterEngine::RandomUInt32(uint32_t lower, uint32_t upper) { in RandomUInt32() 47 uint64_t MersenneTwisterEngine::RandomUInt64(uint64_t lower, uint64_t upper) { in RandomUInt64()
|
| D | random_generator.cc | 54 uint32_t RandomGenerator::GetUInt32(uint32_t lower, uint32_t upper) { in GetUInt32() 64 uint64_t RandomGenerator::GetUInt64(uint64_t lower, uint64_t upper) { in GetUInt64()
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_nir_lower_alu.cpp | 27 nir_ssa_def *Lower2x16::lower(nir_instr *instr) in lower() function in r600::Lower2x16 69 nir_ssa_def *LowerSinCos::lower(nir_instr *instr) in lower() function in r600::LowerSinCos
|
| /third_party/boost/boost/histogram/axis/ |
| D | polymorphic_bin.hpp | 36 polymorphic_bin(value_type lower, value_type upper) in polymorphic_bin() 43 value_type lower() const noexcept { return lower_or_value_; } in lower() function in boost::histogram::axis::polymorphic_bin
|
| /third_party/boost/boost/spirit/home/karma/numeric/ |
| D | bool.hpp | 256 static bool const lower = member 281 static bool const lower = member 327 static bool const lower = member 371 static bool const lower = member 403 static bool const lower = member
|
| D | int.hpp | 348 static bool const lower = member 400 static bool const lower = member 458 static bool const lower = member 504 static bool const lower = member
|
| D | uint.hpp | 375 static bool const lower = member 436 static bool const lower = member 507 static bool const lower = member 555 static bool const lower = member
|
| D | real.hpp | 291 static bool const lower = member 339 static bool const lower = member 393 static bool const lower = member 433 static bool const lower = member
|
| /third_party/boost/libs/iostreams/test/ |
| D | filtering_stream_flush_test.hpp | 21 lowercase_file lower; in test_filtering_ostream_flush() local
|
| /third_party/boost/boost/spirit/home/karma/char/ |
| D | char.hpp | 345 static bool const lower = member 393 static bool const lower = member 417 static bool const lower = member 471 static bool const lower = member 500 static bool const lower = member 527 static bool const lower = member
|
| /third_party/boost/boost/icl/ |
| D | right_open_interval.hpp | 63 domain_type lower()const{ return _lwb; } in lower() function in boost::icl::right_open_interval 86 static domain_type lower(const interval_type& inter_val){ return inter_val.lower(); } in lower() function
|
| D | open_interval.hpp | 65 DomainT lower()const{ return _lwb; } in lower() function in boost::icl::open_interval 88 static domain_type lower(const interval_type& inter_val){ return inter_val.lower(); } in lower() function
|
| D | left_open_interval.hpp | 64 DomainT lower()const{ return _lwb; } in lower() function in boost::icl::left_open_interval 87 static domain_type lower(const interval_type& inter_val){ return inter_val.lower(); } in lower() function
|
| D | closed_interval.hpp | 60 DomainT lower()const{ return _lwb; } in lower() function in boost::icl::closed_interval 87 static domain_type lower(const interval_type& inter_val){ return inter_val.lower(); } in lower() function
|
| /third_party/boost/libs/math/example/ |
| D | neg_binom_confidence_limits.cpp | 91 double lower = negative_binomial::find_lower_bound_on_p(trials, successes, alpha[i]/2); in confidence_limits_on_frequency() local
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| D | v3dx_emit.c | 319 emit_flat_shade_flags(struct v3d_job *job, in emit_flat_shade_flags() 337 emit_noperspective_flags(struct v3d_job *job, in emit_noperspective_flags() 354 emit_centroid_flags(struct v3d_job *job, in emit_centroid_flags() 372 emit_varying_flags(struct v3d_job *job, uint32_t *flags, in emit_varying_flags()
|
| /third_party/skia/third_party/externals/spirv-tools/test/fuzzers/ |
| D | random_generator.cpp | 32 I RandomUInt(std::mt19937_64* engine, I lower, I upper) { in RandomUInt() 102 uint32_t RandomGenerator::GetUInt32(uint32_t lower, uint32_t upper) { in GetUInt32()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
| D | random_generator.cpp | 32 I RandomUInt(std::mt19937_64* engine, I lower, I upper) { in RandomUInt() 102 uint32_t RandomGenerator::GetUInt32(uint32_t lower, uint32_t upper) { in GetUInt32()
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-style.cc | 104 unsigned int lower, design, upper; in hb_style_get_value() local
|
| /third_party/icu/icu4c/source/samples/case/ |
| D | ucase.c | 32 static const UChar lower[] = {0x61, 0x42, 0x69, 0}; /* lower = "abi" */ in c_main() local
|
| /third_party/skia/third_party/externals/icu/source/samples/case/ |
| D | ucase.c | 32 static const UChar lower[] = {0x61, 0x42, 0x69, 0}; /* lower = "abi" */ in c_main() local
|
| /third_party/flutter/skia/third_party/externals/icu/source/samples/case/ |
| D | ucase.c | 32 static const UChar lower[] = {0x61, 0x42, 0x69, 0}; /* lower = "abi" */ in c_main() local
|