Home
last modified time | relevance | path

Searched defs:max_value (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/boost/libs/numeric/ublas/benchmarks/opencl/
Dinit.hpp17 void init(T &v, unsigned long size, int max_value) in init()
23 void init(vector<T, opencl::storage> &v, unsigned long size, int max_value) in init()
29 void init(matrix<T, opencl::storage> &m, unsigned long size1, unsigned long size2, int max_value) in init()
35 void init(matrix<T, opencl::storage> &m, unsigned long size, int max_value) in init()
/third_party/boost/libs/numeric/ublas/benchmarks/
Dinit.hpp15 void init(vector<T> &v, unsigned long size, int max_value) in init()
23 void init(matrix<T, L> &m, unsigned long size1, unsigned long size2, int max_value) in init()
32 void init(matrix<T, L> &m, unsigned long size, int max_value) in init()
/third_party/boost/libs/algorithm/minmax/fuzzing/
Dminmax_element.fuzz.cpp40 uint8_t max_value = *result.second; in LLVMFuzzerTestOneInput() local
65 uint8_t max_value = *result.second; in LLVMFuzzerTestOneInput() local
Dminmax_element_variants.fuzz.cpp56 uint8_t max_value = *resultff.second; in LLVMFuzzerTestOneInput() local
107 uint8_t max_value = *resultff.second; in LLVMFuzzerTestOneInput() local
/third_party/boost/libs/random/extra/
Dhaertel.hpp37 static const result_type max_value = m-1; member in boost::random::additive_congruential
42 max_value = m-1 enumerator
78 static const result_type max_value = m-1; member in boost::random::lagged_fibonacci_int
83 max_value = m-1 enumerator
/third_party/boost/libs/numeric/ublas/test/opencl/
Dtest_opencl.hpp56 static void init_matrix(ublas::matrix<T, F>& m, int max_value) in init_matrix()
68 static void init_vector(ublas::vector<T>& v, int max_value) in init_vector()
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.c400 guint channels, gfloat max_value, guint op, guint nfft) in input_data_mixed_float()
417 guint channels, gfloat max_value, guint op, guint nfft) in input_data_mixed_double()
434 guint channels, gfloat max_value, guint op, guint nfft) in input_data_mixed_int32_max()
451 guint channels, gfloat max_value, guint op, guint nfft) in input_data_mixed_int24_max()
475 guint channels, gfloat max_value, guint op, guint nfft) in input_data_mixed_int16_max()
494 gfloat max_value, guint op, guint nfft) in input_data_float()
507 gfloat max_value, guint op, guint nfft) in input_data_double()
520 guint channels, gfloat max_value, guint op, guint nfft) in input_data_int32_max()
533 guint channels, gfloat max_value, guint op, guint nfft) in input_data_int24_max()
553 guint channels, gfloat max_value, guint op, guint nfft) in input_data_int16_max()
[all …]
/third_party/boost/libs/mpl/test/
Dmax_element.cpp23 typedef deref<iter>::type max_value; in MPL_TEST_CASE() typedef
/third_party/boost/boost/interprocess/detail/
Dmin_max.hpp31 const T &max_value(const T &a, const T &b) in max_value() function
/third_party/boost/boost/container/detail/
Dmin_max.hpp26 const T &max_value(const T &a, const T &b) in max_value() function
/third_party/boost/libs/gil/test/core/
Dpromote_integral.cpp77 Promoted max_value = (std::numeric_limits<Integral>::max)(); in apply() local
95 Promoted max_value = (std::numeric_limits<Integral>::max)(); in apply() local
/third_party/boost/boost/random/
Duniform_real_distribution.hpp35 Engine& eng, T min_value, T max_value, in generate_uniform_real()
51 Engine& eng, T min_value, T max_value, in generate_uniform_real()
67 inline T generate_uniform_real(Engine& eng, T min_value, T max_value) in generate_uniform_real()
Duniform_int_distribution.hpp51 Engine& eng, T min_value, T max_value, in generate_uniform_int()
236 Engine& eng, T min_value, T max_value, in generate_uniform_int()
244 inline T generate_uniform_int(Engine& eng, T min_value, T max_value) in generate_uniform_int()
/third_party/skia/third_party/externals/freetype/src/sdf/
Dftsdfcommon.c91 FT_16D16 max_value ) in map_fixed_to_sdf()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_enum.cc52 int32 max_value = descriptor->value(0)->number(); in ShouldGenerateArraySize() local
98 const EnumValueDescriptor* max_value = descriptor_->value(0); in GenerateDefinition() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-deprecated.h106 float max_value; member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-deprecated.h91 float max_value; member
/third_party/harfbuzz/src/
Dhb-ot-deprecated.h106 float max_value; member
/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp112 typename channel_type<DstView>::type max_value, in threshold_binary()
157 result_channel_t max_value = (std::numeric_limits<result_channel_t>::max)(); in threshold_binary() local
395 typename channel_type<DstView>::type max_value, in threshold_adaptive()
455 result_channel_t max_value = (std::numeric_limits<result_channel_t>::max)(); in threshold_adaptive() local
/third_party/grpc/src/core/lib/channel/
Dchannel_args.h77 int max_value; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dbce_with_logits_loss_impl.cu61 T max_value = -predict[pos]; in BCEWithLogitsLossMain() local
74 half max_value = -predict[pos]; in BCEWithLogitsLossMain() local
/third_party/mindspore/mindspore/ccsrc/pybind_api/random_normal/
Dphilox_generator.cc49 std::array<uint32_t, gResultNum> max_value; in Compute() local
/third_party/boost/boost/test/tools/
Dfloating_point_comparison.hpp153 static FPT max_value() { return (std::numeric_limits<FPT>::max)(); } in max_value() function
160 …static FPT max_value() { return static_cast<FPT>(1000000); } // for our purposes it doesn't rea… in max_value() function
/third_party/boost/libs/geometry/test/util/
Dpromote_integral.cpp121 Promoted max_value = (std::numeric_limits<Integral>::max)(); in apply() local
138 Promoted max_value = (std::numeric_limits<Integral>::max)(); in apply() local
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhttp2_settings.h54 uint32_t max_value; member

123456