OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:real_identical
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
real.cc
1315
real_identical
(const REAL_VALUE_TYPE *a, const REAL_VALUE_TYPE *b)
1907
gcc_assert (
real_identical
(&r, r_orig));
2876
return
real_identical
(&t, a);
5179
if (!
real_identical
(&t, x) && x->sign)
5197
if (!
real_identical
(&t, x) && ! x->sign)
5326
return
real_identical
(c, &cint);
5339
if (
real_identical
(c, &cint))
1312
real_identical
(const REAL_VALUE_TYPE *a, const REAL_VALUE_TYPE *b)
function
/src/external/gpl3/gcc.old/dist/gcc/
real.cc
1281
real_identical
(const REAL_VALUE_TYPE *a, const REAL_VALUE_TYPE *b)
1869
gcc_assert (
real_identical
(&r, r_orig));
2822
return
real_identical
(&t, a);
5131
if (!
real_identical
(&t, x) && x->sign)
5149
if (!
real_identical
(&t, x) && ! x->sign)
5278
return
real_identical
(c, &cint);
5291
if (
real_identical
(c, &cint))
1278
real_identical
(const REAL_VALUE_TYPE *a, const REAL_VALUE_TYPE *b)
function
Completed in 22 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026