Searched refs:wideMultiply (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Ddivdf3.c141 wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo);
H A Ddivtf3.c126 wideMultiply((rep_t)recip64, (rep_t)q63b, &dummy, &r64q63);
127 wideMultiply((rep_t)recip64, (rep_t)q127blo, &dummy, &r64q127);
134 wideMultiply((rep_t)recip64, (rep_t)cHi, &dummy, &r64cH);
135 wideMultiply((rep_t)recip64, (rep_t)cLo, &dummy, &r64cL);
158 wideMultiply(aSignificand << 2, reciprocal, &quotient, &quotientLo);
177 wideMultiply(quotient, bSignificand, &dummy, &qb);
182 wideMultiply(quotient, bSignificand, &dummy, &qb);
H A Dfp_lib.h52 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { function
84 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { function
151 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { function

Completed in 175 milliseconds