Searched defs:x_sign (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libc/src/math/generic/ | ||
H A D | asinhf.cpp | 48 double x_sign = SIGN[x_u >> 31]; global() variable |
H A D | sincosf.cpp | 161 bool x_sign = x < 0; global() variable |
H A D | tanf.cpp | 47 bool x_sign = xbits.uintval() >> 31; global() variable |
H A D | acosf.cpp | 45 uint32_t x_sign = x_uint >> 31; global() variable |
H A D | asinf.cpp | 52 uint32_t x_sign = x_uint >> 31; global() variable |
H A D | atan2f.cpp | 240 bool x_sign = x_bits.sign().is_neg(); global() variable |