Searched defs:minvalue (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | SummaryOps.cu | 37 at::acc_type<input_t, /*is_cuda=*/true> minvalue, in getBin() 178 at::acc_type<input_t, /*is_cuda=*/true> minvalue, in CUDA_tensor_histogram() 281 const bounds_t minvalue = 0; in _bincount_cuda_template() local 323 input_t minvalue = min; in _histc_cuda_template() local
|
/aosp_15_r20/external/cronet/ipc/ |
H A D | param_traits_macros.h | 45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(typ, minvalue, maxvalue) \ argument
|
/aosp_15_r20/external/libchrome/ipc/ |
H A D | param_traits_macros.h | 45 #define IPC_ENUM_TRAITS_MIN_MAX_VALUE(type, minvalue, maxvalue) \ argument
|
/aosp_15_r20/external/libvpx/test/ |
H A D | dct_partial_test.cc | 78 const int16_t minvalue = -maxvalue; in RunTest() local
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | tkSimpleDialog.py | 176 minvalue = None, maxvalue = None, argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/lexical_cast/test/ |
D | float_types_test.cpp | 292 test_t minvalue = (std::numeric_limits<test_t>::min)(); in test_float_typess_for_overflows() local
|
/aosp_15_r20/external/python/cpython3/Lib/tkinter/ |
D | simpledialog.py | 274 minvalue = None, maxvalue = None, argument
|
/aosp_15_r20/external/leveldb/db/ |
H A D | db_impl.cc | 90 static void ClipToRange(T* ptr, V minvalue, V maxvalue) { in ClipToRange()
|