Home
last modified time | relevance | path

Searched defs:x_exp (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Drange_reduction_fma.h44 LIBC_INLINE int64_t large_range_reduction(double x, int x_exp, double &y) {
H A Drange_reduction.h60 LIBC_INLINE int64_t large_range_reduction(double x, int x_exp, double &y) {
H A Dlog1p.cpp890 uint16_t x_exp = xbits.get_biased_exponent(); variable
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/generic/
H A Dsqrt_80_bit_long_double.h60 int x_exp = bits.get_explicit_exponent(); in sqrt() local
H A DFMA.h163 int x_exp = 0; local