Searched refs:sup (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/mpfr/src/
H A Datan.c281 /* First, if |x| < 1, we need to have more prec to be able to round (sup)
283 mpfr_prec_t sup; local
284 sup = MPFR_GET_EXP (xp) < 0 ? 2 - MPFR_GET_EXP (xp) : 1; /* sup >= 1 */
286 n0 = MPFR_INT_CEIL_LOG2 ((realprec + sup) + 3);
288 prec = (realprec + sup) + 1 + MPFR_INT_CEIL_LOG2 (3*n0-2);
/haiku-buildtools/gcc/libstdc++-v3/include/
H A DMakefile.am949 stamp-std stamp-bits stamp-bits-sup stamp-c_base stamp-c_compatibility \
978 stamp-bits-sup: stamp-bits ${bits_sup_headers}
980 @$(STAMP) stamp-bits-sup
H A DMakefile.in1226 stamp-std stamp-bits stamp-bits-sup stamp-c_base stamp-c_compatibility \
1423 stamp-bits-sup: stamp-bits ${bits_sup_headers}
1425 @$(STAMP) stamp-bits-sup
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c7175 Unit *up, *sup; /* work */ local
7182 sup=up; /* save msu pointer */
7194 if (count==1 && dn->digits==1) *sup=0; /* here 9 -> 0[.9] */
7196 *sup=(Unit)powers[count-1]-1; /* here 999.. in msu -> 99.. */

Completed in 181 milliseconds