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_maybe_zerop
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.cc
3245
real_maybe_zerop
(const_tree expr)
3255
return (
real_maybe_zerop
(TREE_REALPART (expr))
3256
||
real_maybe_zerop
(TREE_IMAGPART (expr)));
3261
if (
real_maybe_zerop
(VECTOR_CST_ENCODED_ELT (expr, i)))
3241
real_maybe_zerop
(const_tree expr)
function
/src/external/gpl3/gcc.old/dist/gcc/
tree.cc
3206
real_maybe_zerop
(const_tree expr)
3216
return (
real_maybe_zerop
(TREE_REALPART (expr))
3217
||
real_maybe_zerop
(TREE_IMAGPART (expr)));
3222
if (
real_maybe_zerop
(VECTOR_CST_ENCODED_ELT (expr, i)))
3202
real_maybe_zerop
(const_tree expr)
function
Completed in 33 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026