OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wideMultiply
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/builtins/
divtf3.c
117
wideMultiply
((rep_t)recip64, (rep_t)q63b, &dummy, &r64q63);
118
wideMultiply
((rep_t)recip64, (rep_t)q127blo, &dummy, &r64q127);
125
wideMultiply
((rep_t)recip64, (rep_t)cHi, &dummy, &r64cH);
126
wideMultiply
((rep_t)recip64, (rep_t)cLo, &dummy, &r64cL);
150
wideMultiply
(aSignificand << 2, reciprocal, "ient, "ientLo);
169
wideMultiply
(quotient, bSignificand, &dummy, &qb);
174
wideMultiply
(quotient, bSignificand, &dummy, &qb);
fp_lib.h
54
static inline void
wideMultiply
(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
86
static inline void
wideMultiply
(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
151
static inline void
wideMultiply
(rep_t a, rep_t b, rep_t *hi, rep_t *lo) {
divdf3.c
136
wideMultiply
(aSignificand << 2, reciprocal, "ient, "ientLo);
Completed in 44 milliseconds