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_ge
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
poly-int.h
1350
#define
known_ge
(A, B) (!maybe_lt (A, B))
macro
1467
gcc_checking_assert (
known_ge
(a, POLY_INT_TYPE (Ca) (0)));
1477
if (
known_ge
(a, b))
2541
&&
known_ge
(val, pos)
2612
&&
known_ge
(pos1, pos2)
poly-int.h
1350
#define
known_ge
(A, B) (!maybe_lt (A, B))
macro
1467
gcc_checking_assert (
known_ge
(a, POLY_INT_TYPE (Ca) (0)));
1477
if (
known_ge
(a, b))
2541
&&
known_ge
(val, pos)
2612
&&
known_ge
(pos1, pos2)
/src/external/gpl3/gcc.old/dist/gcc/
poly-int.h
1410
#define
known_ge
(A, B) (!maybe_lt (A, B))
macro
1527
gcc_checking_assert (
known_ge
(a, POLY_INT_TYPE (Ca) (0)));
1537
if (
known_ge
(a, b))
2605
&&
known_ge
(val, pos)
2676
&&
known_ge
(pos1, pos2)
poly-int.h
1410
#define
known_ge
(A, B) (!maybe_lt (A, B))
macro
1527
gcc_checking_assert (
known_ge
(a, POLY_INT_TYPE (Ca) (0)));
1537
if (
known_ge
(a, b))
2605
&&
known_ge
(val, pos)
2676
&&
known_ge
(pos1, pos2)
Completed in 59 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026