OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIVCOUNT
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c
173
#define
DIVCOUNT
0 /* 1 to instrument subtractions counter */
195
#if
DIVCOUNT
197
uInt
divcount
=0; /* subtractions count [this divide] */
local
432
#if
DIVCOUNT
434
divcount
++;
581
#if
DIVCOUNT
582
if (
divcount
>maxcount) { /* new high-water nark */
583
maxcount=
divcount
;
/src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c
173
#define
DIVCOUNT
0 /* 1 to instrument subtractions counter */
195
#if
DIVCOUNT
197
uInt
divcount
=0; /* subtractions count [this divide] */
local
432
#if
DIVCOUNT
434
divcount
++;
581
#if
DIVCOUNT
582
if (
divcount
>maxcount) { /* new high-water nark */
583
maxcount=
divcount
;
/src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c
173
#define
DIVCOUNT
0 /* 1 to instrument subtractions counter */
195
#if
DIVCOUNT
197
uInt
divcount
=0; /* subtractions count [this divide] */
local
432
#if
DIVCOUNT
434
divcount
++;
581
#if
DIVCOUNT
582
if (
divcount
>maxcount) { /* new high-water nark */
583
maxcount=
divcount
;
/src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c
173
#define
DIVCOUNT
0 /* 1 to instrument subtractions counter */
195
#if
DIVCOUNT
197
uInt
divcount
=0; /* subtractions count [this divide] */
local
432
#if
DIVCOUNT
434
divcount
++;
581
#if
DIVCOUNT
582
if (
divcount
>maxcount) { /* new high-water nark */
583
maxcount=
divcount
;
Completed in 40 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026