Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dfp_lib.h55 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { in wideMultiply() function
89 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { in wideMultiply() function
158 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);