Home
last modified time | relevance | path

Searched defs:x_is_neg (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/src/math/generic/
H A Dpowf.cpp631 const bool x_is_neg = x_u >= FloatBits::SIGN_MASK; global() variable
H A Dexpm1.cpp282 bool x_is_neg = xbits.is_neg(); global() variable