Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 2 of 2) sorted by relevance

/stdlib/
A Da64l.c43 int shift = 0; in a64l() local
57 result |= value << shift; in a64l()
58 shift += 6; in a64l()
A Dstrtod_l.c223 mp_size_t shift = MIN_EXP - 1 - exponent; in round_and_return() local
227 if (shift == MANT_DIG) in round_and_return()
239 else if (shift >= BITS_PER_MP_LIMB) in round_and_return()
243 round_limb = retval[(shift - 1) / BITS_PER_MP_LIMB]; in round_and_return()
244 round_bit = (shift - 1) % BITS_PER_MP_LIMB; in round_and_return()
251 if ((shift % BITS_PER_MP_LIMB) != 0) in round_and_return()
254 shift % BITS_PER_MP_LIMB); in round_and_return()
259 shift / BITS_PER_MP_LIMB); in round_and_return()
261 else if (shift > 0) in round_and_return()
263 if (TININESS_AFTER_ROUNDING && shift == 1) in round_and_return()
[all …]

Completed in 7 milliseconds