HomeSort by relevance Sort by last modified time
    Searched defs:max (Results 476 - 500 of 3625) sorted by null

<<11121314151617181920>>

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 211 int max = length * 5;
212 for (int i = 0; i < max; i += 5) {
230 int max = length * 5;
231 for (int i = 0; i < max; i += 5) {
252 int max = length * 5;
253 for (int i = 0; i < max; i += 5) {
272 int max = length * 5;
273 for (int i = 0; i < max; i += 5) {
294 int max = length * 5;
295 for (int i = 0; i < max; i += 5)
209 int max = length * 5; local
228 int max = length * 5; local
250 int max = length * 5; local
270 int max = length * 5; local
292 int max = length * 5; local
312 int max = length * 5; local
578 int max; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
matrix_ops_simple_test.cc 67 auto max = builder.Max(lhs, rhs); local
72 aexpected(row, col) = std::max((*alhs)(row, col), (*arhs)(row, col));
132 auto max = builder.Max(lhs, rhs); local
vector_ops_simple_test.cc 198 auto max = builder.Map({x, y}, add, {0}); local
211 auto max = builder.Max(x, y); local
230 auto max = builder.Max(v1, v2); local
270 auto max = builder.Max(v1, v2); local
281 auto max = builder.Max(x, y); local
307 auto clamp = builder.Min(builder.Max(x, zero), one)
386 auto max = builder.Max(z_value, zero); local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
fake_quant_ops.cc 62 OP_REQUIRES_OK(context, context->GetAttr("max", &max_));
64 InvalidArgument("min has to be smaller than max, was: ", min_,
102 OP_REQUIRES_OK(context, context->GetAttr("max", &max_));
104 InvalidArgument("min has to be smaller than max, was: ", min_,
153 const float min, const float max, const int quant_min, const int quant_max,
162 typename TTypes<float>::ConstFlat inputs, const float min, const float max,
193 const Tensor& max = context->input(2); variable
201 min.scalar<float>(), max.scalar<float>(), quant_min_, quant_max_,
235 const Tensor& max = context->input(3); variable
252 input.flat<float>(), min.scalar<float>(), max.scalar<float>()
326 const Tensor& max = context->input(2); variable
376 const Tensor& max = context->input(3); variable
    [all...]
  /external/tensorflow/tensorflow/tools/graph_transforms/
freeze_requantization_ranges_test.cc 39 float max; member in struct:tensorflow::graph_transforms::MinMaxRecord
184 EXPECT_NEAR(10.584145f, records[0].max, 1e-5f);
187 EXPECT_NEAR(2.0f, records[1].max, 1e-5f);
  /external/tinyalsa/
tinyhostless.c 156 unsigned int max; local
166 max = pcm_params_get_max(params, param);
167 if (value > max) {
169 param_unit, max, param_unit);
tinymix.c 191 int min, max; local
261 max = mixer_ctl_get_range_max(ctl);
262 printf("%s(dsrange %d->%d)", space, min, max);
  /external/v8/src/builtins/
builtins-math.cc 320 double max = 0; local
332 if (max < abs_value) {
333 max = abs_value;
338 if (max == V8_INFINITY) {
346 if (max == 0) {
349 DCHECK_GT(max, 0);
356 double n = abs_values.at(i) / max;
363 return *isolate->factory()->NewNumber(std::sqrt(sum) * max);
  /external/v8/src/crankshaft/
hydrogen-flow-engine.h 121 int max = block->end()->SuccessorCount(); local
122 for (int i = 0; i < max; i++) {
126 if (max == 1 && succ->predecessors()->length() == 1) {
  /external/v8/src/inspector/
injected-script-source.js 134 function max(a, b) function
869 properties: isTable ? 1000 : max(5, firstLevelKeysCount),
870 indexes: isTable ? 1000 : max(100, firstLevelKeysCount),
    [all...]
  /external/v8/src/zone/
accounting-allocator.cc 89 base::AtomicWord max = base::NoBarrier_Load(&max_memory_usage_); local
90 while (current > max) {
91 max = base::NoBarrier_CompareAndSwap(&max_memory_usage_, max, current);
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.h 33 #undef max macro
  /external/webrtc/webrtc/base/
helpers.cc 34 // Protect against max macro inclusion.
35 #undef max macro
304 return CreateRandomId() / (std::numeric_limits<uint32_t>::max() +
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.c 43 int16_t max, crossSquareMax, crossSquare; local
74 max = WebRtcSpl_MaxAbsValueW16((*iLBCdec_inst).prevResidual,
76 scale3 = (WebRtcSpl_GetSizeInBits(max)<<1) - 25;
encode.c 58 int16_t scale, max; local
156 max=WebRtcSpl_MaxAbsValueW16(&residual[index], 2*SUBL);
157 scale = WebRtcSpl_GetSizeInBits((uint32_t)(max * max));
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
transform_mips.c 31 int32_t inre1, inre2, tmpre, tmpim, factor, max, max1; local
46 "mul %[max], $zero, $zero \n\t"
104 "slt %[r0], %[max], %[r4] \n\t"
105 "movn %[max], %[r4], %[r0] \n\t"
106 "slt %[r1], %[max], %[r6] \n\t"
107 "movn %[max], %[r6], %[r1] \n\t"
177 "slt %[r2], %[max], %[r1] \n\t"
178 "movn %[max], %[r1], %[r2] \n\t"
179 "slt %[r2], %[max], %[r0] \n\t"
180 "movn %[max], %[r0], %[r2] \n\t
609 int32_t r0, r1, r2, r3, r4, r5, r6, r7, r8, r9, max, max1; local
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_file_processor.h 35 TickIntervalStats() : min(std::numeric_limits<int64_t>::max()) {}
37 TickInterval max; member in struct:webrtc::TickIntervalStats
68 proc_time_->max = std::max(proc_time_->max, interval);
  /external/webrtc/webrtc/system_wrappers/test/TestSort/
TestSort.cc 20 #undef max macro
115 // Uniform [-max()/2, max()/2] for signed
116 // [0, max()] for unsigned
117 return static_cast<Type>(floatRand * std::numeric_limits<Type>::max());
  /external/zlib/src/examples/
enough.c 15 Fix bug for initial root table size == max - 1
127 len: 1..max - 1 (max == maximum code length in bits)
134 len is less than max, since the code completes immediately when len == max.
138 We build the array with length max-1 lists for the len index, with syms-3
170 local int max; /* maximum allowed bit length for the codes */ variable
179 #define INDEX(i,j,k) (((size_t)((i-1)>>1)*((i-2)>>1)+(j>>1)-1)*(max-1)+k-1)
199 len through max inclusive, coding syms symbols, with left bit patterns of
202 calculation. Uses the globals max and num. *
    [all...]
  /external/zlib/src/
gzread.c 28 unsigned get, max = ((unsigned)-1 >> 2) + 1; local
33 if (get > max)
34 get = max;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 100 rmax = pointer to max(<s[i]*s[j]>), (Word32)
107 rmax contains the newly calculated max(<s[i]*s[j]>)
111 p_max = lag of the max correlation found (Word16)
142 p_max = lag of the max correlation found (Word16)
184 Word32 *rmax, // o : max(<s[i]*s[j]>)
205 Word32 max, t0;
209 max = MIN_32;
214 if (L_sub (corr[-i], max) >= 0)
216 max = corr[-i];
234 *rmax = max;
325 Word32 max; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 42 Word32 i, j, max, R0, R1, R2; local
55 max = MIN_32;
85 if(R0 >= max)
87 max = R0;
pitch_f4.c 81 Word16 max, t0, step, temp; local
99 max = corr[t0_min];
103 if (corr[i] >= max)
105 max = corr[i];
132 max = Interpol_4(&corr[t0], fraction);
137 if(temp > max)
139 max = temp;
  /frameworks/base/core/java/android/net/metrics/
NetworkMetrics.java 150 j.add(String.format("dns avg=%dms max=%dms err=%.1f%% tot=%d",
151 (int) dnsLatencies.average(), (int) dnsLatencies.max,
153 j.add(String.format("connect avg=%dms max=%dms err=%.1f%% tot=%d",
154 (int) connectLatencies.average(), (int) connectLatencies.max,
167 public double max = Double.MIN_VALUE; field in class:NetworkMetrics.Metrics
173 this.max = Math.max(this.max, that.max);
183 max = Math.max(max, value)
    [all...]
  /frameworks/base/core/java/android/util/
MathUtils.java 63 public static float max(float a, float b) { method in class:MathUtils
67 public static float max(int a, int b) { method in class:MathUtils
71 public static float max(float a, float b, float c) { method in class:MathUtils
75 public static float max(int a, int b, int c) { method in class:MathUtils

Completed in 637 milliseconds

<<11121314151617181920>>