Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 25 of 158) sorted by relevance

1234567

/third_party/boost/libs/math/reporting/performance/
Dtable_helper.hpp80 double p, q, bound, y(1-x); in dcdflib_beta_cdf() local
89 double x, y, bound, q(1 - p); in dcdflib_beta_quantile() local
98 double p, q, bound, sfc(1-sf); in dcdflib_binomial_cdf() local
107 double x, bound, q(1 - p), sfc(1-sf); in dcdflib_binomial_quantile() local
116 double p, q, bound; in dcdflib_chi_cdf() local
125 double x, bound, q(1 - p); in dcdflib_chi_quantile() local
134 double p, q, bound; in dcdflib_chi_n_cdf() local
143 double x, bound, q(1 - p); in dcdflib_chi_n_quantile() local
152 double p, q, bound; in dcdflib_f_cdf() local
161 double x, bound, q(1 - p); in dcdflib_f_quantile() local
[all …]
/third_party/node/test/parallel/
Dtest-domain-intercept.js20 const bound = d.intercept(mustNotCall); constant
27 const bound = d.intercept(common.mustCall((data) => { constant
37 const bound = d.intercept(common.mustCall((data, data2) => { constant
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dpseudo_random_generator.cpp26 uint32_t PseudoRandomGenerator::RandomUint32(uint32_t bound) { in RandomUint32()
31 uint64_t PseudoRandomGenerator::RandomUint64(uint64_t bound) { in RandomUint64()
Dtransformation_access_chain.cpp163 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in IsApplicable() local
266 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in Apply() local
377 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in GetStructIndexValue() local
/third_party/spirv-tools/source/fuzz/
Dpseudo_random_generator.cpp26 uint32_t PseudoRandomGenerator::RandomUint32(uint32_t bound) { in RandomUint32()
31 uint64_t PseudoRandomGenerator::RandomUint64(uint64_t bound) { in RandomUint64()
Dtransformation_access_chain.cpp163 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in IsApplicable() local
266 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in Apply() local
374 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in GetIndexValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dpseudo_random_generator.cpp26 uint32_t PseudoRandomGenerator::RandomUint32(uint32_t bound) { in RandomUint32()
31 uint64_t PseudoRandomGenerator::RandomUint64(uint64_t bound) { in RandomUint64()
Dtransformation_access_chain.cpp163 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in IsApplicable() local
266 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in Apply() local
377 uint32_t bound = fuzzerutil::GetBoundForCompositeIndex( in GetStructIndexValue() local
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dbind.cc41 BoundConversion* bound) { in Bind()
100 BoundConversion bound; in ConvertOne() local
128 bool ConvertOne(const BoundConversion& bound, string_view /*conv*/) const { in ConvertOne() argument
142 bool ConvertOne(const BoundConversion& bound, string_view /*conv*/) const { in ConvertOne() argument
163 BoundConversion* bound) { in BindWithPack()
Dbind_test.cc72 BoundConversion bound; in TEST_F() local
93 BoundConversion bound; in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dbind.cc55 BoundConversion* bound) { in Bind()
113 BoundConversion bound; in ConvertOne() local
141 bool ConvertOne(const BoundConversion& bound, string_view /*conv*/) const { in ConvertOne() argument
155 bool ConvertOne(const BoundConversion& bound, string_view /*conv*/) const { in ConvertOne() argument
176 BoundConversion* bound) { in BindWithPack()
Dbind_test.cc86 BoundConversion bound; in TEST_F() local
107 BoundConversion bound; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dargmax_impl.cu21 __global__ void Argmax(const T *input, const S bound, const size_t outer_size, in Argmax()
42 void CalArgmax(const T *input, const S bound, const size_t outer_size, const size_t inner_size, in CalArgmax()
Dgeneral_reduction_impl.cu47 __global__ void ThreadReduction(bool small, size_t outer_size, size_t bound, size_t inner_size, con… in ThreadReduction()
78 __global__ void WarpReduction(bool small, size_t outer_size, size_t bound, size_t inner_size, const… in WarpReduction()
126 __global__ void Warp4Reduction(bool small, size_t outer_size, size_t bound, size_t inner_size, cons… in Warp4Reduction()
215 __global__ void BlockReduction(bool small, size_t outer_size, size_t bound, size_t inner_size, cons… in BlockReduction()
299 void GeneralReduction(bool small, size_t outer_size, size_t bound, size_t inner_size, const T *inpu… in GeneralReduction()
324 void CalGeneralReduction(bool small, const T *input, const size_t bound, const size_t outerSize, co… in CalGeneralReduction()
/third_party/boost/boost/icl/
Dinterval_bounds.hpp66 bounded_value(const domain_type& value, interval_bounds bound) in bounded_value()
70 interval_bounds bound()const { return _bound; } in bound() function in boost::icl::bounded_value
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-3711.js17 var bound = func.bind(); variable
/third_party/mesa3d/src/panfrost/util/
Dlcra.c86 lcra_set_alignment(struct lcra_state *l, unsigned node, unsigned align_log2, unsigned bound) in lcra_set_alignment()
104 unsigned bound = BA >> 16; in lcra_restrict_range() local
170 unsigned bound = BA >> 16; in lcra_solve() local
/third_party/typescript/tests/cases/compiler/
DrecursiveComplicatedClasses.ts10 public bound: boolean; property in Symbol
/third_party/skia/third_party/externals/tint/fuzzers/
Drandom_generator.cc59 uint32_t RandomGenerator::GetUInt32(uint32_t bound) { in GetUInt32()
69 uint64_t RandomGenerator::GetUInt64(uint64_t bound) { in GetUInt64()
/third_party/node/deps/npm/node_modules/function-bind/
Dimplementation.js47 bound.prototype = new Empty(); class
/third_party/typescript/tests/cases/conformance/types/nonPrimitive/
DnonPrimitiveInGeneric.ts13 function bound<T extends object>(t: T) { function
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dir_loader.h49 uint32_t bound, uint32_t reserved) { in SetModuleHeader()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontData.java115 public boolean bound(int offset, int length) { in bound() method in FontData
133 public boolean bound(int offset) { in bound() method in FontData
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontData.java115 public boolean bound(int offset, int length) { in bound() method in FontData
133 public boolean bound(int offset) { in bound() method in FontData
/third_party/abseil-cpp/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()

1234567