Home
last modified time | relevance | path

Searched refs:Num_Overlaps (Results 1 – 25 of 111) sorted by relevance

12345

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
H A Da-cofuba.adb141 new Element_Array'(1 .. Num_Overlaps (C1, C2) => <>);
165 function Num_Overlaps (C1 : Container; C2 : Container) return Count_Type is subprogram
176 end Num_Overlaps; argument
220 N : constant Count_Type := Num_Overlaps (C1, C2);
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
H A Da-cofuba.adb141 new Element_Array'(1 .. Num_Overlaps (C1, C2) => <>);
165 function Num_Overlaps (C1 : Container; C2 : Container) return Count_Type is subprogram
176 end Num_Overlaps; argument
220 N : constant Count_Type := Num_Overlaps (C1, C2);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
H A Da-cofuba.adb141 new Element_Array'(1 .. Num_Overlaps (C1, C2) => <>);
165 function Num_Overlaps (C1 : Container; C2 : Container) return Count_Type is subprogram
176 end Num_Overlaps; argument
220 N : constant Count_Type := Num_Overlaps (C1, C2);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
H A Da-cofuba.adb141 new Element_Array'(1 .. Num_Overlaps (C1, C2) => <>);
165 function Num_Overlaps (C1 : Container; C2 : Container) return Count_Type is subprogram
176 end Num_Overlaps; argument
220 N : constant Count_Type := Num_Overlaps (C1, C2);
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
H A Da-cofuba.adb141 new Element_Array'(1 .. Num_Overlaps (C1, C2) => <>);
165 function Num_Overlaps (C1 : Container; C2 : Container) return Count_Type is subprogram
176 end Num_Overlaps; argument
220 N : constant Count_Type := Num_Overlaps (C1, C2);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
H A Da-cofuba.adb141 new Element_Array'(1 .. Num_Overlaps (C1, C2) => <>);
165 function Num_Overlaps (C1 : Container; C2 : Container) return Count_Type is subprogram
176 end Num_Overlaps; argument
220 N : constant Count_Type := Num_Overlaps (C1, C2);
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
H A Da-cofuba.adb141 new Element_Array'(1 .. Num_Overlaps (C1, C2) => <>);
165 function Num_Overlaps (C1 : Container; C2 : Container) return Count_Type is subprogram
176 end Num_Overlaps; argument
220 N : constant Count_Type := Num_Overlaps (C1, C2);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
H A Da-cofuba.adb141 new Element_Array'(1 .. Num_Overlaps (C1, C2) => <>);
165 function Num_Overlaps (C1 : Container; C2 : Container) return Count_Type is subprogram
176 end Num_Overlaps; argument
220 N : constant Count_Type := Num_Overlaps (C1, C2);
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Da-cofuse.ads186 function Num_Overlaps (Left : Set; Right : Set) return Count_Type with subprogspec
191 Num_Overlaps'Result = Length (Intersection (Left, Right))
192 and (if Left <= Right then Num_Overlaps'Result = Length (Left)
193 else Num_Overlaps'Result < Length (Left))
194 and (if Right <= Left then Num_Overlaps'Result = Length (Right)
195 else Num_Overlaps'Result < Length (Right))
196 and (Num_Overlaps'Result = 0) = No_Overlap (Left, Right);
243 Length (Left) - Num_Overlaps (Left, Right) <=
247 Length (Left) - Num_Overlaps (Left, Right) + Length (Right)

12345