Home
last modified time | relevance | path

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

12345678910>>...12

/external/harfbuzz_ng/perf/
Dbenchmark-set.cc3 void RandomSet(unsigned size, unsigned max_value, hb_set_t* out) { in RandomSet()
23 unsigned max_value = state.range(0) * state.range(1); in BM_SetInsert_1000() local
50 unsigned max_value = state.range(0) * state.range(1); in BM_SetOrderedInsert_1000() local
77 unsigned max_value = state.range(0) * state.range(1); in BM_SetLookup() local
103 unsigned max_value = state.range(0) * state.range(1); in BM_SetIteration() local
124 unsigned max_value = state.range(0) * state.range(1); in BM_SetCopy() local
/external/sdv/vsomeip/third_party/boost/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()
/external/rust/android-crates-io/crates/num-traits/src/
Dbounds.rs12 fn max_value() -> Self; in max_value() method
31 fn max_value() -> Self; in max_value() method
36 fn max_value() -> T { in max_value() method
75 fn max_value() -> Self { in max_value() method
/external/private-join-and-compute/private_join_and_compute/crypto/
Dcontext.cc95 BigNum Context::RandomOracle(absl::string_view x, const BigNum& max_value, in RandomOracle()
129 const BigNum& max_value) { in RandomOracleSha512()
134 const BigNum& max_value) { in RandomOracleSha384()
139 const BigNum& max_value) { in RandomOracleSha256()
144 const BigNum& max_value) { in PRF()
182 BigNum Context::GenerateRandLessThan(const BigNum& max_value) { in GenerateRandLessThan()
/external/sdv/vsomeip/third_party/boost/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()
/external/sdv/vsomeip/third_party/boost/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
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.cc21 float max_value, in SetXAxis()
32 float max_value, in SetSuggestedXAxis()
46 float max_value, in SetYAxis()
57 float max_value, in SetSuggestedYAxis()
/external/XNNPACK/test/
Dmax-pooling-operator-tester.h469 int8_t max_value = std::numeric_limits<int8_t>::min(); in TestS8() local
553 uint8_t max_value = 0; in TestU8() local
638 float max_value = -std::numeric_limits<float>::infinity(); in TestF16() local
748 float max_value = -std::numeric_limits<float>::infinity(); in TestF32() local
852 int8_t max_value = std::numeric_limits<int8_t>::min(); in TestSetupS8() local
923 int8_t max_value = std::numeric_limits<int8_t>::min(); in TestSetupS8() local
993 uint8_t max_value = 0; in TestSetupU8() local
1064 uint8_t max_value = 0; in TestSetupU8() local
1135 float max_value = -std::numeric_limits<float>::infinity(); in TestSetupF16() local
1233 float max_value = -std::numeric_limits<float>::infinity(); in TestSetupF16() local
[all …]
Dmaxpool-microkernel-tester.h192 int8_t max_value = std::numeric_limits<int8_t>::min(); in Test() local
264 uint8_t max_value = 0; in Test() local
327 float max_value = -std::numeric_limits<float>::infinity(); in Test() local
416 float max_value = -std::numeric_limits<float>::infinity(); in Test() local
/external/sdv/vsomeip/third_party/boost/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()
/external/webrtc/rtc_base/
Dstring_to_number_unittest.cc47 constexpr T max_value = std::numeric_limits<T>::max(); in TYPED_TEST_P() local
67 constexpr T max_value = std::numeric_limits<T>::max(); in TYPED_TEST_P() local
/external/rust/android-crates-io/crates/tokio/src/runtime/metrics/histogram/
Dh2_histogram.rs66 pub fn max_value(&self) -> u64 { in max_value() method
140 max_value: Option<Duration>, field
213 pub fn max_value(mut self, duration: Duration) -> Self { in max_value() method
237 let max_value = duration_as_u64(self.max_value.unwrap_or(DEFAULT_MAX_VALUE)); in build() localVariable
238 let max_value = max_value.next_power_of_two(); in build() localVariable
/external/googleapis/google/apps/drive/labels/v2/
Dlabel_limits.proto121 int64 max_value = 2; field
130 google.type.Date max_value = 2; field
/external/googleapis/google/apps/drive/labels/v2beta/
Dlabel_limits.proto121 int64 max_value = 2; field
130 google.type.Date max_value = 2; field
/external/tensorflow/tensorflow/compiler/xla/service/
Dcomparison_expander.cc32 HloInstruction* zero, HloInstruction* max_value) { in BitcastConvertFloatingPointToIntegral()
119 auto max_value = computation->AddInstruction(HloInstruction::CreateBroadcast( in ExpandInstruction() local
/external/sdv/vsomeip/third_party/boost/mpl/test/
Dmax_element.cpp23 typedef deref<iter>::type max_value; in MPL_TEST_CASE() typedef
/external/tensorflow/tensorflow/lite/testing/
Dzip_test_utils.py110 def create_tensor_data(dtype, shape, min_value=-100, max_value=100): argument
135 def create_scalar_data(dtype, min_value=-100, max_value=100): argument
472 max_value=255): argument
/external/perfetto/protos/perfetto/config/chrome/
Dhistogram_samples.proto27 optional int64 max_value = 3; field
/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dserializer.rs89 let max_value = mask_bits(*width, "u64"); in add_optional_field() localVariable
169 let max_value = mask_bits(*width, "u64"); in add_bit_field() localVariable
212 let max_value = mask_bits(*width, "usize"); in add_bit_field() localVariable
296 let max_value = mask_bits(*width, "usize"); in add_bit_field() localVariable
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.h39 explicit PseudorandomGenerator(NativeT min_value, NativeT max_value, in PseudorandomGenerator()
/external/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc44 int max_value) in PeriodicUmaLogger()
70 int max_value) in PeriodicUmaCount()
93 int max_value) in PeriodicUmaAverage()
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dmin_max.hpp26 const T &max_value(const T &a, const T &b) in max_value() function
/external/tensorflow/tensorflow/lite/kernels/
Drandom_uniform_custom.cc42 size_t buffer_size, T min_value, T max_value) { in RandomUniformSample()
144 int64_t max_value = IntValueFromTensor(tflite::GetInput(context, node, 2)); in EvalInt() local
/external/webrtc/rtc_base/units/
Dunit_base.h226 constexpr Unit_T Clamped(Unit_T min_value, Unit_T max_value) const { in Clamped()
230 constexpr void Clamp(Unit_T min_value, Unit_T max_value) { in Clamp()

12345678910>>...12