OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:accnext
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
4221
Unit *
accnext
; /* -> where next digit will go */
local
4500
accnext
=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4567
*
accnext
=thisunit; /* store in accumulator */
4575
accnext
--; /* ready for next */
4598
/* if early stop), starting at
accnext
+1 (its lsu) */
4604
*
accnext
=0; /* .. whose value is 0 */
4606
else
accnext
++; /* back to last placed */
4607
/*
accnext
now -> lowest unit of result */
4619
Unit lsu=*
accnext
;
4634
accunits=decShiftToLeast(
accnext
, accunits, drop)
[
all
...]
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
4221
Unit *
accnext
; /* -> where next digit will go */
local
4500
accnext
=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4567
*
accnext
=thisunit; /* store in accumulator */
4575
accnext
--; /* ready for next */
4598
/* if early stop), starting at
accnext
+1 (its lsu) */
4604
*
accnext
=0; /* .. whose value is 0 */
4606
else
accnext
++; /* back to last placed */
4607
/*
accnext
now -> lowest unit of result */
4619
Unit lsu=*
accnext
;
4634
accunits=decShiftToLeast(
accnext
, accunits, drop)
[
all
...]
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
4221
Unit *
accnext
; /* -> where next digit will go */
local
4500
accnext
=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4567
*
accnext
=thisunit; /* store in accumulator */
4575
accnext
--; /* ready for next */
4598
/* if early stop), starting at
accnext
+1 (its lsu) */
4604
*
accnext
=0; /* .. whose value is 0 */
4606
else
accnext
++; /* back to last placed */
4607
/*
accnext
now -> lowest unit of result */
4619
Unit lsu=*
accnext
;
4634
accunits=decShiftToLeast(
accnext
, accunits, drop)
[
all
...]
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
4221
Unit *
accnext
; /* -> where next digit will go */
local
4500
accnext
=acc+acclength-1; /* -> msu of acc [NB: allows digits+1] */
4567
*
accnext
=thisunit; /* store in accumulator */
4575
accnext
--; /* ready for next */
4598
/* if early stop), starting at
accnext
+1 (its lsu) */
4604
*
accnext
=0; /* .. whose value is 0 */
4606
else
accnext
++; /* back to last placed */
4607
/*
accnext
now -> lowest unit of result */
4619
Unit lsu=*
accnext
;
4634
accunits=decShiftToLeast(
accnext
, accunits, drop)
[
all
...]
Completed in 32 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026