HomeSort by: relevance | last modified time | path
    Searched refs:wideMultiply (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divtf3.c 117 wideMultiply((rep_t)recip64, (rep_t)q63b, &dummy, &r64q63);
118 wideMultiply((rep_t)recip64, (rep_t)q127blo, &dummy, &r64q127);
125 wideMultiply((rep_t)recip64, (rep_t)cHi, &dummy, &r64cH);
126 wideMultiply((rep_t)recip64, (rep_t)cLo, &dummy, &r64cL);
150 wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo);
169 wideMultiply(quotient, bSignificand, &dummy, &qb);
174 wideMultiply(quotient, bSignificand, &dummy, &qb);
fp_lib.h 54 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
86 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
151 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
divdf3.c 134 wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo);

Completed in 14 milliseconds