Searched refs:max (Results 101 - 125 of 4319) sorted by relevance

1234567891011>>

/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
H A Dthousands_sep.pass.cpp61 assert(f.thousands_sep() == std::numeric_limits<char>::max());
65 assert(f.thousands_sep() == std::numeric_limits<char>::max());
69 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
73 assert(f.thousands_sep() == std::numeric_limits<wchar_t>::max());
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
H A Dmax.pass.cpp15 // result_type max() const;
25 D::result_type m = d.max();
/external/libcxx/test/numerics/rand/rand.util/rand.util.canonical/
H A Dgenerate_canonical.pass.cpp25 assert(f == (16807 - E::min()) / (E::max() - E::min() + F(1)));
32 assert(f == (16807 - E::min()) / (E::max() - E::min() + F(1)));
39 assert(f == (16807 - E::min()) / (E::max() - E::min() + F(1)));
46 assert(f == (16807 - E::min()) / (E::max() - E::min() + F(1)));
53 assert(f == (16807 - E::min()) / (E::max() - E::min() + F(1)));
61 assert(f == (16807 - E::min()) / (E::max() - E::min() + F(1)));
68 assert(f == (16807 - E::min()) / (E::max() - E::min() + F(1)));
77 (282475249 - E::min()) * (E::max() - E::min() + F(1))) /
78 ((E::max() - E::min() + F(1)) * (E::max()
[all...]
/external/tinyalsa/
H A Dtinypcminfo.c134 unsigned int max; local
184 max = pcm_params_get_max(params, PCM_PARAM_RATE);
185 printf(" Rate:\tmin=%uHz\tmax=%uHz\n", min, max);
187 max = pcm_params_get_max(params, PCM_PARAM_CHANNELS);
188 printf(" Channels:\tmin=%u\t\tmax=%u\n", min, max);
190 max = pcm_params_get_max(params, PCM_PARAM_SAMPLE_BITS);
191 printf(" Sample bits:\tmin=%u\t\tmax=%u\n", min, max);
193 max = pcm_params_get_max(params, PCM_PARAM_PERIOD_SIZE);
194 printf(" Period size:\tmin=%u\t\tmax=%u\n", min, max);
196 max
[all...]
/external/chromium_org/cc/test/
H A Dfake_proxy.cc31 void FakeProxy::SetMaxPartialTextureUpdates(size_t max) { argument
32 max_partial_texture_updates_ = max;
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Denterprise_info.css20 max-width: 640px;
33 @media (max-height:480px) and (max-width:400px) {
39 @media (max-width:400px) {
/external/chromium_org/remoting/host/
H A Dhost_secret.cc23 // Generates cryptographically strong random number in the range [0, max).
24 int CryptoRandomInt(int max) { argument
27 return random_int32 % max;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMeterElement.idl27 attribute double max;
/external/chromium_org/third_party/libjpeg_turbo/
H A Dtjutil.h43 #ifndef max
44 #define max(a,b) ((a)>(b)?(a):(b)) macro
/external/eigen/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_visitors.cpp16 float max = m.maxCoeff(&maxRow, &maxCol); local
22 cout << "Max: " << max << ", at: " <<
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dstat.h9 u64 max, min; member in struct:stats
23 stats->max = 0;
/external/chromium_org/third_party/skia/tools/
H A DStats.h16 max = samples[0];
19 if (samples[i] > max) { max = samples[i]; }
39 // Normalize samples to [min, max] in as many quanta as we have distinct bars to print.
41 if (min == max) {
49 s /= (max - min);
58 double max;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2444.js51 assertEquals(-Infinity, Math.max());
55 Math.max(object_factory(0, NaN, [0])));
60 Math.max(object_factory(0, NaN, [0, 0]),
66 Math.max(object_factory(0, NaN, [0, 0, 0]),
73 Math.max(object_factory(0, 2, [0, 0, 0]),
80 Math.max(object_factory(0, 2, [0, 0, 0]),
/external/deqp/framework/randomshaders/
H A DrsgUtils.hpp53 inline float getQuantizedFloat (de::Random& rnd, float min, float max, float step) argument
55 int numSteps = (int)((max-min)/step);
59 inline bool quantizeFloatRange (float& min, float& max) argument
64 if (newMin <= max)
69 float newMax = deFloatFloor(max*subdiv)/subdiv;
71 max = newMax;
/external/iptables/extensions/
H A Dlibxt_length.c29 info->max = cb->val.u16_range[0];
31 info->max = cb->val.u16_range[1];
42 if (info->min == info->max)
45 printf("%u:%u", info->min, info->max);
53 if (info->min == info->max)
56 printf("%u:%u", info->min, info->max);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DTableSwitchInsnNode.java56 public int max; field in class:TableSwitchInsnNode
73 * @param max the maximum key value.
80 final int max,
86 this.max = max;
103 mv.visitTableSwitchInsn(min, max, dflt.getLabel(), labels);
108 max,
78 TableSwitchInsnNode( final int min, final int max, final LabelNode dflt, final LabelNode[] labels) argument

Completed in 3013 milliseconds

1234567891011>>