Home
last modified time | relevance | path

Searched refs:xExp (Results 1 – 25 of 68) sorted by relevance

123

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DSqrtLongDoubleX86.h69 int xExp = bits.getExponent();
76 internal::normalize<long double>(xExp, xMant);
80 if (xExp & 1) {
81 --xExp;
120 xExp = ((xExp >> 1) + FPBits<long double>::exponentBias);
121 y |= (static_cast<UIntType>(xExp)
131 out.setUnbiasedExponent(xExp);
H A DSqrt.h121 int xExp = bits.getExponent(); in sqrt() local
126 ++xExp; // let xExp be the correct exponent of One bit. in sqrt()
127 internal::normalize<T>(xExp, xMant); in sqrt()
133 if (xExp & 1) { in sqrt()
134 --xExp; in sqrt()
173 xExp = ((xExp >> 1) + FPBits<T>::exponentBias); in sqrt()
175 y = (y - One) | (static_cast<UIntType>(xExp) << MantissaWidth<T>::value); in sqrt()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/utils/FPUtil/
H A DSqrtLongDoubleX86.h70 int xExp = bits.getExponent();
77 internal::normalize<long double>(xExp, xMant);
81 if (xExp & 1) {
82 --xExp;
121 xExp = ((xExp >> 1) + FPBits<long double>::exponentBias);
122 y |= (static_cast<UIntType>(xExp)
132 out.exponent = xExp;
H A DSqrt.h115 int xExp = bits.getExponent(); in sqrt() local
120 ++xExp; // let xExp be the correct exponent of One bit. in sqrt()
121 internal::normalize<T>(xExp, xMant); in sqrt()
127 if (xExp & 1) { in sqrt()
128 --xExp; in sqrt()
167 xExp = ((xExp >> 1) + FPBits<T>::exponentBias); in sqrt()
169 y = (y - One) | (static_cast<UIntType>(xExp) << MantissaWidth<T>::value); in sqrt()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/src/__support/FPUtil/
H A DSqrtLongDoubleX86.h69 int xExp = bits.getExponent();
76 internal::normalize<long double>(xExp, xMant);
80 if (xExp & 1) {
81 --xExp;
120 xExp = ((xExp >> 1) + FPBits<long double>::exponentBias);
121 y |= (static_cast<UIntType>(xExp)
131 out.setUnbiasedExponent(xExp);
H A DSqrt.h121 int xExp = bits.getExponent(); in sqrt() local
126 ++xExp; // let xExp be the correct exponent of One bit. in sqrt()
127 internal::normalize<T>(xExp, xMant); in sqrt()
133 if (xExp & 1) { in sqrt()
134 --xExp; in sqrt()
173 xExp = ((xExp >> 1) + FPBits<T>::exponentBias); in sqrt()
175 y = (y - One) | (static_cast<UIntType>(xExp) << MantissaWidth<T>::value); in sqrt()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DSqrtLongDoubleX86.h69 int xExp = bits.getExponent();
76 internal::normalize<long double>(xExp, xMant);
80 if (xExp & 1) {
81 --xExp;
120 xExp = ((xExp >> 1) + FPBits<long double>::exponentBias);
121 y |= (static_cast<UIntType>(xExp)
131 out.setUnbiasedExponent(xExp);
H A DSqrt.h121 int xExp = bits.getExponent(); in sqrt() local
126 ++xExp; // let xExp be the correct exponent of One bit. in sqrt()
127 internal::normalize<T>(xExp, xMant); in sqrt()
133 if (xExp & 1) { in sqrt()
134 --xExp; in sqrt()
173 xExp = ((xExp >> 1) + FPBits<T>::exponentBias); in sqrt()
175 y = (y - One) | (static_cast<UIntType>(xExp) << MantissaWidth<T>::value); in sqrt()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/utils/FPUtil/
H A DSqrtLongDoubleX86.h70 int xExp = bits.getExponent();
77 internal::normalize<long double>(xExp, xMant);
81 if (xExp & 1) {
82 --xExp;
121 xExp = ((xExp >> 1) + FPBits<long double>::exponentBias);
122 y |= (static_cast<UIntType>(xExp)
132 out.exponent = xExp;
H A DSqrt.h115 int xExp = bits.getExponent(); in sqrt() local
120 ++xExp; // let xExp be the correct exponent of One bit. in sqrt()
121 internal::normalize<T>(xExp, xMant); in sqrt()
127 if (xExp & 1) { in sqrt()
128 --xExp; in sqrt()
167 xExp = ((xExp >> 1) + FPBits<T>::exponentBias); in sqrt()
169 y = (y - One) | (static_cast<UIntType>(xExp) << MantissaWidth<T>::value); in sqrt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/utils/FPUtil/
H A DSqrtLongDoubleX86.h70 int xExp = bits.getExponent();
77 internal::normalize<long double>(xExp, xMant);
81 if (xExp & 1) {
82 --xExp;
121 xExp = ((xExp >> 1) + FPBits<long double>::exponentBias);
122 y |= (static_cast<UIntType>(xExp)
132 out.exponent = xExp;
H A DSqrt.h115 int xExp = bits.getExponent(); in sqrt() local
120 ++xExp; // let xExp be the correct exponent of One bit. in sqrt()
121 internal::normalize<T>(xExp, xMant); in sqrt()
127 if (xExp & 1) { in sqrt()
128 --xExp; in sqrt()
167 xExp = ((xExp >> 1) + FPBits<T>::exponentBias); in sqrt()
169 y = (y - One) | (static_cast<UIntType>(xExp) << MantissaWidth<T>::value); in sqrt()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/utils/FPUtil/
H A DSqrtLongDoubleX86.h69 int xExp = bits.getExponent();
76 internal::normalize<long double>(xExp, xMant);
80 if (xExp & 1) {
81 --xExp;
120 xExp = ((xExp >> 1) + FPBits<long double>::exponentBias);
121 y |= (static_cast<UIntType>(xExp)
131 out.setUnbiasedExponent(xExp);
H A DSqrt.h121 int xExp = bits.getExponent(); in sqrt() local
126 ++xExp; // let xExp be the correct exponent of One bit. in sqrt()
127 internal::normalize<T>(xExp, xMant); in sqrt()
133 if (xExp & 1) { in sqrt()
134 --xExp; in sqrt()
173 xExp = ((xExp >> 1) + FPBits<T>::exponentBias); in sqrt()
175 y = (y - One) | (static_cast<UIntType>(xExp) << MantissaWidth<T>::value); in sqrt()
/dports/emulators/hatari/hatari-2.2.1/src/cpu/softfloat/
H A Dsoftfloat_decimal.c340 int32_t decExp, zExp, xExp, shiftCount; in floatdecimal_to_floatx80() local
360 tentoint128(decSign, decExpSign, &xExp, &xSig0, &xSig1, decExp, status); in floatdecimal_to_floatx80()
363 div128by128(&zExp, &zSig0, &zSig1, xExp, xSig0, xSig1); in floatdecimal_to_floatx80()
365 mul128by128(&zExp, &zSig0, &zSig1, xExp, xSig0, xSig1); in floatdecimal_to_floatx80()
382 int32_t aExp, decExp, zExp, xExp; in floatx80_to_floatdecimal() local
442 tentoint128(lambda, 0, &xExp, &xSig0, &xSig1, iscale, status); in floatx80_to_floatdecimal()
444 …decimal_log(_T("AFTER tentoint128: zExp = %04x, zSig0 = %16llx, zSig1 = %16llx\n"), xExp, xSig0, x… in floatx80_to_floatdecimal()
451 mul128by128(&zExp, &zSig0, &zSig1, xExp, xSig0, xSig1); in floatx80_to_floatdecimal()
453 div128by128(&zExp, &zSig0, &zSig1, xExp, xSig0, xSig1); in floatx80_to_floatdecimal()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dfastlog2.go21 xExp := int64((xBits>>52)&0x7FF) - 1023
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dfastlog2.go21 xExp := int64((xBits>>52)&0x7FF) - 1023
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dfastlog2.go21 xExp := int64((xBits>>52)&0x7FF) - 1023
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dfastlog2.go21 xExp := int64((xBits>>52)&0x7FF) - 1023
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Dfastlog2.go21 xExp := int64((xBits>>52)&0x7FF) - 1023
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dfastlog2.go21 xExp := int64((xBits>>52)&0x7FF) - 1023
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dfastlog2.go21 xExp := int64((xBits>>52)&0x7FF) - 1023
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio
/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Dfastlog2.go21 xExp := int64((xBits>>52)&0x7FF) - 1023
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dfastlog2.go21 xExp := int64((xBits>>52)&0x7FF) - 1023
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/
H A Dfastlog2.go21 xExp := int64((xBits>>52)&0x7FF) - 1023
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio

123