OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:known_gt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
poly-int.h
1347
#define
known_gt
(A, B) (!maybe_le (A, B))
macro
2574
/*
known_gt
(POS1 + SIZE1, POS2) [infinite precision]
2575
-->
known_gt
(SIZE1, POS2 - POS1) [infinite precision]
2576
-->
known_gt
(SIZE1, POS2 - lower_bound (POS1, POS2)) [infinite precision]
2578
-->
known_gt
(SIZE1, span1::cast (POS2 - lower_bound (POS1, POS2))).
2581
nonzero, since
known_gt
(0, x) is false for all nonnegative x.
2608
return (
known_gt
(size1, POLY_INT_TYPE (T2) (0))
/src/external/gpl3/gcc.old/dist/gcc/
poly-int.h
1407
#define
known_gt
(A, B) (!maybe_le (A, B))
macro
2638
/*
known_gt
(POS1 + SIZE1, POS2) [infinite precision]
2639
-->
known_gt
(SIZE1, POS2 - POS1) [infinite precision]
2640
-->
known_gt
(SIZE1, POS2 - lower_bound (POS1, POS2)) [infinite precision]
2642
-->
known_gt
(SIZE1, span1::cast (POS2 - lower_bound (POS1, POS2))).
2645
nonzero, since
known_gt
(0, x) is false for all nonnegative x.
2672
return (
known_gt
(size1, POLY_INT_TYPE (T2) (0))
Completed in 28 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026