Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/numerics/numeric.ops/numeric.ops.sat/
H A Dsaturate_cast.pass.cpp50 using UIntT = __uint128_t; in test() typedef
/llvm-project/llvm/unittests/Support/
H A DScaledNumberTest.cpp29 bool operator==(const std::pair<UIntT, int16_t> &L, in operator ==()