Searched refs:wideMultiply (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_lib.h | 44 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 D | fp_mul_impl.inc | 82 wideMultiply(aSignificand, bSignificand << exponentBits, &productHi,
|
| H A D | fp_div_impl.inc | 340 wideMultiply(x_UQ0, aSignificand << 1, "ient_UQ1, &dummy);
|