Home
last modified time | relevance | path

Searched refs:wideMultiply (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_lib.h44 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { in wideMultiply() function
69 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { in wideMultiply() function
139 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { in wideMultiply() function
H A Dfp_mul_impl.inc82 wideMultiply(aSignificand, bSignificand << exponentBits, &productHi,
H A Dfp_div_impl.inc340 wideMultiply(x_UQ0, aSignificand << 1, &quotient_UQ1, &dummy);