Home
last modified time | relevance | path

Searched refs:UI_Expon (Results 1 – 25 of 73) sorted by relevance

123

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Duintp.ads144 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
145 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
146 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
147 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
300 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
301 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
302 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
303 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Duintp.ads144 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
145 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
146 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
147 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
300 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
301 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
302 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
303 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
350 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
351 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
352 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
353 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
H A Duintp.adb1331 function UI_Expon (Left : Int; Right : Uint) return Uint is subprogram
1333 return UI_Expon (UI_From_Int (Left), Right);
1334 end UI_Expon;
1336 function UI_Expon (Left : Uint; Right : Int) return Uint is subprogram
1338 return UI_Expon (Left, UI_From_Int (Right));
1339 end UI_Expon;
1341 function UI_Expon (Left : Int; Right : Int) return Uint is subprogram
1343 return UI_Expon (UI_From_Int (Left), UI_From_Int (Right));
1344 end UI_Expon;
1346 function UI_Expon (Left : Uint; Right : Uint) return Uint is subprogram
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
357 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
358 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
359 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
360 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
350 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
351 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
352 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
353 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
357 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
358 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
359 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
360 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
350 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
351 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
352 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
353 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
350 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
351 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
352 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
353 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
345 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
346 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
347 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
348 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
357 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
358 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
359 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
360 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Duintp.ads146 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
147 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
148 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
149 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
317 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
318 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
319 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
320 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
350 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
351 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
352 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
353 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
345 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
346 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
347 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
348 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gnat_util/gnat_util/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
350 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
351 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
352 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
353 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
350 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
351 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
352 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
353 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
357 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
358 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
359 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
360 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
350 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
351 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
352 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
353 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
357 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
358 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
359 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
360 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
357 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
358 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
359 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
360 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Duintp.ads158 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
159 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
160 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
161 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
350 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
351 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
352 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
353 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Duintp.ads148 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
149 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
150 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
151 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
347 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
348 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
349 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
350 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Duintp.ads155 function UI_Expon (Left : Valid_Uint; Right : Unat) return Valid_Uint; subprogspec
156 function UI_Expon (Left : Int; Right : Unat) return Valid_Uint; subprogspec
157 function UI_Expon (Left : Valid_Uint; Right : Nat) return Valid_Uint; subprogspec
158 function UI_Expon (Left : Int; Right : Nat) return Valid_Uint; subprogspec
345 renames UI_Expon;
347 renames UI_Expon;
349 renames UI_Expon;
351 renames UI_Expon;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Duintp.ads148 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
149 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
150 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
151 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
347 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
348 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
349 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
350 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Duintp.ads148 function UI_Expon (Left : Uint; Right : Uint) return Uint; subprogspec
149 function UI_Expon (Left : Int; Right : Uint) return Uint; subprogspec
150 function UI_Expon (Left : Uint; Right : Int) return Uint; subprogspec
151 function UI_Expon (Left : Int; Right : Int) return Uint; subprogspec
347 function "**" (Left : Uint; Right : Uint) return Uint renames UI_Expon;
348 function "**" (Left : Uint; Right : Int) return Uint renames UI_Expon;
349 function "**" (Left : Int; Right : Uint) return Uint renames UI_Expon;
350 function "**" (Left : Int; Right : Int) return Uint renames UI_Expon;

123