/third_party/boost/libs/histogram/examples/ |
D | guide_custom_accumulators_2.cpp | 20 struct maximum { in main() struct 22 void operator()(double x) { in main() 25 double value = 0; // value is initialized to zero in main()
|
D | guide_custom_accumulators_simple.cpp | 20 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/ |
D | custom_combiners.cpp | 24 struct maximum struct 48 // signal which uses our custom "maximum" combiner in maximum_combiner_example() argument
|
/third_party/boost/boost/numeric/odeint/external/thrust/ |
D | thrust_algebra.hpp | 37 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/ |
D | algorithm.hpp | 35 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/ |
D | operations.hpp | 59 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/ |
D | LinearShape.h | 44 void setMaximum(float maximum) { in setMaximum()
|
D | ExponentialShape.h | 59 void setMaximum(float maximum) { in setMaximum()
|
/third_party/glib/gobject/ |
D | gparamspecs.h | 624 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
|
D | gparamspecs.c | 1650 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()
|
D | genums.h | 161 gint maximum; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | ftmm.h | 80 FT_Long maximum; member 162 FT_Fixed maximum; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftmm.h | 79 FT_Long maximum; member 161 FT_Fixed maximum; member
|
/third_party/freetype/include/freetype/ |
D | ftmm.h | 79 FT_Long maximum; member 161 FT_Fixed maximum; member
|
/third_party/grpc/src/ruby/qps/ |
D | histogram.rb | 61 def maximum method in Histogram
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/ |
D | .tonic_example.js | 7 "bar": { "type": "number", "maximum": 3 } property
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | bcd.h | 207 unsigned int maximum) in vbi_bcd_digits_greater()
|
/third_party/grpc/src/php/tests/qps/ |
D | histogram.php | 65 public function maximum() { function in Histogram
|
/third_party/glib/gio/ |
D | gsettingsschema-internal.h | 38 GVariant *minimum, *maximum; member
|
/third_party/boost/boost/intrusive/detail/ |
D | bstree_algorithms_base.hpp | 113 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/ |
D | rules.js | 9 rules: [ { 'maximum': ['exclusiveMaximum'] }, property
|
/third_party/typescript/tests/cases/compiler/ |
D | staticAnonymousTypeNotReferencingTypeParameter.ts | 116 static maximum<T>(dit: typeof ListWrapper, list: T[], predicate: (t: T) => number): T { method in ListWrapper
|
/third_party/json/test/src/ |
D | unit-serialization.cpp | 204 constexpr auto maximum = (std::numeric_limits<T>::max)(); variable
|
/third_party/boost/boost/safe_numerics/ |
D | utility.hpp | 243 const T * maximum = l.begin(); in minmax() local
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/json-schema-traverse/spec/ |
D | index.spec.js | 45 maximum: 2 property
|