Lines Matching defs:x_u
60 uint32_t x_u = xbits.uintval();
68 if (x_u < 0x4c5d65a5U) {
70 switch (x_u) {
84 if (LIBC_UNLIKELY(x_u < FPBits::min_normal().uintval())) {
94 x_u = xbits.uintval();
98 switch (x_u) {
117 if (LIBC_UNLIKELY(x_u > FPBits::max_normal().uintval())) {
118 if (x_u == 0x8000'0000U) {
138 if (LIBC_UNLIKELY((x_u & 0x007f'ffffU) == 0))
148 m += static_cast<int>((x_u + (1 << 16)) >> 23);