OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zero_p
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
value-range.h
66
bool
zero_p
() const;
306
irange::
zero_p
() const
function in class:irange
/src/external/gpl3/gcc/dist/gcc/
range-op-float.cc
710
|| (!op2.maybe_isnan () && op2.
zero_p
()))
735
if (lhs.
zero_p
())
881
if (lhs.
zero_p
())
995
if (lhs.
zero_p
())
1102
if (lhs.
zero_p
())
1219
if (lhs.
zero_p
())
1327
if (lhs.
zero_p
())
2266
zero_p
(const REAL_VALUE_TYPE &lb, const REAL_VALUE_TYPE &ub)
function
2638
if ((
zero_p
(lh_lb, lh_ub) && singleton_inf_p (rh_lb, rh_ub))
2639
|| (
zero_p
(rh_lb, rh_ub) && singleton_inf_p (lh_lb, lh_ub))
[
all
...]
value-range.h
92
virtual bool
zero_p
() const;
302
virtual bool
zero_p
() const override;
505
virtual bool
zero_p
() const override;
714
bool
zero_p
() const { return m_vrange->
zero_p
(); }
function in class:Value_Range
927
irange::
zero_p
() const
function in class:irange
value-range.cc
167
vrange::
zero_p
() const
function in class:vrange
922
frange::
zero_p
() const
function in class:frange
2590
// Test
zero_p
().
2592
ASSERT_TRUE (r0.
zero_p
());
2675
ASSERT_TRUE (r0.
zero_p
());
2884
ASSERT_TRUE (r0.
zero_p
() && !r0.signbit_p (signbit));
2888
ASSERT_TRUE (r0.
zero_p
() && !r0.signbit_p (signbit));
2894
ASSERT_TRUE (r0.
zero_p
());
Completed in 99 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026