Home
last modified time | relevance | path

Searched refs:UI_Max (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.adb1795 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1797 return UI_Max (UI_From_Int (Left), Right);
1798 end UI_Max;
1800 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1802 return UI_Max (Left, UI_From_Int (Right));
1803 end UI_Max;
1805 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1812 end UI_Max;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Duintp.adb1795 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1797 return UI_Max (UI_From_Int (Left), Right);
1798 end UI_Max;
1800 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1802 return UI_Max (Left, UI_From_Int (Right));
1803 end UI_Max;
1805 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1812 end UI_Max;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.adb1795 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1797 return UI_Max (UI_From_Int (Left), Right);
1798 end UI_Max;
1800 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1802 return UI_Max (Left, UI_From_Int (Right));
1803 end UI_Max;
1805 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1812 end UI_Max;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Duintp.adb1838 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1840 return UI_Max (UI_From_Int (Left), Right);
1841 end UI_Max;
1843 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1845 return UI_Max (Left, UI_From_Int (Right));
1846 end UI_Max;
1848 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1855 end UI_Max;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Duintp.adb1808 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1810 return UI_Max (UI_From_Int (Left), Right);
1811 end UI_Max;
1813 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1815 return UI_Max (Left, UI_From_Int (Right));
1816 end UI_Max;
1818 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1825 end UI_Max;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Duintp.adb1795 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1797 return UI_Max (UI_From_Int (Left), Right);
1798 end UI_Max;
1800 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1802 return UI_Max (Left, UI_From_Int (Right));
1803 end UI_Max;
1805 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1812 end UI_Max;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Duintp.adb1780 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1782 return UI_Max (UI_From_Int (Left), Right);
1783 end UI_Max;
1785 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1787 return UI_Max (Left, UI_From_Int (Right));
1788 end UI_Max;
1790 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1797 end UI_Max;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Duintp.adb1799 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1801 return UI_Max (UI_From_Int (Left), Right);
1802 end UI_Max;
1804 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1806 return UI_Max (Left, UI_From_Int (Right));
1807 end UI_Max;
1809 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1816 end UI_Max;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Duintp.adb1838 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1840 return UI_Max (UI_From_Int (Left), Right);
1841 end UI_Max;
1843 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1845 return UI_Max (Left, UI_From_Int (Right));
1846 end UI_Max;
1848 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1855 end UI_Max;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Duintp.adb1847 function UI_Max (Left : Int; Right : Valid_Uint) return Valid_Uint is subprogram
1849 return UI_Max (UI_From_Int (Left), Right);
1850 end UI_Max;
1852 function UI_Max (Left : Valid_Uint; Right : Int) return Valid_Uint is subprogram
1854 return UI_Max (Left, UI_From_Int (Right));
1855 end UI_Max;
1857 function UI_Max (Left : Valid_Uint; Right : Valid_Uint) return Valid_Uint is subprogram
1864 end UI_Max;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Duintp.adb1815 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1817 return UI_Max (UI_From_Int (Left), Right);
1818 end UI_Max;
1820 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1822 return UI_Max (Left, UI_From_Int (Right));
1823 end UI_Max;
1825 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1832 end UI_Max;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.adb1795 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1797 return UI_Max (UI_From_Int (Left), Right);
1798 end UI_Max;
1800 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1802 return UI_Max (Left, UI_From_Int (Right));
1803 end UI_Max;
1805 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1812 end UI_Max;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Duintp.adb1955 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1957 return UI_Max (UI_From_Int (Left), Right);
1958 end UI_Max;
1960 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1962 return UI_Max (Left, UI_From_Int (Right));
1963 end UI_Max;
1965 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1972 end UI_Max;
H A Duintp.ads181 function UI_Max (Left : Uint; Right : Uint) return Uint; subprogspec
182 function UI_Max (Left : Int; Right : Uint) return Uint; subprogspec
183 function UI_Max (Left : Uint; Right : Int) return Uint; subprogspec
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Duintp.adb1799 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1801 return UI_Max (UI_From_Int (Left), Right);
1802 end UI_Max;
1804 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1806 return UI_Max (Left, UI_From_Int (Right));
1807 end UI_Max;
1809 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1816 end UI_Max;
/dports/lang/gnat_util/gnat_util/
H A Duintp.adb1808 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1810 return UI_Max (UI_From_Int (Left), Right);
1811 end UI_Max;
1813 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1815 return UI_Max (Left, UI_From_Int (Right));
1816 end UI_Max;
1818 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1825 end UI_Max;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.adb1795 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1797 return UI_Max (UI_From_Int (Left), Right);
1798 end UI_Max;
1800 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1802 return UI_Max (Left, UI_From_Int (Right));
1803 end UI_Max;
1805 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1812 end UI_Max;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Duintp.adb1780 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1782 return UI_Max (UI_From_Int (Left), Right);
1783 end UI_Max;
1785 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1787 return UI_Max (Left, UI_From_Int (Right));
1788 end UI_Max;
1790 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1797 end UI_Max;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Duintp.adb1838 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1840 return UI_Max (UI_From_Int (Left), Right);
1841 end UI_Max;
1843 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1845 return UI_Max (Left, UI_From_Int (Right));
1846 end UI_Max;
1848 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1855 end UI_Max;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Duintp.adb1795 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1797 return UI_Max (UI_From_Int (Left), Right);
1798 end UI_Max;
1800 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1802 return UI_Max (Left, UI_From_Int (Right));
1803 end UI_Max;
1805 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1812 end UI_Max;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Duintp.adb1780 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1782 return UI_Max (UI_From_Int (Left), Right);
1783 end UI_Max;
1785 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1787 return UI_Max (Left, UI_From_Int (Right));
1788 end UI_Max;
1790 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1797 end UI_Max;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Duintp.adb1955 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1957 return UI_Max (UI_From_Int (Left), Right);
1958 end UI_Max;
1960 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1962 return UI_Max (Left, UI_From_Int (Right));
1963 end UI_Max;
1965 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1972 end UI_Max;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Duintp.adb1795 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1797 return UI_Max (UI_From_Int (Left), Right);
1798 end UI_Max;
1800 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1802 return UI_Max (Left, UI_From_Int (Right));
1803 end UI_Max;
1805 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1812 end UI_Max;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Duintp.adb1795 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1797 return UI_Max (UI_From_Int (Left), Right);
1798 end UI_Max;
1800 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1802 return UI_Max (Left, UI_From_Int (Right));
1803 end UI_Max;
1805 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1812 end UI_Max;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Duintp.adb1808 function UI_Max (Left : Int; Right : Uint) return Uint is subprogram
1810 return UI_Max (UI_From_Int (Left), Right);
1811 end UI_Max;
1813 function UI_Max (Left : Uint; Right : Int) return Uint is subprogram
1815 return UI_Max (Left, UI_From_Int (Right));
1816 end UI_Max;
1818 function UI_Max (Left : Uint; Right : Uint) return Uint is subprogram
1825 end UI_Max;

12345678910>>...15