Home
last modified time | relevance | path

Searched refs:bExponent (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Ddivsf3.c26 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent; in __divsf3() local
34 if (aExponent-1U >= maxExponent-1U || bExponent-1U >= maxExponent-1U) { in __divsf3()
75 int quotientExponent = aExponent - bExponent + scale; in __divsf3()
H A Ddivdf3.c26 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent; in __divdf3() local
34 if (aExponent-1U >= maxExponent-1U || bExponent-1U >= maxExponent-1U) { in __divdf3()
75 int quotientExponent = aExponent - bExponent + scale; in __divdf3()
H A Ddivtf3.c26 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent; in __divtf3() local
34 if (aExponent-1U >= maxExponent-1U || bExponent-1U >= maxExponent-1U) { in __divtf3()
75 int quotientExponent = aExponent - bExponent + scale; in __divtf3()
H A Dfp_add_impl.inc61 int bExponent = bRep >> significandBits & maxExponent;
67 if (bExponent == 0) bExponent = normalize(&bSignificand);
83 const unsigned int align = aExponent - bExponent;
H A Dfp_mul_impl.inc19 const unsigned int bExponent = toRep(b) >> significandBits & maxExponent;
27 if (aExponent-1U >= maxExponent-1U || bExponent-1U >= maxExponent-1U) {
78 int productExponent = aExponent + bExponent - exponentBias + scale;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstring.d5793 bool bDecimalPoint, bExponent, bComplex, sawDigits;
5816 bExponent = false;
5826 if (bExponent || i + 1 >= iLen)
5832 bExponent = true;
5853 (!bDecimalPoint && !bExponent && !bComplex))
5857 (bDecimalPoint || bExponent || bComplex))
5860 (bDecimalPoint || bExponent || bComplex))
5873 (!bDecimalPoint && !bExponent && !bComplex))
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d6116 bool bDecimalPoint, bExponent, bComplex, sawDigits;
6139 bExponent = false;
6149 if (bExponent || i + 1 >= iLen)
6155 bExponent = true;
6176 (!bDecimalPoint && !bExponent && !bComplex))
6180 (bDecimalPoint || bExponent || bComplex))
6183 (bDecimalPoint || bExponent || bComplex))
6196 (!bDecimalPoint && !bExponent && !bComplex))