Home
last modified time | relevance | path

Searched refs:Ttypes (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/dports/games/openttd/openttd-12.1/src/pathfinder/yapf/
H A Dyapf_common.hpp182 template <class Ttypes>
184 : public Ttypes::PfBase ///< Instance of CYapfBaseT - main YAPF loop and support base class
185 , public Ttypes::PfCost ///< Cost calculation provider base class
186 , public Ttypes::PfCache ///< Segment cost cache provider
187 , public Ttypes::PfOrigin ///< Origin (tile or two-tile origin)
188 …, public Ttypes::PfDestination ///< Destination detector and distance (estimate) calculation prov…
189 , public Ttypes::PfFollow ///< Node follower (stepping provider)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dgnat1drv.adb79 with Ttypes;
611 Ttypes.Target_Strict_Alignment := True;
627 Ttypes.Bytes_Big_Endian := not Ttypes.Bytes_Big_Endian;
721 if not Ttypes.Target_Strict_Alignment then
815 Ttypes.Standard_Long_Long_Long_Integer_Size :=
816 Ttypes.Standard_Long_Long_Integer_Size;
817 Ttypes.System_Max_Integer_Size :=
818 Ttypes.Standard_Long_Long_Integer_Size;
819 Ttypes.System_Max_Binary_Modulus_Power :=
820 Ttypes.Standard_Long_Long_Integer_Size;
[all …]
H A Dlayout.adb41 with Ttypes; use Ttypes;
50 SSU : constant Int := Ttypes.System_Storage_Unit;
964 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
965 S := Ttypes.Maximum_Alignment;
985 if Ttypes.Target_Double_Float_Alignment > 0
989 M := Ttypes.Target_Double_Float_Alignment;
994 elsif Ttypes.Target_Double_Scalar_Alignment > 0
998 M := Ttypes.Target_Double_Scalar_Alignment;
1003 M := Ttypes.Maximum_Alignment;
H A Dttypes.ads31 package Ttypes is packspec
231 end Ttypes;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
883 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
884 S := Ttypes.Maximum_Alignment;
904 if Ttypes.Target_Double_Float_Alignment > 0
908 M := Ttypes.Target_Double_Float_Alignment;
913 elsif Ttypes.Target_Double_Scalar_Alignment > 0
917 M := Ttypes.Target_Double_Scalar_Alignment;
922 M := Ttypes.Maximum_Alignment;
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
893 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
894 S := Ttypes.Maximum_Alignment;
914 if Ttypes.Target_Double_Float_Alignment > 0
918 M := Ttypes.Target_Double_Float_Alignment;
923 elsif Ttypes.Target_Double_Scalar_Alignment > 0
927 M := Ttypes.Target_Double_Scalar_Alignment;
932 M := Ttypes.Maximum_Alignment;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
883 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
884 S := Ttypes.Maximum_Alignment;
904 if Ttypes.Target_Double_Float_Alignment > 0
908 M := Ttypes.Target_Double_Float_Alignment;
913 elsif Ttypes.Target_Double_Scalar_Alignment > 0
917 M := Ttypes.Target_Double_Scalar_Alignment;
922 M := Ttypes.Maximum_Alignment;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
883 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
884 S := Ttypes.Maximum_Alignment;
904 if Ttypes.Target_Double_Float_Alignment > 0
908 M := Ttypes.Target_Double_Float_Alignment;
913 elsif Ttypes.Target_Double_Scalar_Alignment > 0
917 M := Ttypes.Target_Double_Scalar_Alignment;
922 M := Ttypes.Maximum_Alignment;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
891 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
892 S := Ttypes.Maximum_Alignment;
912 if Ttypes.Target_Double_Float_Alignment > 0
916 M := Ttypes.Target_Double_Float_Alignment;
921 elsif Ttypes.Target_Double_Scalar_Alignment > 0
925 M := Ttypes.Target_Double_Scalar_Alignment;
930 M := Ttypes.Maximum_Alignment;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
907 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
908 S := Ttypes.Maximum_Alignment;
928 if Ttypes.Target_Double_Float_Alignment > 0
932 M := Ttypes.Target_Double_Float_Alignment;
937 elsif Ttypes.Target_Double_Scalar_Alignment > 0
941 M := Ttypes.Target_Double_Scalar_Alignment;
946 M := Ttypes.Maximum_Alignment;
H A Dgnat1drv.adb78 with Ttypes;
600 Ttypes.Target_Strict_Alignment := True;
622 Ttypes.Bytes_Big_Endian := not Ttypes.Bytes_Big_Endian;
720 if not Ttypes.Target_Strict_Alignment then
814 Ttypes.Standard_Long_Long_Long_Integer_Size :=
815 Ttypes.Standard_Long_Long_Integer_Size;
816 Ttypes.System_Max_Integer_Size :=
817 Ttypes.Standard_Long_Long_Integer_Size;
818 Ttypes.System_Max_Binary_Modulus_Power :=
819 Ttypes.Standard_Long_Long_Integer_Size;
[all …]
H A Dttypes.ads31 package Ttypes is packspec
231 end Ttypes;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
891 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
892 S := Ttypes.Maximum_Alignment;
912 if Ttypes.Target_Double_Float_Alignment > 0
916 M := Ttypes.Target_Double_Float_Alignment;
921 elsif Ttypes.Target_Double_Scalar_Alignment > 0
925 M := Ttypes.Target_Double_Scalar_Alignment;
930 M := Ttypes.Maximum_Alignment;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
883 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
884 S := Ttypes.Maximum_Alignment;
904 if Ttypes.Target_Double_Float_Alignment > 0
908 M := Ttypes.Target_Double_Float_Alignment;
913 elsif Ttypes.Target_Double_Scalar_Alignment > 0
917 M := Ttypes.Target_Double_Scalar_Alignment;
922 M := Ttypes.Maximum_Alignment;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
907 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
908 S := Ttypes.Maximum_Alignment;
928 if Ttypes.Target_Double_Float_Alignment > 0
932 M := Ttypes.Target_Double_Float_Alignment;
937 elsif Ttypes.Target_Double_Scalar_Alignment > 0
941 M := Ttypes.Target_Double_Scalar_Alignment;
946 M := Ttypes.Maximum_Alignment;
H A Dgnat1drv.adb78 with Ttypes;
600 Ttypes.Target_Strict_Alignment := True;
622 Ttypes.Bytes_Big_Endian := not Ttypes.Bytes_Big_Endian;
720 if not Ttypes.Target_Strict_Alignment then
814 Ttypes.Standard_Long_Long_Long_Integer_Size :=
815 Ttypes.Standard_Long_Long_Integer_Size;
816 Ttypes.System_Max_Integer_Size :=
817 Ttypes.Standard_Long_Long_Integer_Size;
818 Ttypes.System_Max_Binary_Modulus_Power :=
819 Ttypes.Standard_Long_Long_Integer_Size;
[all …]
H A Dttypes.ads31 package Ttypes is packspec
231 end Ttypes;
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
891 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
892 S := Ttypes.Maximum_Alignment;
912 if Ttypes.Target_Double_Float_Alignment > 0
916 M := Ttypes.Target_Double_Float_Alignment;
921 elsif Ttypes.Target_Double_Scalar_Alignment > 0
925 M := Ttypes.Target_Double_Scalar_Alignment;
930 M := Ttypes.Maximum_Alignment;
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
883 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
884 S := Ttypes.Maximum_Alignment;
904 if Ttypes.Target_Double_Float_Alignment > 0
908 M := Ttypes.Target_Double_Float_Alignment;
913 elsif Ttypes.Target_Double_Scalar_Alignment > 0
917 M := Ttypes.Target_Double_Scalar_Alignment;
922 M := Ttypes.Maximum_Alignment;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
883 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
884 S := Ttypes.Maximum_Alignment;
904 if Ttypes.Target_Double_Float_Alignment > 0
908 M := Ttypes.Target_Double_Float_Alignment;
913 elsif Ttypes.Target_Double_Scalar_Alignment > 0
917 M := Ttypes.Target_Double_Scalar_Alignment;
922 M := Ttypes.Maximum_Alignment;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
907 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
908 S := Ttypes.Maximum_Alignment;
928 if Ttypes.Target_Double_Float_Alignment > 0
932 M := Ttypes.Target_Double_Float_Alignment;
937 elsif Ttypes.Target_Double_Scalar_Alignment > 0
941 M := Ttypes.Target_Double_Scalar_Alignment;
946 M := Ttypes.Maximum_Alignment;
H A Dgnat1drv.adb78 with Ttypes;
600 Ttypes.Target_Strict_Alignment := True;
622 Ttypes.Bytes_Big_Endian := not Ttypes.Bytes_Big_Endian;
720 if not Ttypes.Target_Strict_Alignment then
814 Ttypes.Standard_Long_Long_Long_Integer_Size :=
815 Ttypes.Standard_Long_Long_Integer_Size;
816 Ttypes.System_Max_Integer_Size :=
817 Ttypes.Standard_Long_Long_Integer_Size;
818 Ttypes.System_Max_Binary_Modulus_Power :=
819 Ttypes.Standard_Long_Long_Integer_Size;
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
893 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
894 S := Ttypes.Maximum_Alignment;
914 if Ttypes.Target_Double_Float_Alignment > 0
918 M := Ttypes.Target_Double_Float_Alignment;
923 elsif Ttypes.Target_Double_Scalar_Alignment > 0
927 M := Ttypes.Target_Double_Scalar_Alignment;
932 M := Ttypes.Maximum_Alignment;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dlayout.adb37 with Ttypes; use Ttypes;
46 SSU : constant Int := Ttypes.System_Storage_Unit;
893 if Esize (E) / SSU > Ttypes.Maximum_Alignment then
894 S := Ttypes.Maximum_Alignment;
914 if Ttypes.Target_Double_Float_Alignment > 0
918 M := Ttypes.Target_Double_Float_Alignment;
923 elsif Ttypes.Target_Double_Scalar_Alignment > 0
927 M := Ttypes.Target_Double_Scalar_Alignment;
932 M := Ttypes.Maximum_Alignment;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dttypes.ads32 package Ttypes is packspec
213 end Ttypes;

12345678910>>...24