Searched refs:min (Results 201 - 225 of 3802) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/intltest/
H A Dcaltztst.h40 UDate date(int32_t y, int32_t m, int32_t d, int32_t hr=0, int32_t min=0, int32_t sec=0);
44 // Date utcDate(int y, int m, int d, int hr=0, int min=0, int sec=0);
47 void dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec);
H A Dtzregts.h53 UDate findTransitionBinary(const SimpleTimeZone& tz, UDate min, UDate max);
54 UDate findTransitionStepwise(const SimpleTimeZone& tz, UDate min, UDate max);
/external/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
H A Dvalues.pass.cpp23 // static constexpr result_type min() { return 0; }
41 /*static_*/assert((E::min() == 0)/*, ""*/);
57 /*static_*/assert((E::min() == 0)/*, ""*/);
/external/libcxx/test/utilities/time/time.duration/time.duration.special/
H A DAndroid.mk23 test_name := utilities/time/time.duration/time.duration.special/min
24 test_src := min.pass.cpp
/external/libcxx/test/utilities/time/time.traits/time.traits.duration_values/
H A DAndroid.mk23 test_name := utilities/time/time.traits/time.traits.duration_values/min
24 test_src := min.pass.cpp
/external/libvorbis/vq/
H A Dlatticebuild.c133 double min=quantlist[0]; local
136 for(j=1;j<quantvals;j++)if(quantlist[j]<min)min=quantlist[j];
145 double test=fac*(quantlist[j]-min)/mindel;
153 fprintf(stderr,"min=%g mindel=%g\n",min,mindel);
155 c.q_min=_float32_pack(min);
159 min=_float32_unpack(c.q_min);
162 c.quantlist[j]=rint((quantlist[j]-min)/mindel);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dstat.c17 if (val < stats->min)
18 stats->min = val;
/external/ppp/pppd/include/
H A Dpcap-int.h102 #ifndef min
103 #define min(a, b) ((a) > (b) ? (b) : (a)) macro
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DColor.cpp53 return 0xFF000000 | std::max(0, std::min(r, 255)) << 16 | std::max(0, std::min(g, 255)) << 8 | std::max(0, std::min(b, 255));
58 return std::max(0, std::min(a, 255)) << 24 | std::max(0, std::min(r, 255)) << 16 | std::max(0, std::min(g, 255)) << 8 | std::max(0, std::min(b, 255));
64 return std::max(0, std::min(static_cast<int>(lroundf(255.0f * f)), 255));
298 float multiplier = std::min(1.0f, v + 0.33f) / v;
407 double min
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_slices.js46 var tsLo = sliceHits.bounds.min;
78 var min = Number.MAX_VALUE;
83 startOfFirstOccurrence = Math.min(slice.start,
87 min = Math.min(slice.duration, min);
97 var statistics = {min: min,
/external/chromium_org/base/
H A Drand_util.h18 // Returns a random number between min and max (inclusive). Thread-safe.
19 BASE_EXPORT int RandInt(int min, int max);
/external/chromium_org/chrome/browser/resources/options/
H A Dstartup_overlay.css6 min-width: 500px;
11 min-height: 64px;
/external/chromium_org/content/common/
H A Dgamepad_user_gesture.cc21 unsigned buttons_to_check = std::min(pad.buttonsLength,
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DDateTimeChooserAndroid.java43 double min, double max, double step,
45 mInputDialogContainer.showDialog(dialogType, dialogValue, min, max, step, suggestions);
53 double min, double max, double step,
59 chooser.showDialog(dialogType, dialogValue, min, max, step, suggestions);
42 showDialog(int dialogType, double dialogValue, double min, double max, double step, DateTimeSuggestion[] suggestions) argument
49 createDateTimeChooser( ContentViewCore contentViewCore, long nativeDateTimeChooserAndroid, int dialogType, double dialogValue, double min, double max, double step, DateTimeSuggestion[] suggestions) argument
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
H A Drun_tests.py31 return min(errors, 127) # Make sure the return value doesn't "wrap".
/external/chromium_org/net/disk_cache/blockfile/
H A Dhistogram_macros.h21 #define CACHE_HISTOGRAM_CUSTOM_COUNTS(name, sample, min, max, bucket_count) \
24 name, min, max, bucket_count, \
38 #define CACHE_HISTOGRAM_CUSTOM_TIMES(name, sample, min, max, bucket_count) \
41 name, min, max, bucket_count, \
/external/chromium_org/net/quic/
H A Dport_suggester.h28 // Generate a pseudo-random int in the inclusive range from |min| to |max|.
30 int SuggestPort(int min, int max);
/external/chromium_org/ppapi/api/private/
H A Dppb_uma_private.idl29 [in] int64_t min,
42 [in] int32_t min,
/external/chromium_org/ppapi/proxy/
H A Duma_private_resource.cc44 int64_t min,
52 min,
61 int32_t min,
69 min,
40 HistogramCustomTimes( PP_Instance instance, struct PP_Var name, int64_t sample, int64_t min, int64_t max, uint32_t bucket_count) argument
57 HistogramCustomCounts( PP_Instance instance, struct PP_Var name, int32_t sample, int32_t min, int32_t max, uint32_t bucket_count) argument
/external/chromium_org/third_party/polymer/components/core-item/
H A Dcore-item.css13 min-height: 40px;
18 min-height: 2.5em;
/external/chromium_org/third_party/polymer/components-chromium/core-item/
H A Dcore-item.css13 min-height: 40px;
18 min-height: 2.5em;
/external/chromium_org/third_party/polymer/components-chromium/core-splitter/
H A Dcore-splitter-extracted.js70 var min = this.target.__splitterMinSize = this.horizontal ? 'minHeight' : 'minWidth';
71 this.target.style[min] = this.minSize + 'px';
/external/chromium_org/third_party/re2/re2/
H A Dsimplify.cc122 // Simplifies the expression re{min,max} in terms of *, +, and ?.
125 static Regexp* SimplifyRepeat(Regexp* re, int min, int max,
307 // Simplifies the expression re{min,max} in terms of *, +, and ?.
313 Regexp* SimplifyWalker::SimplifyRepeat(Regexp* re, int min, int max, argument
318 if (min == 0)
322 if (min == 1)
327 nre->AllocSub(min);
328 VLOG(1) << "Simplify " << min;
330 for (int i = 0; i < min-1; i++)
332 nre_subs[min
[all...]
/external/chromium_org/v8/test/webkit/
H A Ddfg-min-max.js25 "This tests that Math.min and Math.max for doubles works correctly in the DFG JIT."
29 return Math.min(a, b);
/external/eigen/doc/examples/
H A DTutorial_ArrayClass_cwise_other.cpp17 cout << "a.min(a.abs().sqrt()) =" << endl
18 << a.min(a.abs().sqrt()) << endl;

Completed in 2992 milliseconds

1234567891011>>