Searched refs:bs2 (Results 1 – 1 of 1) sorted by relevance
/haiku/src/system/libroot/posix/stdlib/ |
H A D | strtod.c | 1127 int bb2, bb5, bbe, bd2, bd5, bbbits, bs2, c, dsign, in strtod() local 1389 bs2 = bb2; in strtod() 1406 if (i > bs2) in strtod() 1407 i = bs2; in strtod() 1411 bs2 -= i; in strtod() 1425 if (bs2 > 0) in strtod() 1426 bs = lshift(bs, bs2); in strtod()
|