OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exp_bits
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/soft-fp/
fixddbitint.c
43
USItype
exp_bits
, mant_bits;
local
127
exp_bits
= exponent / 3;
128
exp_bits
=
exp_bits
* 10 -
exp_bits
/ 29;
130
if (
exp_bits
+ mant_bits > arprec + 1)
133
exp_bits
= (exponent + 2) / 3;
134
exp_bits
=
exp_bits
* 10 -
exp_bits
/ 30
[
all
...]
fixsdbitint.c
43
USItype
exp_bits
, mant_bits;
local
128
exp_bits
= exponent / 3;
129
exp_bits
=
exp_bits
* 10 -
exp_bits
/ 29;
131
if (
exp_bits
+ mant_bits > arprec + 1)
134
exp_bits
= (exponent + 2) / 3;
135
exp_bits
=
exp_bits
* 10 -
exp_bits
/ 30
[
all
...]
fixtdbitint.c
43
USItype
exp_bits
, mant_bits;
local
150
exp_bits
= exponent / 3;
151
exp_bits
=
exp_bits
* 10 -
exp_bits
/ 29;
157
if (
exp_bits
+ mant_bits > arprec + 1)
160
exp_bits
= (exponent + 2) / 3;
161
exp_bits
=
exp_bits
* 10 -
exp_bits
/ 30
[
all
...]
floatbitintdd.c
81
USItype
exp_bits
= 0, e;
local
89
exp_bits
= (aiprec - 54 - 4) / 10;
90
exponent =
exp_bits
* 3;
92
exp_bits
=
exp_bits
* 10 -
exp_bits
/ 30;
94
pow10_limbs = (
exp_bits
+ BIL_TYPE_SIZE - 1) / BIL_TYPE_SIZE;
97
exponent will be 363 and
exp_bits
1206. 1277 - 1206 + 1
106
__bid_pow10bitint (buf + q_limbs,
exp_bits
, exponent);
111
buf + q_limbs,
exp_bits
);
[
all
...]
floatbitintsd.c
81
USItype
exp_bits
= 0, e;
local
89
exp_bits
= (aiprec - 24 - 4) / 10;
90
exponent =
exp_bits
* 3;
92
exp_bits
=
exp_bits
* 10 -
exp_bits
/ 30;
94
pow10_limbs = (
exp_bits
+ BIL_TYPE_SIZE - 1) / BIL_TYPE_SIZE;
97
exponent will be 84 and
exp_bits
280. 317 - 280 + 1
105
__bid_pow10bitint (buf + q_limbs,
exp_bits
, exponent);
110
buf + q_limbs,
exp_bits
);
[
all
...]
floatbitinttd.c
82
USItype
exp_bits
= 0, e;
local
89
exp_bits
= ((aiprec - 113 - 4) * (UDItype) 30) / 299;
90
exponent =
exp_bits
* 3;
92
exp_bits
=
exp_bits
* 10 -
exp_bits
/ 30;
94
pow10_limbs = (
exp_bits
+ BIL_TYPE_SIZE - 1) / BIL_TYPE_SIZE;
97
exponent will be 6105 and
exp_bits
20283. 20409 - 20283 + 1
105
__bid_pow10bitint (buf + q_limbs,
exp_bits
, exponent);
110
buf + q_limbs,
exp_bits
);
[
all
...]
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026