OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:digits_q
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid128_div.c
45
digits_q
, amount;
variable
198
digits_q
= estimate_decimal_digits[bin_expon];
202
digits_q
++;
204
ed2 = 34 -
digits_q
;
496
digits_q
, amount;
659
digits_q
= estimate_decimal_digits[bin_expon];
663
digits_q
++;
665
ed2 = 34 -
digits_q
;
955
digits_q
, amount;
1113
digits_q
= estimate_decimal_digits[bin_expon]
[
all
...]
bid64_div.c
528
digits_q
, amount;
local
670
digits_q
= estimate_decimal_digits[bin_expon];
674
digits_q
++;
676
if (
digits_q
<= 16) {
686
ed2 = 16 -
digits_q
;
692
ed2 =
digits_q
- 16;
942
digits_q
, amount;
variable
1093
digits_q
= estimate_decimal_digits[bin_expon];
1097
digits_q
++;
1099
if (
digits_q
<= 16)
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid128_div.c
45
digits_q
, amount;
variable
198
digits_q
= estimate_decimal_digits[bin_expon];
202
digits_q
++;
204
ed2 = 34 -
digits_q
;
496
digits_q
, amount;
659
digits_q
= estimate_decimal_digits[bin_expon];
663
digits_q
++;
665
ed2 = 34 -
digits_q
;
955
digits_q
, amount;
1113
digits_q
= estimate_decimal_digits[bin_expon]
[
all
...]
bid64_div.c
528
digits_q
, amount;
local
670
digits_q
= estimate_decimal_digits[bin_expon];
674
digits_q
++;
676
if (
digits_q
<= 16) {
686
ed2 = 16 -
digits_q
;
692
ed2 =
digits_q
- 16;
942
digits_q
, amount;
variable
1093
digits_q
= estimate_decimal_digits[bin_expon];
1097
digits_q
++;
1099
if (
digits_q
<= 16)
[
all
...]
Completed in 21 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026