OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wideMultiply
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/
fp_lib.h
42
static inline void
wideMultiply
(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
73
static inline void
wideMultiply
(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
muldf3.c
80
wideMultiply
(aSignificand, bSignificand << exponentBits,
mulsf3.c
80
wideMultiply
(aSignificand, bSignificand << exponentBits,
divdf3.c
135
wideMultiply
(aSignificand << 2, reciprocal, "ient, "ientLo);
Completed in 182 milliseconds