OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expon_x
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid64_string.c
253
int
expon_x
= 0, sgn_expon, ndigits, add_expon = 0, midpoint =
local
482
expon_x
= (
expon_x
<< 1) + (
expon_x
<< 3);
483
expon_x
+= (int) (c - '0');
496
expon_x
= -
expon_x
;
498
expon_x
+= add_expon + DECIMAL_EXPONENT_BIAS;
500
if (
expon_x
< 0) {
505
get_BID64_UF (sign_x,
expon_x
, coefficient_x, rounded, rnd_mode
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid64_string.c
253
int
expon_x
= 0, sgn_expon, ndigits, add_expon = 0, midpoint =
local
482
expon_x
= (
expon_x
<< 1) + (
expon_x
<< 3);
483
expon_x
+= (int) (c - '0');
496
expon_x
= -
expon_x
;
498
expon_x
+= add_expon + DECIMAL_EXPONENT_BIAS;
500
if (
expon_x
< 0) {
505
get_BID64_UF (sign_x,
expon_x
, coefficient_x, rounded, rnd_mode
[
all
...]
Completed in 48 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026