Home
last modified time | relevance | path

Searched refs:UI_Rem (Results 1 – 25 of 90) sorted by relevance

1234

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Duintp.ads212 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
213 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
214 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
311 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
312 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
313 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Duintp.ads212 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
213 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
214 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
311 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
312 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
313 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
361 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
362 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
363 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
H A Duintp.adb2113 function UI_Rem (Left : Int; Right : Uint) return Uint is subprogram
2115 return UI_Rem (UI_From_Int (Left), Right);
2116 end UI_Rem;
2118 function UI_Rem (Left : Uint; Right : Int) return Uint is subprogram
2120 return UI_Rem (Left, UI_From_Int (Right));
2121 end UI_Rem;
2123 function UI_Rem (Left, Right : Uint) return Uint is subprogram
2139 end UI_Rem; argument
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
368 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
369 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
370 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
361 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
362 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
363 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
368 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
369 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
370 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
361 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
362 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
363 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
361 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
362 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
363 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
356 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
357 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
358 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
368 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
369 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
370 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Duintp.ads214 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
215 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
216 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
328 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
329 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
330 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
361 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
362 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
363 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
356 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
357 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
358 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gnat_util/gnat_util/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
361 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
362 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
363 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
361 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
362 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
363 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
368 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
369 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
370 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
361 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
362 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
363 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
368 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
369 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
370 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
368 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
369 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
370 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Duintp.ads226 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
227 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
228 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
361 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
362 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
363 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Duintp.ads216 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
217 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
218 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
358 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
359 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
360 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Duintp.ads223 function UI_Rem (Left : Valid_Uint; Right : Nonzero_Uint) return Valid_Uint; subprogspec
224 function UI_Rem (Left : Int; Right : Nonzero_Uint) return Valid_Uint; subprogspec
225 function UI_Rem (Left : Valid_Uint; Right : Nonzero_Int) return Valid_Uint; subprogspec
364 renames UI_Rem;
366 renames UI_Rem;
368 renames UI_Rem;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Duintp.ads216 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
217 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
218 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
358 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
359 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
360 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Duintp.ads216 function UI_Rem (Left : Uint; Right : Uint) return Uint; subprogspec
217 function UI_Rem (Left : Int; Right : Uint) return Uint; subprogspec
218 function UI_Rem (Left : Uint; Right : Int) return Uint; subprogspec
358 function "rem" (Left : Uint; Right : Uint) return Uint renames UI_Rem;
359 function "rem" (Left : Int; Right : Uint) return Uint renames UI_Rem;
360 function "rem" (Left : Uint; Right : Int) return Uint renames UI_Rem;

1234