Home
last modified time | relevance | path

Searched defs:x_mant (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libc/src/__support/FPUtil/generic/
H A Dsqrt_80_bit_long_double.h59 StorageType x_mant = bits.get_mantissa(); sqrt() local
H A DFMA.h194 InStorageType x_mant = x_bits.get_explicit_mantissa(); global() local
/llvm-project/libc/src/math/generic/
H A Dpowf.cpp696 uint32_t x_mant = x_u & FloatBits::FRACTION_MASK; global() variable