/third_party/flatbuffers/tests/ |
D | monster_test.schema.json | 32 "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 …]
|
D | arrays_test.schema.json | 12 … "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/ |
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/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/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/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()
|
/third_party/freetype/include/freetype/ |
D | ftmm.h | 79 FT_Long maximum; member 161 FT_Fixed 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/grpc/src/ruby/qps/ |
D | histogram.rb | 61 def maximum method in Histogram
|
/third_party/mindspore/tests/ut/cpp/ops/ |
D | test_ops_maximum.cc | 33 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.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/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/ |
D | clip_by_value_fusion.py | 19 maximum = P.Maximum() variable
|
D | clip_by_norm_no_div_square_sum_fusion.py | 20 maximum = P.Maximum() variable
|
/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
|