Home
last modified time | relevance | path

Searched refs:__rx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__compare/
H A Dstrong_order.h57 int32_t __rx = std::bit_cast<int32_t>(__t); in __go() local
59 __rx = (__rx < 0) ? (numeric_limits<int32_t>::min() - __rx - 1) : __rx; in __go()
61 return (__rx <=> __ry); in __go()
63 int64_t __rx = std::bit_cast<int64_t>(__t); in __go() local
65 __rx = (__rx < 0) ? (numeric_limits<int64_t>::min() - __rx - 1) : __rx; in __go()
67 return (__rx <=> __ry); in __go()