Home
last modified time | relevance | path

Searched refs:Xtyp (Results 1 – 25 of 66) sorted by relevance

123

/dports/biology/py-biopython/biopython-1.79/Bio/
H A DLogisticRegression.py98 Xtyp = numpy.dot(Xt, y - p) # Calculate the first derivative.
100 delta = numpy.linalg.solve(XtWX, Xtyp)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_eval.adb457 Xtyp : Entity_Id; variable
466 Xtyp := Etype (Prefix (N));
471 if No (Xtyp) then
477 if Is_Access_Type (Xtyp) then
478 Xtyp := Designated_Type (Xtyp);
485 if not Is_Array_Type (Xtyp) then
491 if not Is_Constrained (Xtyp) then
508 Indx := First_Index (Xtyp);
518 Xtyp := Etype (Indx);
521 return Type_Low_Bound (Xtyp);
[all …]
H A Dchecks.adb709 Xtyp : Entity_Id; variable
815 Xtyp := Etype (Indx);
816 Lo := Type_Low_Bound (Xtyp);
817 Hi := Type_High_Bound (Xtyp);
835 Lob := Expr_Value (Type_Low_Bound (Base_Type (Xtyp)));
842 Hib := Expr_Value (Type_High_Bound (Base_Type (Xtyp)));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dsem_eval.adb457 Xtyp : Entity_Id; variable
466 Xtyp := Etype (Prefix (N));
471 if No (Xtyp) then
477 if Is_Access_Type (Xtyp) then
478 Xtyp := Designated_Type (Xtyp);
485 if not Is_Array_Type (Xtyp) then
491 if not Is_Constrained (Xtyp) then
508 Indx := First_Index (Xtyp);
518 Xtyp := Etype (Indx);
521 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/
H A Dsem_eval.adb524 Xtyp : Entity_Id; variable
535 Xtyp := Etype (Prefix (N));
540 if No (Xtyp) then
546 if Is_Access_Type (Xtyp) then
547 Xtyp := Designated_Type (Xtyp);
554 if not Is_Array_Type (Xtyp) then
560 if not Is_Constrained (Xtyp) then
577 Indx := First_Index (Xtyp);
587 Xtyp := Etype (Indx);
590 return Type_Low_Bound (Xtyp);
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dsem_eval.adb524 Xtyp : Entity_Id; variable
535 Xtyp := Etype (Prefix (N));
540 if No (Xtyp) then
546 if Is_Access_Type (Xtyp) then
547 Xtyp := Designated_Type (Xtyp);
554 if not Is_Array_Type (Xtyp) then
560 if not Is_Constrained (Xtyp) then
577 Indx := First_Index (Xtyp);
587 Xtyp := Etype (Indx);
590 return Type_Low_Bound (Xtyp);
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dsem_eval.adb529 Xtyp : Entity_Id; variable
538 Xtyp := Etype (Prefix (N));
543 if No (Xtyp) then
549 if Is_Access_Type (Xtyp) then
550 Xtyp := Designated_Type (Xtyp);
557 if not Is_Array_Type (Xtyp) then
563 if not Is_Constrained (Xtyp) then
580 Indx := First_Index (Xtyp);
590 Xtyp := Etype (Indx);
593 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Dsem_eval.adb840 Xtyp : Entity_Id; variable
849 Xtyp := Etype (Prefix (N));
854 if No (Xtyp) then
860 if Is_Access_Type (Xtyp) then
861 Xtyp := Designated_Type (Xtyp);
868 if not Is_Array_Type (Xtyp) then
874 if not Is_Constrained (Xtyp) then
891 Indx := First_Index (Xtyp);
901 Xtyp := Etype (Indx);
904 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dsem_eval.adb840 Xtyp : Entity_Id; variable
849 Xtyp := Etype (Prefix (N));
854 if No (Xtyp) then
860 if Is_Access_Type (Xtyp) then
861 Xtyp := Designated_Type (Xtyp);
868 if not Is_Array_Type (Xtyp) then
874 if not Is_Constrained (Xtyp) then
891 Indx := First_Index (Xtyp);
901 Xtyp := Etype (Indx);
904 return Type_Low_Bound (Xtyp);
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb885 Xtyp : Entity_Id; variable
894 Xtyp := Etype (Prefix (N));
899 if No (Xtyp) then
905 if Is_Access_Type (Xtyp) then
906 Xtyp := Designated_Type (Xtyp);
913 if not Is_Array_Type (Xtyp) then
919 if not Is_Constrained (Xtyp) then
936 Indx := First_Index (Xtyp);
946 Xtyp := Etype (Indx);
949 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dsem_eval.adb892 Xtyp : Entity_Id; variable
901 Xtyp := Etype (Prefix (N));
906 if No (Xtyp) then
912 if Is_Access_Type (Xtyp) then
913 Xtyp := Designated_Type (Xtyp);
920 if not Is_Array_Type (Xtyp) then
926 if not Is_Constrained (Xtyp) then
943 Indx := First_Index (Xtyp);
953 Xtyp := Etype (Indx);
956 return Type_Low_Bound (Xtyp);
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb885 Xtyp : Entity_Id; variable
894 Xtyp := Etype (Prefix (N));
899 if No (Xtyp) then
905 if Is_Access_Type (Xtyp) then
906 Xtyp := Designated_Type (Xtyp);
913 if not Is_Array_Type (Xtyp) then
919 if not Is_Constrained (Xtyp) then
936 Indx := First_Index (Xtyp);
946 Xtyp := Etype (Indx);
949 return Type_Low_Bound (Xtyp);
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/
H A Dsem_eval.adb885 Xtyp : Entity_Id; variable
894 Xtyp := Etype (Prefix (N));
899 if No (Xtyp) then
905 if Is_Access_Type (Xtyp) then
906 Xtyp := Designated_Type (Xtyp);
913 if not Is_Array_Type (Xtyp) then
919 if not Is_Constrained (Xtyp) then
936 Indx := First_Index (Xtyp);
946 Xtyp := Etype (Indx);
949 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dsem_eval.adb900 Xtyp : Entity_Id; variable
909 Xtyp := Etype (Prefix (N));
914 if No (Xtyp) then
920 if Is_Access_Type (Xtyp) then
921 Xtyp := Designated_Type (Xtyp);
928 if not Is_Array_Type (Xtyp) then
934 if not Is_Constrained (Xtyp) then
951 Indx := First_Index (Xtyp);
961 Xtyp := Etype (Indx);
964 return Type_Low_Bound (Xtyp);
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb885 Xtyp : Entity_Id; variable
894 Xtyp := Etype (Prefix (N));
899 if No (Xtyp) then
905 if Is_Access_Type (Xtyp) then
906 Xtyp := Designated_Type (Xtyp);
913 if not Is_Array_Type (Xtyp) then
919 if not Is_Constrained (Xtyp) then
936 Indx := First_Index (Xtyp);
946 Xtyp := Etype (Indx);
949 return Type_Low_Bound (Xtyp);
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/
H A Dsem_eval.adb885 Xtyp : Entity_Id; variable
894 Xtyp := Etype (Prefix (N));
899 if No (Xtyp) then
905 if Is_Access_Type (Xtyp) then
906 Xtyp := Designated_Type (Xtyp);
913 if not Is_Array_Type (Xtyp) then
919 if not Is_Constrained (Xtyp) then
936 Indx := First_Index (Xtyp);
946 Xtyp := Etype (Indx);
949 return Type_Low_Bound (Xtyp);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dsem_eval.adb900 Xtyp : Entity_Id; variable
909 Xtyp := Etype (Prefix (N));
914 if No (Xtyp) then
920 if Is_Access_Type (Xtyp) then
921 Xtyp := Designated_Type (Xtyp);
928 if not Is_Array_Type (Xtyp) then
934 if not Is_Constrained (Xtyp) then
951 Indx := First_Index (Xtyp);
961 Xtyp := Etype (Indx);
964 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dsem_eval.adb900 Xtyp : Entity_Id; variable
909 Xtyp := Etype (Prefix (N));
914 if No (Xtyp) then
920 if Is_Access_Type (Xtyp) then
921 Xtyp := Designated_Type (Xtyp);
928 if not Is_Array_Type (Xtyp) then
934 if not Is_Constrained (Xtyp) then
951 Indx := First_Index (Xtyp);
961 Xtyp := Etype (Indx);
964 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dsem_eval.adb885 Xtyp : Entity_Id; variable
894 Xtyp := Etype (Prefix (N));
899 if No (Xtyp) then
905 if Is_Access_Type (Xtyp) then
906 Xtyp := Designated_Type (Xtyp);
913 if not Is_Array_Type (Xtyp) then
919 if not Is_Constrained (Xtyp) then
936 Indx := First_Index (Xtyp);
946 Xtyp := Etype (Indx);
949 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dsem_eval.adb892 Xtyp : Entity_Id; variable
901 Xtyp := Etype (Prefix (N));
906 if No (Xtyp) then
912 if Is_Access_Type (Xtyp) then
913 Xtyp := Designated_Type (Xtyp);
920 if not Is_Array_Type (Xtyp) then
926 if not Is_Constrained (Xtyp) then
943 Indx := First_Index (Xtyp);
953 Xtyp := Etype (Indx);
956 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dsem_eval.adb892 Xtyp : Entity_Id; variable
901 Xtyp := Etype (Prefix (N));
906 if No (Xtyp) then
912 if Is_Access_Type (Xtyp) then
913 Xtyp := Designated_Type (Xtyp);
920 if not Is_Array_Type (Xtyp) then
926 if not Is_Constrained (Xtyp) then
943 Indx := First_Index (Xtyp);
953 Xtyp := Etype (Indx);
956 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dsem_eval.adb957 Xtyp : Entity_Id; variable
966 Xtyp := Etype (Prefix (N));
971 if No (Xtyp) then
977 if Is_Access_Type (Xtyp) then
978 Xtyp := Designated_Type (Xtyp);
985 if not Is_Array_Type (Xtyp) then
991 if not Is_Constrained (Xtyp) then
1008 Indx := First_Index (Xtyp);
1018 Xtyp := Etype (Indx);
1021 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dsem_eval.adb989 Xtyp : Entity_Id; variable
998 Xtyp := Etype (Prefix (N));
1003 if No (Xtyp) then
1009 if Is_Access_Type (Xtyp) then
1010 Xtyp := Designated_Type (Xtyp);
1017 if not Is_Array_Type (Xtyp) then
1023 if not Is_Constrained (Xtyp) then
1040 Indx := First_Index (Xtyp);
1050 Xtyp := Etype (Indx);
1053 return Type_Low_Bound (Xtyp);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dsem_eval.adb957 Xtyp : Entity_Id; variable
966 Xtyp := Etype (Prefix (N));
971 if No (Xtyp) then
977 if Is_Access_Type (Xtyp) then
978 Xtyp := Designated_Type (Xtyp);
985 if not Is_Array_Type (Xtyp) then
991 if not Is_Constrained (Xtyp) then
1008 Indx := First_Index (Xtyp);
1018 Xtyp := Etype (Indx);
1021 return Type_Low_Bound (Xtyp);
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dsem_eval.adb957 Xtyp : Entity_Id; variable
966 Xtyp := Etype (Prefix (N));
971 if No (Xtyp) then
977 if Is_Access_Type (Xtyp) then
978 Xtyp := Designated_Type (Xtyp);
985 if not Is_Array_Type (Xtyp) then
991 if not Is_Constrained (Xtyp) then
1008 Indx := First_Index (Xtyp);
1018 Xtyp := Etype (Indx);
1021 return Type_Low_Bound (Xtyp);
[all …]

123