Home
last modified time | relevance | path

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

1234

/third_party/flatbuffers/tests/
Dmonster_test.schema.json32 "type" : "integer", "minimum" : -2147483648, "maximum" : 2147483647 number
71 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
74 "type" : "integer", "minimum" : -128, "maximum" : 127 number
116 "type" : "integer", "minimum" : 0, "maximum" : 4294967295 number
119 "type" : "integer", "minimum" : 0, "maximum" : 4294967295 number
146 … "type" : "integer", "minimum" : -9223372036854775808, "maximum" : 9223372036854775807 number
149 "type" : "integer", "minimum" : 0, "maximum" : 65535 number
158 "type" : "integer", "minimum" : 0, "maximum" : 18446744073709551615 number
171 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
174 "type" : "integer", "minimum" : -32768, "maximum" : 32767 number
[all …]
Darrays_test.schema.json12 … "type" : "array", "items" : {"type" : "integer", "minimum" : -2147483648, "maximum" : 2147483647}, number
25 …rray", "items" : {"type" : "integer", "minimum" : -9223372036854775808, "maximum" : 92233720368547… number
39 … "type" : "array", "items" : {"type" : "integer", "minimum" : -2147483648, "maximum" : 2147483647}, number
44 "type" : "integer", "minimum" : -128, "maximum" : 127 number
52 "type" : "integer", "minimum" : -2147483648, "maximum" : 2147483647 number
55 …rray", "items" : {"type" : "integer", "minimum" : -9223372036854775808, "maximum" : 92233720368547… number
/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/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/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/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()
/third_party/freetype/include/freetype/
Dftmm.h79 FT_Long maximum; member
161 FT_Fixed 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/grpc/src/ruby/qps/
Dhistogram.rb61 def maximum method in Histogram
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_maximum.cc33 auto maximum = std::make_shared<Maximum>(); in TEST_F() local
/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/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dclip_by_value_fusion.py19 maximum = P.Maximum() variable
Dclip_by_norm_no_div_square_sum_fusion.py20 maximum = P.Maximum() variable
/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

1234