HomeSort by: relevance | last modified time | path
    Searched defs:quotientLo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divdf3.c 133 rep_t quotient, quotientLo;
134 wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo);
divtf3.c 149 rep_t quotient, quotientLo;
150 wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo);

Completed in 12 milliseconds