Searched defs:x_is_neg (Results 1 – 2 of 2) sorted by relevance
/llvm-project/libc/src/math/generic/ | ||
H A D | powf.cpp | 631 const bool x_is_neg = x_u >= FloatBits::SIGN_MASK; global() variable |
H A D | expm1.cpp | 282 bool x_is_neg = xbits.is_neg(); global() variable |