/third_party/boost/libs/math/reporting/performance/ |
D | table_helper.hpp | 80 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/ |
D | test-domain-intercept.js | 20 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/ |
D | pseudo_random_generator.cpp | 26 uint32_t PseudoRandomGenerator::RandomUint32(uint32_t bound) { in RandomUint32() 31 uint64_t PseudoRandomGenerator::RandomUint64(uint64_t bound) { in RandomUint64()
|
D | transformation_access_chain.cpp | 163 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/ |
D | pseudo_random_generator.cpp | 26 uint32_t PseudoRandomGenerator::RandomUint32(uint32_t bound) { in RandomUint32() 31 uint64_t PseudoRandomGenerator::RandomUint64(uint64_t bound) { in RandomUint64()
|
D | transformation_access_chain.cpp | 163 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/ |
D | pseudo_random_generator.cpp | 26 uint32_t PseudoRandomGenerator::RandomUint32(uint32_t bound) { in RandomUint32() 31 uint64_t PseudoRandomGenerator::RandomUint64(uint64_t bound) { in RandomUint64()
|
D | transformation_access_chain.cpp | 163 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/ |
D | bind.cc | 41 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()
|
D | bind_test.cc | 72 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/ |
D | bind.cc | 55 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()
|
D | bind_test.cc | 86 BoundConversion bound; in TEST_F() local 107 BoundConversion bound; in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | argmax_impl.cu | 21 __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()
|
D | general_reduction_impl.cu | 47 __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/ |
D | interval_bounds.hpp | 66 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/ |
D | regression-test-issue-3711.js | 17 var bound = func.bind(); variable
|
/third_party/mesa3d/src/panfrost/util/ |
D | lcra.c | 86 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/ |
D | recursiveComplicatedClasses.ts | 10 public bound: boolean; property in Symbol
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | random_generator.cc | 59 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/ |
D | implementation.js | 47 bound.prototype = new Empty(); class
|
/third_party/typescript/tests/cases/conformance/types/nonPrimitive/ |
D | nonPrimitiveInGeneric.ts | 13 function bound<T extends object>(t: T) { function
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | ir_loader.h | 49 uint32_t bound, uint32_t reserved) { in SetModuleHeader()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
D | FontData.java | 115 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/ |
D | FontData.java | 115 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/ |
D | front_binder.h | 35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()
|