OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oflow
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc
1098
int
oflow
= real_from_string (&realvoidmode, copy);
1099
*overflow = (
oflow
== 0 ? OT_NONE
1100
: (
oflow
< 0 ? OT_UNDERFLOW : OT_OVERFLOW));
1103
if (
oflow
< 0 || !real_equal (&realvoidmode, &dconst0))
1096
int
oflow
= real_from_string (&realvoidmode, copy);
local
/src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc
1374
int
oflow
= real_from_string (&realvoidmode, copy);
1375
*overflow = (
oflow
== 0 ? OT_NONE
1376
: (
oflow
< 0 ? OT_UNDERFLOW : OT_OVERFLOW));
1379
if (
oflow
< 0 || !real_equal (&realvoidmode, &dconst0))
1372
int
oflow
= real_from_string (&realvoidmode, copy);
local
Completed in 15 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026