Home
last modified time | relevance | path

Searched defs:maxvalue (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSummaryOps.cu38 at::acc_type<input_t, /*is_cuda=*/true> maxvalue, in getBin()
179 at::acc_type<input_t, /*is_cuda=*/true> maxvalue, in CUDA_tensor_histogram()
282 const bounds_t maxvalue = nbins; in _bincount_cuda_template() local
324 input_t maxvalue = max; in _histc_cuda_template() local
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/
Dsemaphore.c21 int maxvalue; member
454 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue, in newsemlockobject()
483 int maxvalue, const char *name, int unlink) in _multiprocessing_SemLock_impl()
542 int kind, int maxvalue, in _multiprocessing_SemLock__rebuild_impl()
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/
Dsemaphore.c18 int maxvalue; member
409 newsemlockobject(PyTypeObject *type, SEM_HANDLE handle, int kind, int maxvalue) in newsemlockobject()
429 int kind, maxvalue, value; in semlock_new() local
479 int kind, maxvalue; in semlock_rebuild() local
/aosp_15_r20/external/cronet/ipc/
H A Dparam_traits_macros.h39 #define IPC_ENUM_TRAITS_MAX_VALUE(type, maxvalue) \ argument
45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(typ, minvalue, maxvalue) \ argument
/aosp_15_r20/external/libchrome/ipc/
H A Dparam_traits_macros.h38 #define IPC_ENUM_TRAITS_MAX_VALUE(type, maxvalue) \ argument
45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, minvalue, maxvalue) \ argument
/aosp_15_r20/external/python/cpython3/Modules/_multiprocessing/clinic/
Dsemaphore.c.h170 int maxvalue; in _multiprocessing_SemLock() local
236 int maxvalue; in _multiprocessing_SemLock__rebuild() local
/aosp_15_r20/external/python/rsa/tests/
Dtest_prime.py53 def fake_randint(maxvalue): argument
/aosp_15_r20/external/libvpx/test/
H A Ddct_partial_test.cc76 const int16_t maxvalue = in RunTest() local
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DtkSimpleDialog.py176 minvalue = None, maxvalue = None, argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/test/
Dfloat_types_test.cpp297 test_t maxvalue = (std::numeric_limits<test_t>::max)(); in test_float_typess_for_overflows() local
/aosp_15_r20/external/python/cpython2/Lib/multiprocessing/
Dsynchronize.py74 def __init__(self, kind, value, maxvalue): argument
/aosp_15_r20/external/python/cpython3/Lib/tkinter/
Dsimpledialog.py274 minvalue = None, maxvalue = None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dsynchronize.py50 def __init__(self, kind, value, maxvalue, *, ctx): argument
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py50 def __init__(self, kind, value, maxvalue, *, ctx): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dsynchronize.py50 def __init__(self, kind, value, maxvalue, *, ctx): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dsynchronize.py50 def __init__(self, kind, value, maxvalue, *, ctx): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dsynchronize.py50 def __init__(self, kind, value, maxvalue, *, ctx): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dsynchronize.py50 def __init__(self, kind, value, maxvalue, *, ctx): argument
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_mov_inst.h319 uint32_t maxvalue = ((1 << (highBit - lowBit)) - 1) | (1 << (highBit - lowBit)); in SetBits() local
/aosp_15_r20/external/leveldb/db/
H A Ddb_impl.cc90 static void ClipToRange(T* ptr, V minvalue, V maxvalue) { in ClipToRange()