HomeSort by relevance Sort by last modified time
    Searched refs:_max (Results 1 - 20 of 20) sorted by null

  /external/grpc-grpc/src/python/grpcio_tests/tests/qps/
histogram.py 36 self._max = 0
45 self._max = 0
54 self._max = max(self._max, val)
62 data.max_seen = self._max
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/
set.h 56 #define set_new(a,_max) \
57 if (((a).setword=(unsigned *)calloc(NumWords(_max),BytesPerWord))==NULL) \
58 fprintf(stderr, "set_new: Cannot allocate set with max of %d\n", _max); \
59 (a).n = NumWords(_max);
  /external/parameter-framework/upstream/parameter/
IntegerParameterType.h 76 userValue > static_cast<UserType>(_max)) {
97 xmlElement.getAttribute("Max", _max);
99 if (_min > _max) {
101 std::to_string(_min) + " > " + std::to_string(_max) + ").");
115 xmlElement.setAttribute("Max", _max);
187 if (iConvertedValue < _min || iConvertedValue > _max) {
280 << "Max: " << _max << "\n"; variable
312 if (value < _min || value > _max) {
325 stream << _max; local
329 stream << _min << ", " << _max; local
    [all...]
  /external/lzma/CPP/Common/
StringToInt.cpp 18 if (res > (k_ ## uintType ## _max) / 10) return 0; \
21 if (res > (k_ ## uintType ## _max) - v) return 0; \
  /external/libopus/celt/
fixed_c5x.h 46 #define MAX16(a,b) _max(a,b)
fixed_c6x.h 50 #define MAX16(a,b) _max(a,b)
  /external/freetype/include/freetype/internal/
psaux.h 302 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \
308 _max, \
313 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \
319 _max, 0, \
    [all...]
  /external/libpcap/
pcap-dos.h 77 #define max(a,b) _max(a,b)
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 72 /** Constructs a box with extremities \a _min and \a _max.
73 * \warning If either component of \a _min is larger than the same component of \a _max, the constructed box is empty. */
75 EIGEN_DEVICE_FUNC inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max(_max) {}
  /external/u-boot/drivers/power/regulator/
sandbox.c 22 #define RANGE(_min, _max, _step) { \
24 .max = _max, \
  /external/mesa3d/src/mesa/x86/
mmx_blend.S 342 #define TAG(x) CONCAT(x,_max)
343 #define LLTAG(x) LLBL2(x,_max)
  /external/tensorflow/tensorflow/compiler/tf2xla/python/
xla.py 51 _max = max variable
  /external/scapy/scapy/
utils.py     [all...]
  /external/guice/extensions/persist/lib/
oro-2.0.8.jar 
db4o-6.4.14.8131-java5.jar 
  /external/bcc/src/lua/bcc/vendor/
argparse.lua 176 self["_min" .. name], self["_max" .. name] = min, max
  /external/tensorflow/tensorflow/python/ops/
array_ops.py     [all...]
math_ops.py     [all...]
  /external/tensorflow/tensorflow/lite/schema/
schema_generated.h 8800 auto _max = _o->max.size() ? _fbb.CreateVector(_o->max) : 0; local
10612 auto _max = _o->max; local
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 4058 builtin_builder::_max(builtin_available_predicate avail, function in class:builtin_builder
    [all...]

Completed in 4117 milliseconds