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

  /external/compiler-rt/lib/
adddf3.c 138 const int roundGuardSticky = aSignificand & 0x7;
149 if (roundGuardSticky > 0x4) result++;
150 if (roundGuardSticky == 0x4) result += result & 1;
addsf3.c 137 const int roundGuardSticky = aSignificand & 0x7;
148 if (roundGuardSticky > 0x4) result++;
149 if (roundGuardSticky == 0x4) result += result & 1;

Completed in 530 milliseconds