Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLPriorBoxLayer.h83 cl::Buffer _max; variable
/external/ComputeLibrary/tests/framework/instruments/
DInstrumentsStats.h80 const Measurement *_max; variable
/external/ComputeLibrary/src/core/CL/kernels/
DCLPriorBoxLayerKernel.h95 cl::Buffer *_max; variable
/external/ComputeLibrary/src/cpu/operators/
DCpuSoftmax.h98 TensorInfo _max; variable
/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/
DChannelUndeliveredElementSelectOldStressTest.kt231 private val _max = atomic(-1L) in <lambda>() constant in kotlinx.coroutines.channels.ChannelUndeliveredElementSelectOldStressTest.ItemStatus
DChannelUndeliveredElementStressTest.kt247 private val _max = atomic(-1L) in <lambda>() constant
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h111 …EIGEN_DEVICE_FUNC inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : … in AlignedBox()
/external/flatbuffers/swift/Sources/FlatBuffers/
DFlatBufferBuilder.swift263 let _max = Int(_vtableStorage.maxOffset) &+ sizeofVoffset in endTable() variable
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py54 _max = max variable
/external/freetype/include/freetype/internal/
Dpsaux.h293 #define T1_NEW_TABLE_FIELD( _ident, _type, _fname, _max, _dict ) \ argument
304 #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