HomeSort by relevance Sort by last modified time
    Searched refs:max (Results 251 - 275 of 7354) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
values.pass.cpp 24 // static constexpr result_type max() { return m-1; }
45 static_assert((E::max() == 0xFFFFFF), "");
48 assert((E::max() == 0xFFFFFF));
66 static_assert((E::max() == 0xFFFFFFFFFFFFull), "");
69 assert((E::max() == 0xFFFFFFFFFFFFull));
  /external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
max_size.pass.cpp 26 assert(M > 0xFFFF && M <= (std::numeric_limits<std::size_t>::max() / sizeof(int)));
  /external/libcxx/test/std/utilities/time/time.clock/time.clock.file/
now.pass.cpp 34 assert(C::time_point::max() > t1);
  /external/libcxx/test/std/utilities/time/time.clock/time.clock.hires/
now.pass.cpp 25 assert(C::time_point::max() > t1);
  /external/libcxx/test/std/utilities/time/time.clock/time.clock.system/
now.pass.cpp 25 assert(C::time_point::max() > t1);
  /external/libevent/sample/
hostcheck.c 138 static int Curl_raw_nequal(const char *first, const char *second, size_t max)
140 while(*first && *second && max) {
144 max--;
148 if(0 == max)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
2-1.c 44 printf("Max timers is %ld\n", (long)TIMER_MAX);
45 int max = TIMER_MAX; local
47 int max = 256; local
49 tids = malloc(max * sizeof(timer_t));
55 for (i = 0; i < max; i++) {
  /external/pdfium/fxjs/xfa/
cjx_occur.h 20 JS_PROP(max);
cjx_recordset.h 24 JS_PROP(max);
  /external/skia/include/core/
SkFontParameters.h 25 float max; member in struct:SkFontParameters::Variation::Axis
  /external/skia/tests/
SrcOverTest.cpp 58 unsigned max = SkMax32(dst, i); local
61 REPORTER_ASSERT(reporter, r0 <= 255 && r0 >= max);
63 REPORTER_ASSERT(reporter, r1 <= 255 && r1 >= max);
64 REPORTER_ASSERT(reporter, r2 <= 255 && r2 >= max);
  /external/skqp/include/core/
SkFontParameters.h 25 float max; member in struct:SkFontParameters::Variation::Axis
  /external/skqp/tests/
SrcOverTest.cpp 58 unsigned max = SkMax32(dst, i); local
61 REPORTER_ASSERT(reporter, r0 <= 255 && r0 >= max);
63 REPORTER_ASSERT(reporter, r1 <= 255 && r1 >= max);
64 REPORTER_ASSERT(reporter, r2 <= 255 && r2 >= max);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
clip_by_value_op.cc 35 auto max = ctx->Input(2); variable
52 max = xla::Broadcast(max, shape.dim_sizes());
54 ctx->SetOutput(0, xla::Clamp(min, input, max));
  /external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
pooling.h 49 const int filter_x_start = std::max(0, -in_x_origin);
52 const int filter_y_start = std::max(0, -in_y_origin);
71 acc = std::max(acc, params.quantized_activation_min);
89 std::numeric_limits<int8_t>::max());
110 const int filter_x_start = std::max(0, -in_x_origin);
113 const int filter_y_start = std::max(0, -in_y_origin);
116 int8_t max = std::numeric_limits<int8_t>::lowest(); local
123 max = std::max(
124 max,
    [all...]
  /external/tensorflow/tensorflow/lite/tools/optimize/calibration/
calibration_reader.h 35 float max; member in struct:tflite::optimize::calibration::CalibrationReader::CalibrationStats
  /external/u-boot/arch/arm/dts/
sun6i-reference-design-tablet.dtsi 112 regulator-max-microvolt = <3300000>;
123 regulator-max-microvolt = <1320000>;
130 regulator-max-microvolt = <3000000>;
136 regulator-max-microvolt = <1320000>;
143 regulator-max-microvolt = <1320000>;
150 regulator-max-microvolt = <1320000>;
157 regulator-max-microvolt = <1500000>;
163 regulator-max-microvolt = <3300000>;
sun8i-a33-olinuxino.dts 134 regulator-max-microvolt = <3300000>;
141 regulator-max-microvolt = <2650000>;
148 regulator-max-microvolt = <3300000>;
159 regulator-max-microvolt = <1400000>;
166 regulator-max-microvolt = <3300000>;
173 regulator-max-microvolt = <1400000>;
180 regulator-max-microvolt = <1400000>;
187 regulator-max-microvolt = <1500000>;
sun8i-r16-parrot.dts 217 regulator-max-microvolt = <3000000>;
224 regulator-max-microvolt = <2650000>;
231 regulator-max-microvolt = <3300000>;
238 regulator-max-microvolt = <1400000>;
245 regulator-max-microvolt = <3000000>;
252 regulator-max-microvolt = <1400000>;
259 regulator-max-microvolt = <1400000>;
266 regulator-max-microvolt = <1500000>;
277 regulator-max-microvolt = <3300000>;
288 regulator-max-microvolt = <3300000>
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
frame_classify.c 27 /* (o) Index to the max-energy sub frame */
32 int16_t max, scale; local
48 max = WebRtcSpl_MaxAbsValueW16(residualFIX, iLBCenc_inst->blockl);
49 scale = WebRtcSpl_GetSizeInBits((uint32_t)(max * max));
  /external/webrtc/webrtc/system_wrappers/source/
metrics_default.cc 18 Histogram* HistogramFactoryGetCounts(const std::string& name, int min, int max,
  /external/libchrome/base/metrics/
sample_map.cc 34 int64_t* max,
62 void SampleMapIterator::Get(Sample* min, int64_t* max, Count* count) const {
66 if (max)
67 *max = strict_cast<int64_t>(iter_->first) + 1;
114 int64_t max; local
117 iter->Get(&min, &max, &count);
118 if (strict_cast<int64_t>(min) + 1 != max)
  /external/skia/include/utils/
SkRandom.h 58 * Returns value [min...max) as a float
60 float nextRangeF(float min, float max) {
61 return min + this->nextF() * (max - min);
74 [min, max] inclusive.
76 uint32_t nextRangeU(uint32_t min, uint32_t max) {
77 SkASSERT(min <= max);
78 uint32_t range = max - min + 1;
100 in the range [min..max).
102 SkScalar nextRangeScalar(SkScalar min, SkScalar max) {
103 return this->nextUScalar1() * (max - min) + min
    [all...]
  /external/skqp/include/utils/
SkRandom.h 58 * Returns value [min...max) as a float
60 float nextRangeF(float min, float max) {
61 return min + this->nextF() * (max - min);
74 [min, max] inclusive.
76 uint32_t nextRangeU(uint32_t min, uint32_t max) {
77 SkASSERT(min <= max);
78 uint32_t range = max - min + 1;
100 in the range [min..max).
102 SkScalar nextRangeScalar(SkScalar min, SkScalar max) {
103 return this->nextUScalar1() * (max - min) + min
    [all...]
  /external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/
Stats.java 99 public static int max(int[] X) { method in class:Stats
100 int max = Integer.MIN_VALUE; local
106 if ( X[i] > max ) {
107 max = X[i];
110 return max;
143 public static int max(List<Integer> X) { method in class:Stats
144 int max = Integer.MIN_VALUE; local
150 if ( X.get(i) > max ) {
151 max = X.get(i);
154 return max;
    [all...]

Completed in 1023 milliseconds

<<11121314151617181920>>