Home
last modified time | relevance | path

Searched refs:UI_Mod (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Duintp.ads191 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
192 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
193 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
194 pragma Inline (UI_Mod);
307 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
308 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
309 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Duintp.ads191 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
192 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
193 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
194 pragma Inline (UI_Mod);
307 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
308 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
309 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
357 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
358 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
359 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
H A Duintp.adb1841 function UI_Mod (Left : Int; Right : Uint) return Uint is subprogram
1843 return UI_Mod (UI_From_Int (Left), Right);
1844 end UI_Mod;
1846 function UI_Mod (Left : Uint; Right : Int) return Uint is subprogram
1848 return UI_Mod (Left, UI_From_Int (Right));
1849 end UI_Mod;
1851 function UI_Mod (Left : Uint; Right : Uint) return Uint is subprogram
1862 end UI_Mod; argument
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
364 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
365 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
366 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
357 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
358 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
359 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
364 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
365 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
366 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
357 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
358 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
359 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
357 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
358 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
359 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
352 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
353 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
354 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
364 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
365 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
366 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Duintp.ads193 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
194 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
195 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
196 pragma Inline (UI_Mod);
324 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
325 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
326 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
357 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
358 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
359 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
352 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
353 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
354 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gnat_util/gnat_util/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
357 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
358 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
359 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
357 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
358 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
359 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
364 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
365 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
366 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
357 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
358 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
359 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
364 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
365 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
366 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
364 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
365 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
366 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Duintp.ads205 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
206 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
207 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
208 pragma Inline (UI_Mod);
357 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
358 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
359 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Duintp.ads195 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
196 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
197 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
198 pragma Inline (UI_Mod);
354 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
355 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
356 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Duintp.ads202 function UI_Mod (Left : Valid_Uint; Right : Nonzero_Uint) return Valid_Uint; subprogspec
203 function UI_Mod (Left : Int; Right : Nonzero_Uint) return Valid_Uint; subprogspec
204 function UI_Mod (Left : Valid_Uint; Right : Nonzero_Int) return Valid_Uint; subprogspec
205 pragma Inline (UI_Mod);
357 renames UI_Mod;
359 renames UI_Mod;
361 renames UI_Mod;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Duintp.ads195 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
196 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
197 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
198 pragma Inline (UI_Mod);
354 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
355 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
356 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Duintp.ads195 function UI_Mod (Left : Uint; Right : Uint) return Uint; subprogspec
196 function UI_Mod (Left : Int; Right : Uint) return Uint; subprogspec
197 function UI_Mod (Left : Uint; Right : Int) return Uint; subprogspec
198 pragma Inline (UI_Mod);
354 function "mod" (Left : Uint; Right : Uint) return Uint renames UI_Mod;
355 function "mod" (Left : Int; Right : Uint) return Uint renames UI_Mod;
356 function "mod" (Left : Uint; Right : Int) return Uint renames UI_Mod;

1234