OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:do_divide
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
real.cc
98
static bool
do_divide
(REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *,
824
do_divide
(REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a,
1065
return
do_divide
(r, op0, op1);
1377
do_divide
(&u, one, r);
1704
do_divide
(&t, &u, ten_to_ptwo (m));
1730
do_divide
(&u, &u, ptentwo);
1787
do_divide
(&pten, one, &pten);
1800
we were to use
do_divide
here and then simply multiply by 10 for
2419
do_divide
(&tens[n], real_digit (1), ten_to_ptwo (n));
2463
do_divide
(r, r, &pten)
821
do_divide
(REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a,
function
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
real.cc
98
static bool
do_divide
(REAL_VALUE_TYPE *, const REAL_VALUE_TYPE *,
814
do_divide
(REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a,
1055
return
do_divide
(r, op0, op1);
1343
do_divide
(&u, one, r);
1666
do_divide
(&t, &u, ten_to_ptwo (m));
1692
do_divide
(&u, &u, ptentwo);
1749
do_divide
(&pten, one, &pten);
1762
we were to use
do_divide
here and then simply multiply by 10 for
2381
do_divide
(&tens[n], real_digit (1), ten_to_ptwo (n));
2425
do_divide
(r, r, &pten)
811
do_divide
(REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a,
function
[
all
...]
Completed in 60 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026