OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thisunit
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c
4241
Unit
thisunit
; /* current unit being accumulated */
local
4502
thisunit
=0; /* current unit assumed 0 */
4528
thisunit
++; /* as though subtracted */
4545
thisunit
=(Unit)(
thisunit
+mult); /* accumulate */
4566
if (accunits!=0 ||
thisunit
!=0) { /* is first or non-zero */
4567
*accnext=
thisunit
; /* store in accumulator */
4571
for (pow=&powers[1];
thisunit
>=*pow; pow++) accdigits++;
/src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c
4241
Unit
thisunit
; /* current unit being accumulated */
local
4502
thisunit
=0; /* current unit assumed 0 */
4528
thisunit
++; /* as though subtracted */
4545
thisunit
=(Unit)(
thisunit
+mult); /* accumulate */
4566
if (accunits!=0 ||
thisunit
!=0) { /* is first or non-zero */
4567
*accnext=
thisunit
; /* store in accumulator */
4571
for (pow=&powers[1];
thisunit
>=*pow; pow++) accdigits++;
/src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c
4241
Unit
thisunit
; /* current unit being accumulated */
local
4502
thisunit
=0; /* current unit assumed 0 */
4528
thisunit
++; /* as though subtracted */
4545
thisunit
=(Unit)(
thisunit
+mult); /* accumulate */
4566
if (accunits!=0 ||
thisunit
!=0) { /* is first or non-zero */
4567
*accnext=
thisunit
; /* store in accumulator */
4571
for (pow=&powers[1];
thisunit
>=*pow; pow++) accdigits++;
/src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c
4241
Unit
thisunit
; /* current unit being accumulated */
local
4502
thisunit
=0; /* current unit assumed 0 */
4528
thisunit
++; /* as though subtracted */
4545
thisunit
=(Unit)(
thisunit
+mult); /* accumulate */
4566
if (accunits!=0 ||
thisunit
!=0) { /* is first or non-zero */
4567
*accnext=
thisunit
; /* store in accumulator */
4571
for (pow=&powers[1];
thisunit
>=*pow; pow++) accdigits++;
Completed in 66 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026