Home
last modified time | relevance | path

Searched defs:x_sign (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dasinhf.cpp48 double x_sign = SIGN[x_u >> 31]; global() variable
H A Dsincosf.cpp161 bool x_sign = x < 0; global() variable
H A Dtanf.cpp47 bool x_sign = xbits.uintval() >> 31; global() variable
H A Dacosf.cpp45 uint32_t x_sign = x_uint >> 31; global() variable
H A Dasinf.cpp52 uint32_t x_sign = x_uint >> 31; global() variable
H A Datan2f.cpp240 bool x_sign = x_bits.sign().is_neg(); global() variable