Home
last modified time | relevance | path

Searched defs:maximum (Results 1 – 25 of 68) sorted by relevance

123

/third_party/boost/libs/histogram/examples/
Dguide_custom_accumulators_2.cpp20 struct maximum { in main() struct
22 void operator()(double x) { in main()
25 double value = 0; // value is initialized to zero in main()
Dguide_custom_accumulators_simple.cpp20 struct maximum { in main() struct
22 void operator()(double x) { in main()
25 double value = 0; // value is public and initialized to zero in main()
/third_party/boost/libs/signals2/example/
Dcustom_combiners.cpp24 struct maximum struct
48 // signal which uses our custom "maximum" combiner in maximum_combiner_example() argument
/third_party/boost/boost/numeric/odeint/external/thrust/
Dthrust_algebra.hpp37 struct maximum struct
41 Value operator()( const Fac1 t1 , const Fac2 t2 ) const in operator ()()
46 typedef Value result_type;
/third_party/boost/boost/graph/parallel/
Dalgorithm.hpp35 struct maximum : std::binary_function<T, T, T> struct
37 const T& operator()(const T& x, const T& y) const { return x < y? y : x; } in operator ()()
/third_party/boost/boost/mpi/
Doperations.hpp59 struct maximum struct
61 typedef T first_argument_type;
62 typedef T second_argument_type;
63 typedef T result_type;
65 const T& operator()(const T& x, const T& y) const in operator ()()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/flowunits/
DLinearShape.h44 void setMaximum(float maximum) { in setMaximum()
DExponentialShape.h59 void setMaximum(float maximum) { in setMaximum()
/third_party/glib/gobject/
Dgparamspecs.h624 gint8 maximum; member
641 guint8 maximum; member
671 gint maximum; member
688 guint maximum; member
705 glong maximum; member
722 gulong maximum; member
739 gint64 maximum; member
756 guint64 maximum; member
820 gfloat maximum; member
840 gdouble maximum; member
Dgparamspecs.c1650 gint8 maximum, in g_param_spec_char()
1692 guint8 maximum, in g_param_spec_uchar()
1778 gint maximum, in g_param_spec_int()
1822 guint maximum, in g_param_spec_uint()
1866 glong maximum, in g_param_spec_long()
1911 gulong maximum, in g_param_spec_ulong()
1955 gint64 maximum, in g_param_spec_int64()
2000 guint64 maximum, in g_param_spec_uint64()
2184 gfloat maximum, in g_param_spec_float()
2229 gdouble maximum, in g_param_spec_double()
Dgenums.h161 gint maximum; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/
Dftmm.h80 FT_Long maximum; member
162 FT_Fixed maximum; member
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftmm.h79 FT_Long maximum; member
161 FT_Fixed maximum; member
/third_party/freetype/include/freetype/
Dftmm.h79 FT_Long maximum; member
161 FT_Fixed maximum; member
/third_party/grpc/src/ruby/qps/
Dhistogram.rb61 def maximum method in Histogram
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/
D.tonic_example.js7 "bar": { "type": "number", "maximum": 3 } property
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbcd.h207 unsigned int maximum) in vbi_bcd_digits_greater()
/third_party/grpc/src/php/tests/qps/
Dhistogram.php65 public function maximum() { function in Histogram
/third_party/glib/gio/
Dgsettingsschema-internal.h38 GVariant *minimum, *maximum; member
/third_party/boost/boost/intrusive/detail/
Dbstree_algorithms_base.hpp113 static node_ptr maximum(node_ptr node) in maximum() function in boost::intrusive::bstree_algorithms_base
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/compile/
Drules.js9 rules: [ { 'maximum': ['exclusiveMaximum'] }, property
/third_party/typescript/tests/cases/compiler/
DstaticAnonymousTypeNotReferencingTypeParameter.ts116 static maximum<T>(dit: typeof ListWrapper, list: T[], predicate: (t: T) => number): T { method in ListWrapper
/third_party/json/test/src/
Dunit-serialization.cpp204 constexpr auto maximum = (std::numeric_limits<T>::max)(); variable
/third_party/boost/boost/safe_numerics/
Dutility.hpp243 const T * maximum = l.begin(); in minmax() local
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/
Dindex.spec.js45 maximum: 2 property

123