Searched refs:roundGuardSticky (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/compiler-rt/lib/
H A Dadddf3.c138 const int roundGuardSticky = aSignificand & 0x7; local
149 if (roundGuardSticky > 0x4) result++;
150 if (roundGuardSticky == 0x4) result += result & 1;
H A Daddsf3.c137 const int roundGuardSticky = aSignificand & 0x7; local
148 if (roundGuardSticky > 0x4) result++;
149 if (roundGuardSticky == 0x4) result += result & 1;

Completed in 50 milliseconds