Searched defs:x_e (Results 1 – 11 of 11) sorted by relevance
/llvm-project/clang/test/Sema/ | ||
H A D | bitfield-promote.c | 24 __typeof(s.e + s.e) x_e; variable |
/llvm-project/libc/src/math/generic/ | ||
H A D | cbrtf.cpp | 111 unsigned x_e = static_cast<unsigned>(xd_bits.get_biased_exponent()); global() variable |
H A D | cos.cpp | 60 uint16_t x_e = xbits.get_biased_exponent(); global() variable |
H A D | sin.cpp | 61 uint16_t x_e = xbits.get_biased_exponent(); global() variable |
H A D | powf.cpp | 392 int32_t x_e = is_odd_integer() local |
H A D | log2.cpp | 864 int x_e = -FPBits_t::EXP_BIAS; global() variable |
H A D | log.cpp | 742 int x_e = -FPBits_t::EXP_BIAS; global() variable |
H A D | log10.cpp | 744 int x_e = -FPBits_t::EXP_BIAS; global() variable |
H A D | sincos.cpp | 62 uint16_t x_e = xbits.get_biased_exponent(); global() variable |
H A D | log1p.cpp | 962 int x_e = xhi_bits.get_exponent() + (idx >> 7); variable |
H A D | tan.cpp | 148 uint16_t x_e = xbits.get_biased_exponent(); global() variable |