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_zerop
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.cc
2851
||
real_zerop
(expr)
3162
real_zerop
(const_tree expr)
3172
return
real_zerop
(TREE_REALPART (expr))
3173
&&
real_zerop
(TREE_IMAGPART (expr));
3180
if (!
real_zerop
(VECTOR_CST_ENCODED_ELT (expr, i)))
3206
&&
real_zerop
(TREE_IMAGPART (expr));
3232
&&
real_zerop
(TREE_IMAGPART (expr));
3250
/* Can't use
real_zerop
here, as it always returns false for decimal
10458
if (
real_zerop
(init)
10474
|| (
real_zerop
(init
3158
real_zerop
(const_tree expr)
function
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree.cc
2812
||
real_zerop
(expr)
3123
real_zerop
(const_tree expr)
3133
return
real_zerop
(TREE_REALPART (expr))
3134
&&
real_zerop
(TREE_IMAGPART (expr));
3141
if (!
real_zerop
(VECTOR_CST_ENCODED_ELT (expr, i)))
3167
&&
real_zerop
(TREE_IMAGPART (expr));
3193
&&
real_zerop
(TREE_IMAGPART (expr));
3211
/* Can't use
real_zerop
here, as it always returns false for decimal
10260
if (
real_zerop
(init)
10276
|| (
real_zerop
(init
3119
real_zerop
(const_tree expr)
function
[
all
...]
Completed in 38 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026