Home
last modified time | relevance | path

Searched defs:max_signed (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dcomprehension.py336 max_signed = BinaryFnType("max_signed") global() variable in BinaryFn
450 max_signed = ReduceFnType(BinaryFn.max_signed) global() variable in ReduceFn
/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy_move_trivial.pass.cpp241 constexpr auto max_signed = std::numeric_limits<int>::max(); in test_different_signedness() local