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

  /external/compiler-rt/lib/builtins/
divdf3.c 135 rep_t quotient, quotientLo;
136 wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo);
divtf3.c 149 rep_t quotient, quotientLo;
150 wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo);

Completed in 222 milliseconds