Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/numeric.ops/numeric.ops.sat/
H A Dsaturate_cast.pass.cpp50 using UIntT = __uint128_t; in test() typedef
/aosp_15_r20/external/llvm/unittests/Support/
H A DScaledNumberTest.cpp30 bool operator==(const std::pair<UIntT, int16_t> &L, in operator ==()