Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_fma.c105 int bits_lost; in add_and_denormalize() local
121 bits_lost = -((int)(hibits >> 52) & 0x7ff) - scale + 1; in add_and_denormalize()
122 if ((bits_lost != 1) ^ (int)(hibits & 1)) { in add_and_denormalize()
Ds_fmal.c100 int bits_lost; in add_and_denormalize() local
117 bits_lost = -u.bits.exp - scale + 1; in add_and_denormalize()
118 if ((bits_lost != 1) ^ (int)(u.bits.manl & 1)) in add_and_denormalize()