OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HONOR_NANS
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
real.cc
5515
HONOR_NANS
(machine_mode m)
5521
HONOR_NANS
(const_tree t)
5523
return
HONOR_NANS
(element_mode (t));
5527
HONOR_NANS
(const_rtx x)
5529
return
HONOR_NANS
(GET_MODE (x));
5532
/* Like
HONOR_NANs
, but true if we honor signaling NaNs (or sNaNs). */
5537
return flag_signaling_nans &&
HONOR_NANS
(m);
5552
/* As for
HONOR_NANS
, but true if the mode can represent infinity and
5573
/* Like
HONOR_NANS
, but true if the given mode distinguishes between
5594
/* Like
HONOR_NANS
, but true if given mode supports sign-dependent rounding
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
real.cc
5467
HONOR_NANS
(machine_mode m)
5473
HONOR_NANS
(const_tree t)
5475
return
HONOR_NANS
(element_mode (t));
5479
HONOR_NANS
(const_rtx x)
5481
return
HONOR_NANS
(GET_MODE (x));
5484
/* Like
HONOR_NANs
, but true if we honor signaling NaNs (or sNaNs). */
5489
return flag_signaling_nans &&
HONOR_NANS
(m);
5504
/* As for
HONOR_NANS
, but true if the mode can represent infinity and
5525
/* Like
HONOR_NANS
, but true if the given mode distinguishes between
5546
/* Like
HONOR_NANS
, but true if given mode supports sign-dependent rounding
[
all
...]
Completed in 20 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026