Home
last modified time | relevance | path

Searched refs:IEEE_Emax (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Ds-fatgen.adb82 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
86 subtype IEEE_Erange is Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
148 else 2**(Siz - 1) / Float_Word (IEEE_Emax - IEEE_Emin + 3));
154 Float_Word (IEEE_Emax - IEEE_Emin + 2) * Exp_Factor;
269 elsif Exp = IEEE_Emax + 1 then
631 if X = 0.0 or else Exp = IEEE_Emax + 1 or else Adjustment = 0 then
654 if Adjustment > IEEE_Emax - Exp then
869 if Exp = IEEE_Emax + 1 then
874 elsif Exp in IEEE_Emin .. IEEE_Emax then
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Ds-fatgen.adb68 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
72 subtype IEEE_Erange is Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
133 2**(Siz - 1) / Float_Word (IEEE_Emax - IEEE_Emin + 3);
138 Float_Word (IEEE_Emax - IEEE_Emin + 2) * Exp_Factor;
254 elsif Exp = IEEE_Emax + 1 then
750 if X = 0.0 or else Exp = IEEE_Emax + 1 or else Adjustment = 0 then
773 if Adjustment > IEEE_Emax - Exp then
964 if Exp = IEEE_Emax + 1 then
969 elsif Exp in IEEE_Emin .. IEEE_Emax then
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-fatgen.adb82 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
86 subtype IEEE_Erange is Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
148 else 2**(Siz - 1) / Float_Word (IEEE_Emax - IEEE_Emin + 3));
154 Float_Word (IEEE_Emax - IEEE_Emin + 2) * Exp_Factor;
269 elsif Exp = IEEE_Emax + 1 then
631 if X = 0.0 or else Exp = IEEE_Emax + 1 or else Adjustment = 0 then
654 if Adjustment > IEEE_Emax - Exp then
869 if Exp = IEEE_Emax + 1 then
874 elsif Exp in IEEE_Emin .. IEEE_Emax then
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Ds-fatgen.adb82 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
86 subtype IEEE_Erange is Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
148 else 2**(Siz - 1) / Float_Word (IEEE_Emax - IEEE_Emin + 3));
154 Float_Word (IEEE_Emax - IEEE_Emin + 2) * Exp_Factor;
269 elsif Exp = IEEE_Emax + 1 then
631 if X = 0.0 or else Exp = IEEE_Emax + 1 or else Adjustment = 0 then
654 if Adjustment > IEEE_Emax - Exp then
869 if Exp = IEEE_Emax + 1 then
874 elsif Exp in IEEE_Emin .. IEEE_Emax then
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ds-fatgen.adb727 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
732 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
780 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
789 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
826 return E /= IEEE_Emax + 1;
840 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Ds-fatgen.adb727 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
732 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
780 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
789 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
826 return E /= IEEE_Emax + 1;
840 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-fatgen.adb805 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
810 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
869 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
877 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
914 return E /= IEEE_Emax + 1;
928 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Ds-fatgen.adb791 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
796 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
855 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
863 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
900 return E /= IEEE_Emax + 1;
914 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Ds-fatgen.adb766 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
771 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
831 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
840 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
877 return E /= IEEE_Emax + 1;
891 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-fatgen.adb805 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
810 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
869 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
877 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
914 return E /= IEEE_Emax + 1;
928 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Ds-fatgen.adb791 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
796 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
855 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
863 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
900 return E /= IEEE_Emax + 1;
914 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Ds-fatgen.adb805 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
810 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
869 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
877 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
914 return E /= IEEE_Emax + 1;
928 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Ds-fatgen.adb804 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
809 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
868 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
876 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
913 return E /= IEEE_Emax + 1;
927 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Ds-fatgen.adb766 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
771 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
831 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
840 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
877 return E /= IEEE_Emax + 1;
891 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Ds-fatgen.adb791 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
796 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
855 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
863 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
900 return E /= IEEE_Emax + 1;
914 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Ds-fatgen.adb766 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
771 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
831 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
840 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
877 return E /= IEEE_Emax + 1;
891 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-fatgen.adb805 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
810 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
869 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
877 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
914 return E /= IEEE_Emax + 1;
928 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Ds-fatgen.adb805 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
810 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
869 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
877 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
914 return E /= IEEE_Emax + 1;
928 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Ds-fatgen.adb791 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
796 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
855 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
863 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
900 return E /= IEEE_Emax + 1;
914 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Ds-fatgen.adb805 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
810 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
869 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
877 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
914 return E /= IEEE_Emax + 1;
928 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Ds-fatgen.adb791 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
796 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
855 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
863 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
900 return E /= IEEE_Emax + 1;
914 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Ds-fatgen.adb791 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
796 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
855 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
863 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
900 return E /= IEEE_Emax + 1;
914 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Ds-fatgen.adb791 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
796 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
855 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
863 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
900 return E /= IEEE_Emax + 1;
914 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Ds-fatgen.adb804 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
809 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
868 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
876 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
913 return E /= IEEE_Emax + 1;
927 return (E in IEEE_Emin .. IEEE_Emax) or else
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Ds-fatgen.adb804 IEEE_Emax : constant Integer := T'Machine_Emax - 1; constant
809 Integer range IEEE_Emin - 1 .. IEEE_Emax + 1;
868 Float_Word (IEEE_Emax - IEEE_Emin + 3) *
876 Float_Word (IEEE_Emax - IEEE_Emin + 2) *
913 return E /= IEEE_Emax + 1;
927 return (E in IEEE_Emin .. IEEE_Emax) or else

12