Home
last modified time | relevance | path

Searched defs:_max (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/images/kernel_read_write/
Dtest_common.h20 #define CLAMP(_val, _min, _max) \ argument
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DChannelUndeliveredElementStressTest.kt235 private val _max = atomic(-1L) in <lambda>() constant
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h75 …EIGEN_DEVICE_FUNC inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : … in AlignedBox()
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py54 _max = max variable
/external/freetype/include/freetype/internal/
Dpsaux.h297 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
308 #define T1_NEW_TABLE_FIELD2( _ident, _type, _fname, _max, _dict ) \ argument
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5409 builtin_builder::_max(builtin_available_predicate avail, in _max() function in builtin_builder