Home
last modified time | relevance | path

Searched defs:x_e (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dbitfield-promote.c24 __typeof(s.e + s.e) x_e; variable
25 int x_e; variable
/llvm-project/libc/src/math/generic/
H A Dcbrtf.cpp111 unsigned x_e = static_cast<unsigned>(xd_bits.get_biased_exponent()); global() variable
H A Dcos.cpp60 uint16_t x_e = xbits.get_biased_exponent(); global() variable
H A Dsin.cpp61 uint16_t x_e = xbits.get_biased_exponent(); global() variable
H A Dpowf.cpp392 int32_t x_e = is_odd_integer() local
403 int32_t x_e = is_integer() local
H A Dlog2.cpp864 int x_e = -FPBits_t::EXP_BIAS; global() variable
H A Dlog.cpp742 int x_e = -FPBits_t::EXP_BIAS; global() variable
H A Dlog10.cpp744 int x_e = -FPBits_t::EXP_BIAS; global() variable
H A Dsincos.cpp62 uint16_t x_e = xbits.get_biased_exponent(); global() variable
H A Dlog1p.cpp962 int x_e = xhi_bits.get_exponent() + (idx >> 7); variable
H A Dtan.cpp148 uint16_t x_e = xbits.get_biased_exponent(); global() variable