OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cnt_h
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fp.c
462
int
cnt_h
, cnt_l, i;
552
count_leading_zeros (
cnt_h
, scale[scalesize - 1]);
554
if (
cnt_h
== 0)
583
if (i == 0 && BITS_PER_MP_LIMB -
cnt_h
> cnt_l)
588
(void) mpn_lshift (scale, scale, scalesize,
cnt_h
);
589
cy = mpn_lshift (frac, frac, fracsize,
cnt_h
);
593
else if (BITS_PER_MP_LIMB -
cnt_h
<= cnt_l)
600
BITS_PER_MP_LIMB -
cnt_h
);
603
BITS_PER_MP_LIMB -
cnt_h
);
613
BITS_PER_MP_LIMB -
cnt_h
);
460
int
cnt_h
, cnt_l, i;
local
643
int i, incr,
cnt_h
, cnt_l;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fp.c
462
int
cnt_h
, cnt_l, i;
552
count_leading_zeros (
cnt_h
, scale[scalesize - 1]);
554
if (
cnt_h
== 0)
583
if (i == 0 && BITS_PER_MP_LIMB -
cnt_h
> cnt_l)
588
(void) mpn_lshift (scale, scale, scalesize,
cnt_h
);
589
cy = mpn_lshift (frac, frac, fracsize,
cnt_h
);
593
else if (BITS_PER_MP_LIMB -
cnt_h
<= cnt_l)
600
BITS_PER_MP_LIMB -
cnt_h
);
603
BITS_PER_MP_LIMB -
cnt_h
);
613
BITS_PER_MP_LIMB -
cnt_h
);
460
int
cnt_h
, cnt_l, i;
local
643
int i, incr,
cnt_h
, cnt_l;
local
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026