HomeSort by relevance Sort by last modified time
    Searched full:bits_lost (Results 1 - 2 of 2) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 103 int bits_lost; local
119 bits_lost = -((int)(hibits >> 52) & 0x7ff) - scale + 1;
120 if (bits_lost != 1 ^ (int)(hibits & 1)) {
s_fmal.c 98 int bits_lost; local
115 bits_lost = -u.bits.exp - scale + 1;
116 if (bits_lost != 1 ^ (int)(u.bits.manl & 1))

Completed in 260 milliseconds