OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expnegative
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fphex.c
101
int
expnegative
;
296
expnegative
= 0;
300
expnegative
= 1;
306
expnegative
= 0;
311
expnegative
= 1;
395
if (
expnegative
)
401
expnegative
= 0;
477
outchar (
expnegative
? '-' : '+');
99
int
expnegative
;
local
/src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fphex.c
101
int
expnegative
;
296
expnegative
= 0;
300
expnegative
= 1;
306
expnegative
= 0;
311
expnegative
= 1;
395
if (
expnegative
)
401
expnegative
= 0;
477
outchar (
expnegative
? '-' : '+');
99
int
expnegative
;
local
Completed in 24 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026