Home
last modified time | relevance | path

Searched defs:IntLike (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue51925.go11 type IntLike interface { interface
23 func min[T IntLike](x, y T) T {
31 func Min[T IntLike, NumSlice ~[]T](nums NumSlice) T {
39 func VarMin[T IntLike](nums ...T) T {
/aosp_15_r20/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py124 class IntLike(object): class
/aosp_15_r20/external/python/cpython3/Lib/ctypes/test/
Dtest_numbers.py124 class IntLike(object): class
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ctypes/test/
H A Dtest_numbers.py124 class IntLike(object): class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_memoryio.py14 class IntLike: class
Dtest_itertools.py1347 class IntLike(object): class
/aosp_15_r20/external/pytorch/torch/_prims_common/
H A D__init__.py52 IntLike = (int, torch.SymInt) variable