Home
last modified time | relevance | path

Searched refs:UI_Ne (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2009 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2011 return UI_Ne (UI_From_Int (Left), Right);
2012 end UI_Ne;
2014 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2016 return UI_Ne (Left, UI_From_Int (Right));
2017 end UI_Ne;
2019 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2009 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2011 return UI_Ne (UI_From_Int (Left), Right);
2012 end UI_Ne;
2014 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2016 return UI_Ne (Left, UI_From_Int (Right));
2017 end UI_Ne;
2019 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2009 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2011 return UI_Ne (UI_From_Int (Left), Right);
2012 end UI_Ne;
2014 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2016 return UI_Ne (Left, UI_From_Int (Right));
2017 end UI_Ne;
2019 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2052 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2054 return UI_Ne (UI_From_Int (Left), Right);
2055 end UI_Ne;
2057 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2059 return UI_Ne (Left, UI_From_Int (Right));
2060 end UI_Ne;
2062 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Duintp.adb1313 return not UI_Ne (UI_From_Int (Left), Right);
1318 return not UI_Ne (Left, UI_From_Int (Right));
1323 return not UI_Ne (Left, Right);
2022 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2024 return UI_Ne (UI_From_Int (Left), Right);
2025 end UI_Ne;
2027 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2029 return UI_Ne (Left, UI_From_Int (Right));
2030 end UI_Ne;
2032 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2009 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2011 return UI_Ne (UI_From_Int (Left), Right);
2012 end UI_Ne;
2014 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2016 return UI_Ne (Left, UI_From_Int (Right));
2017 end UI_Ne;
2019 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Duintp.adb1256 return not UI_Ne (UI_From_Int (Left), Right);
1261 return not UI_Ne (Left, UI_From_Int (Right));
1266 return not UI_Ne (Left, Right);
1994 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
1996 return UI_Ne (UI_From_Int (Left), Right);
1997 end UI_Ne;
1999 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2001 return UI_Ne (Left, UI_From_Int (Right));
2002 end UI_Ne;
2004 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Duintp.adb1313 return not UI_Ne (UI_From_Int (Left), Right);
1318 return not UI_Ne (Left, UI_From_Int (Right));
1323 return not UI_Ne (Left, Right);
2013 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2015 return UI_Ne (UI_From_Int (Left), Right);
2016 end UI_Ne;
2018 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2020 return UI_Ne (Left, UI_From_Int (Right));
2021 end UI_Ne;
2023 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2052 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2054 return UI_Ne (UI_From_Int (Left), Right);
2055 end UI_Ne;
2057 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2059 return UI_Ne (Left, UI_From_Int (Right));
2060 end UI_Ne;
2062 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2067 function UI_Ne (Left : Int; Right : Valid_Uint) return Boolean is subprogram
2069 return UI_Ne (UI_From_Int (Left), Right);
2070 end UI_Ne;
2072 function UI_Ne (Left : Valid_Uint; Right : Int) return Boolean is subprogram
2074 return UI_Ne (Left, UI_From_Int (Right));
2075 end UI_Ne;
2077 function UI_Ne (Left : Valid_Uint; Right : Valid_Uint) return Boolean is subprogram
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Duintp.adb1329 return not UI_Ne (UI_From_Int (Left), Right);
1334 return not UI_Ne (Left, UI_From_Int (Right));
1339 return not UI_Ne (Left, Right);
2029 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2031 return UI_Ne (UI_From_Int (Left), Right);
2032 end UI_Ne;
2034 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2036 return UI_Ne (Left, UI_From_Int (Right));
2037 end UI_Ne;
2039 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2009 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2011 return UI_Ne (UI_From_Int (Left), Right);
2012 end UI_Ne;
2014 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2016 return UI_Ne (Left, UI_From_Int (Right));
2017 end UI_Ne;
2019 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Duintp.adb1436 return not UI_Ne (UI_From_Int (Left), Right);
1441 return not UI_Ne (Left, UI_From_Int (Right));
1446 return not UI_Ne (Left, Right);
2095 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2097 return UI_Ne (UI_From_Int (Left), Right);
2098 end UI_Ne;
2100 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2102 return UI_Ne (Left, UI_From_Int (Right));
2103 end UI_Ne;
2105 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
H A Duintp.ads202 function UI_Ne (Left : Uint; Right : Uint) return Boolean; subprogspec
203 function UI_Ne (Left : Int; Right : Uint) return Boolean; subprogspec
204 function UI_Ne (Left : Uint; Right : Int) return Boolean; subprogspec
205 pragma Inline (UI_Ne);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Duintp.adb1313 return not UI_Ne (UI_From_Int (Left), Right);
1318 return not UI_Ne (Left, UI_From_Int (Right));
1323 return not UI_Ne (Left, Right);
2013 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2015 return UI_Ne (UI_From_Int (Left), Right);
2016 end UI_Ne;
2018 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2020 return UI_Ne (Left, UI_From_Int (Right));
2021 end UI_Ne;
2023 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gnat_util/gnat_util/
H A Duintp.adb1313 return not UI_Ne (UI_From_Int (Left), Right);
1318 return not UI_Ne (Left, UI_From_Int (Right));
1323 return not UI_Ne (Left, Right);
2022 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2024 return UI_Ne (UI_From_Int (Left), Right);
2025 end UI_Ne;
2027 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2029 return UI_Ne (Left, UI_From_Int (Right));
2030 end UI_Ne;
2032 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2009 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2011 return UI_Ne (UI_From_Int (Left), Right);
2012 end UI_Ne;
2014 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2016 return UI_Ne (Left, UI_From_Int (Right));
2017 end UI_Ne;
2019 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Duintp.adb1256 return not UI_Ne (UI_From_Int (Left), Right);
1261 return not UI_Ne (Left, UI_From_Int (Right));
1266 return not UI_Ne (Left, Right);
1994 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
1996 return UI_Ne (UI_From_Int (Left), Right);
1997 end UI_Ne;
1999 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2001 return UI_Ne (Left, UI_From_Int (Right));
2002 end UI_Ne;
2004 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2052 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2054 return UI_Ne (UI_From_Int (Left), Right);
2055 end UI_Ne;
2057 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2059 return UI_Ne (Left, UI_From_Int (Right));
2060 end UI_Ne;
2062 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2009 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2011 return UI_Ne (UI_From_Int (Left), Right);
2012 end UI_Ne;
2014 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2016 return UI_Ne (Left, UI_From_Int (Right));
2017 end UI_Ne;
2019 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Duintp.adb1256 return not UI_Ne (UI_From_Int (Left), Right);
1261 return not UI_Ne (Left, UI_From_Int (Right));
1266 return not UI_Ne (Left, Right);
1994 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
1996 return UI_Ne (UI_From_Int (Left), Right);
1997 end UI_Ne;
1999 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2001 return UI_Ne (Left, UI_From_Int (Right));
2002 end UI_Ne;
2004 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Duintp.adb1436 return not UI_Ne (UI_From_Int (Left), Right);
1441 return not UI_Ne (Left, UI_From_Int (Right));
1446 return not UI_Ne (Left, Right);
2095 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2097 return UI_Ne (UI_From_Int (Left), Right);
2098 end UI_Ne;
2100 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2102 return UI_Ne (Left, UI_From_Int (Right));
2103 end UI_Ne;
2105 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2009 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2011 return UI_Ne (UI_From_Int (Left), Right);
2012 end UI_Ne;
2014 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2016 return UI_Ne (Left, UI_From_Int (Right));
2017 end UI_Ne;
2019 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Duintp.adb1314 return not UI_Ne (UI_From_Int (Left), Right);
1319 return not UI_Ne (Left, UI_From_Int (Right));
1324 return not UI_Ne (Left, Right);
2009 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2011 return UI_Ne (UI_From_Int (Left), Right);
2012 end UI_Ne;
2014 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2016 return UI_Ne (Left, UI_From_Int (Right));
2017 end UI_Ne;
2019 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Duintp.adb1313 return not UI_Ne (UI_From_Int (Left), Right);
1318 return not UI_Ne (Left, UI_From_Int (Right));
1323 return not UI_Ne (Left, Right);
2022 function UI_Ne (Left : Int; Right : Uint) return Boolean is subprogram
2024 return UI_Ne (UI_From_Int (Left), Right);
2025 end UI_Ne;
2027 function UI_Ne (Left : Uint; Right : Int) return Boolean is subprogram
2029 return UI_Ne (Left, UI_From_Int (Right));
2030 end UI_Ne;
2032 function UI_Ne (Left : Uint; Right : Uint) return Boolean is subprogram
[all …]

12