Home
last modified time | relevance | path

Searched refs:UI_Ge (Results 1 – 25 of 48) sorted by last modified time

12

/dports/lang/gnat_util/gnat_util/
H A Duintp.ads168 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
169 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
170 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
171 pragma Inline (UI_Ge);
371 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
372 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
373 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
H A Duintp.adb1622 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1625 end UI_Ge;
1627 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1630 end UI_Ge;
1632 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1635 end UI_Ge;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Duintp.adb1654 function UI_Ge (Left : Int; Right : Valid_Uint) return Boolean is subprogram
1657 end UI_Ge;
1659 function UI_Ge (Left : Valid_Uint; Right : Int) return Boolean is subprogram
1662 end UI_Ge;
1664 function UI_Ge (Left : Valid_Uint; Right : Valid_Uint) return Boolean is subprogram
1667 end UI_Ge;
H A Duintp.ads165 function UI_Ge (Left : Valid_Uint; Right : Valid_Uint) return Boolean; subprogspec
166 function UI_Ge (Left : Int; Right : Valid_Uint) return Boolean; subprogspec
167 function UI_Ge (Left : Valid_Uint; Right : Int) return Boolean; subprogspec
168 pragma Inline (UI_Ge);
381 renames UI_Ge;
383 renames UI_Ge;
385 renames UI_Ge;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Duintp.adb1594 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1597 end UI_Ge;
1599 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1602 end UI_Ge;
1604 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1607 end UI_Ge;
H A Duintp.ads158 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
159 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
160 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
161 pragma Inline (UI_Ge);
368 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
369 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
370 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Duintp.ads168 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
169 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
170 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
171 pragma Inline (UI_Ge);
378 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
379 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
380 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
H A Duintp.adb1652 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1655 end UI_Ge;
1657 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1660 end UI_Ge;
1662 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1665 end UI_Ge;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Duintp.adb1609 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1612 end UI_Ge;
1614 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1617 end UI_Ge;
1619 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1622 end UI_Ge;
H A Duintp.ads168 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
169 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
170 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
171 pragma Inline (UI_Ge);
378 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
379 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
380 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Duintp.ads158 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
159 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
160 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
161 pragma Inline (UI_Ge);
368 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
369 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
370 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
H A Duintp.adb1594 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1597 end UI_Ge;
1599 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1602 end UI_Ge;
1604 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1607 end UI_Ge;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Duintp.adb1594 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1597 end UI_Ge;
1599 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1602 end UI_Ge;
1604 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1607 end UI_Ge;
H A Duintp.ads158 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
159 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
160 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
161 pragma Inline (UI_Ge);
368 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
369 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
370 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Duintp.ads168 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
169 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
170 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
171 pragma Inline (UI_Ge);
378 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
379 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
380 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
H A Duintp.adb1609 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1612 end UI_Ge;
1614 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1617 end UI_Ge;
1619 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1622 end UI_Ge;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Duintp.adb1609 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1612 end UI_Ge;
1614 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1617 end UI_Ge;
1619 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1622 end UI_Ge;
H A Duintp.ads168 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
169 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
170 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
171 pragma Inline (UI_Ge);
371 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
372 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
373 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Duintp.adb1652 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1655 end UI_Ge;
1657 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1660 end UI_Ge;
1662 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1665 end UI_Ge;
H A Duintp.ads168 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
169 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
170 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
171 pragma Inline (UI_Ge);
378 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
379 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
380 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Duintp.adb1652 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1655 end UI_Ge;
1657 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1660 end UI_Ge;
1662 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1665 end UI_Ge;
H A Duintp.ads168 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
169 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
170 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
171 pragma Inline (UI_Ge);
378 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
379 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
380 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.adb1609 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1612 end UI_Ge;
1614 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1617 end UI_Ge;
1619 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1622 end UI_Ge;
H A Duintp.ads168 function UI_Ge (Left : Uint; Right : Uint) return Boolean; subprogspec
169 function UI_Ge (Left : Int; Right : Uint) return Boolean; subprogspec
170 function UI_Ge (Left : Uint; Right : Int) return Boolean; subprogspec
171 pragma Inline (UI_Ge);
371 function ">=" (Left : Uint; Right : Uint) return Boolean renames UI_Ge;
372 function ">=" (Left : Int; Right : Uint) return Boolean renames UI_Ge;
373 function ">=" (Left : Uint; Right : Int) return Boolean renames UI_Ge;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.adb1609 function UI_Ge (Left : Int; Right : Uint) return Boolean is subprogram
1612 end UI_Ge;
1614 function UI_Ge (Left : Uint; Right : Int) return Boolean is subprogram
1617 end UI_Ge;
1619 function UI_Ge (Left : Uint; Right : Uint) return Boolean is subprogram
1622 end UI_Ge;

12