Home
last modified time | relevance | path

Searched defs:lower (Results 1 – 25 of 259) sorted by relevance

1234567891011

/third_party/boost/boost/math/distributions/
Duniform.hpp31 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 …]
Dtriangular.hpp34 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/
Dreduce.hpp57 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/
Dmersenne_twister_engine.cc34 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()
Drandom_generator.cc54 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/
Dsfn_nir_lower_alu.cpp27 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/
Dpolymorphic_bin.hpp36 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/
Dbool.hpp256 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
Dint.hpp348 static bool const lower = member
400 static bool const lower = member
458 static bool const lower = member
504 static bool const lower = member
Duint.hpp375 static bool const lower = member
436 static bool const lower = member
507 static bool const lower = member
555 static bool const lower = member
Dreal.hpp291 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/
Dfiltering_stream_flush_test.hpp21 lowercase_file lower; in test_filtering_ostream_flush() local
/third_party/boost/boost/spirit/home/karma/char/
Dchar.hpp345 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/
Dright_open_interval.hpp63 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
Dopen_interval.hpp65 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
Dleft_open_interval.hpp64 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
Dclosed_interval.hpp60 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/
Dneg_binom_confidence_limits.cpp91 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/
Dv3dx_emit.c319 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/
Drandom_generator.cpp32 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/
Drandom_generator.cpp32 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/
Dhb-style.cc104 unsigned int lower, design, upper; in hb_style_get_value() local
/third_party/icu/icu4c/source/samples/case/
Ducase.c32 static const UChar lower[] = {0x61, 0x42, 0x69, 0}; /* lower = "abi" */ in c_main() local
/third_party/skia/third_party/externals/icu/source/samples/case/
Ducase.c32 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/
Ducase.c32 static const UChar lower[] = {0x61, 0x42, 0x69, 0}; /* lower = "abi" */ in c_main() local

1234567891011