Home
last modified time | relevance | path

Searched refs:plus1 (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
41 Expect(1).To(WithTransform(plus1, Equal(2)))
42 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
43 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
59 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
60 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
66 m := WithTransform(plus1, Equal(3))
74 m := Not(WithTransform(plus1, Equal(3)))
82 m := WithTransform(plus1, Equal(3))
92 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
41 Expect(1).To(WithTransform(plus1, Equal(2)))
42 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
43 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
59 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
60 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
66 m := WithTransform(plus1, Equal(3))
74 m := Not(WithTransform(plus1, Equal(3)))
82 m := WithTransform(plus1, Equal(3))
92 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
41 Expect(1).To(WithTransform(plus1, Equal(2)))
42 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
43 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
59 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
60 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
66 m := WithTransform(plus1, Equal(3))
74 m := Not(WithTransform(plus1, Equal(3)))
82 m := WithTransform(plus1, Equal(3))
92 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
41 Expect(1).To(WithTransform(plus1, Equal(2)))
42 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
43 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
59 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
60 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
66 m := WithTransform(plus1, Equal(3))
74 m := Not(WithTransform(plus1, Equal(3)))
82 m := WithTransform(plus1, Equal(3))
92 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
41 Expect(1).To(WithTransform(plus1, Equal(2)))
42 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
43 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
59 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
60 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
66 m := WithTransform(plus1, Equal(3))
74 m := Not(WithTransform(plus1, Equal(3)))
82 m := WithTransform(plus1, Equal(3))
92 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
41 Expect(1).To(WithTransform(plus1, Equal(2)))
42 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
43 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
59 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
60 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
66 m := WithTransform(plus1, Equal(3))
74 m := Not(WithTransform(plus1, Equal(3)))
82 m := WithTransform(plus1, Equal(3))
92 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/cloudfoundry/socks5-proxy/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
41 Expect(1).To(WithTransform(plus1, Equal(2)))
42 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
43 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
59 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
60 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
66 m := WithTransform(plus1, Equal(3))
74 m := Not(WithTransform(plus1, Equal(3)))
82 m := WithTransform(plus1, Equal(3))
92 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
41 Expect(1).To(WithTransform(plus1, Equal(2)))
42 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
43 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
59 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
60 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
66 m := WithTransform(plus1, Equal(3))
74 m := Not(WithTransform(plus1, Equal(3)))
82 m := WithTransform(plus1, Equal(3))
92 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
41 Expect(1).To(WithTransform(plus1, Equal(2)))
42 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
43 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
59 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
60 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
66 m := WithTransform(plus1, Equal(3))
74 m := Not(WithTransform(plus1, Equal(3)))
82 m := WithTransform(plus1, Equal(3))
92 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
41 Expect(1).To(WithTransform(plus1, Equal(2)))
42 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
43 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
59 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
60 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
66 m := WithTransform(plus1, Equal(3))
74 m := Not(WithTransform(plus1, Equal(3)))
82 m := WithTransform(plus1, Equal(3))
92 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dstaticmethod.pyx2 >>> class1.plus1(1)
4 >>> class2.plus1(1)
6 >>> class3.plus1(1)
8 >>> class4.plus1(1)
10 >>> class4().plus1(1)
24 plus1 = f_plus variable in class1
27 plus1 = f_plus variable in class2
30 plus1 = f_plus variable in class3
34 def plus1(a): member in class4
46 >>> cls.plus1(1)
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
79 Expect(1).To(WithTransform(plus1, Equal(2)))
80 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
81 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
103 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
104 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
110 m := WithTransform(plus1, Equal(3))
118 m := Not(WithTransform(plus1, Equal(3)))
126 m := WithTransform(plus1, Equal(3))
136 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/gomega/matchers/
H A Dwith_transform_test.go13 var plus1 = func(i int) int { return i + 1 }
84 Expect(1).To(WithTransform(plus1, Equal(2)))
85 Expect(1).To(WithTransform(plus1, WithTransform(plus1, Equal(3))))
86 Expect(1).To(WithTransform(plus1, And(Equal(2), BeNumerically(">", 1))))
108 Expect(1).ToNot(WithTransform(plus1, Equal(3)))
109 Expect(1).ToNot(WithTransform(plus1, WithTransform(plus1, Equal(2))))
115 m := WithTransform(plus1, Equal(3))
123 m := Not(WithTransform(plus1, Equal(3)))
141 m := WithTransform(plus1, Equal(3))
151 … m := WithTransform(plus1, Or()) // empty Or() always returns false, and indicates it cannot change
[all …]
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/dat/dlua/
H A Dlm_trove.lua64 if item.plus1 == nil then
65 item.plus1 = false
185 if item.plus1 == nil then item.plus1 = false end
212 if item.plus1 ~= false then
320 if item.plus1 ~= false and item.plus1 ~= nil then
322 if item.plus1 > -1 then
325 s = s .. item.plus1
335 s = s .. " +" .. item.plus1
412 if iplus1 ~= false and item.plus1 ~= false and iplus1 ~= item.plus1 then
447 if iplus1 ~= nil and item.plus1 ~= false and iplus1 < item.plus1 then
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Analysis/BasicAA/
H A Dzext.ll36 %i = phi i32 [ 0, %0 ], [ %i.plus1, %for.loop ]
41 %i.plus1 = add nuw nsw i32 %i, 1
42 %cmp = icmp eq i32 %i.plus1, 10
62 %i.plus1 = add nuw nsw i32 %i, 1
64 %cmp = icmp eq i32 %i.plus1, 10
127 %i.plus1 = add nsw i32 %i, 1
128 %cmp = icmp slt i32 %i.plus1, 2
158 %i.plus1 = add nsw i32 %i, 1
159 %cmp = icmp slt i32 %i.plus1, 2
180 %i.plus1 = add nsw i32 %i, 1
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Analysis/BasicAA/
H A Dzext.ll36 %i = phi i32 [ 0, %0 ], [ %i.plus1, %for.loop ]
41 %i.plus1 = add nuw nsw i32 %i, 1
42 %cmp = icmp eq i32 %i.plus1, 10
62 %i.plus1 = add nuw nsw i32 %i, 1
64 %cmp = icmp eq i32 %i.plus1, 10
127 %i.plus1 = add nsw i32 %i, 1
128 %cmp = icmp slt i32 %i.plus1, 2
158 %i.plus1 = add nsw i32 %i, 1
159 %cmp = icmp slt i32 %i.plus1, 2
180 %i.plus1 = add nsw i32 %i, 1
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/Analysis/BasicAA/
H A Dzext.ll36 %i = phi i32 [ 0, %0 ], [ %i.plus1, %for.loop ]
41 %i.plus1 = add nuw nsw i32 %i, 1
42 %cmp = icmp eq i32 %i.plus1, 10
62 %i.plus1 = add nuw nsw i32 %i, 1
64 %cmp = icmp eq i32 %i.plus1, 10
127 %i.plus1 = add nsw i32 %i, 1
128 %cmp = icmp slt i32 %i.plus1, 2
158 %i.plus1 = add nsw i32 %i, 1
159 %cmp = icmp slt i32 %i.plus1, 2
180 %i.plus1 = add nsw i32 %i, 1
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Analysis/BasicAA/
H A Dzext.ll36 %i = phi i32 [ 0, %0 ], [ %i.plus1, %for.loop ]
41 %i.plus1 = add nuw nsw i32 %i, 1
42 %cmp = icmp eq i32 %i.plus1, 10
62 %i.plus1 = add nuw nsw i32 %i, 1
64 %cmp = icmp eq i32 %i.plus1, 10
127 %i.plus1 = add nsw i32 %i, 1
128 %cmp = icmp slt i32 %i.plus1, 2
158 %i.plus1 = add nsw i32 %i, 1
159 %cmp = icmp slt i32 %i.plus1, 2
180 %i.plus1 = add nsw i32 %i, 1
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Analysis/BasicAA/
H A Dzext.ll36 %i = phi i32 [ 0, %0 ], [ %i.plus1, %for.loop ]
41 %i.plus1 = add nuw nsw i32 %i, 1
42 %cmp = icmp eq i32 %i.plus1, 10
62 %i.plus1 = add nuw nsw i32 %i, 1
64 %cmp = icmp eq i32 %i.plus1, 10
127 %i.plus1 = add nsw i32 %i, 1
128 %cmp = icmp slt i32 %i.plus1, 2
158 %i.plus1 = add nsw i32 %i, 1
159 %cmp = icmp slt i32 %i.plus1, 2
180 %i.plus1 = add nsw i32 %i, 1
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/Analysis/BasicAA/
H A Dzext.ll36 %i = phi i32 [ 0, %0 ], [ %i.plus1, %for.loop ]
41 %i.plus1 = add nuw nsw i32 %i, 1
42 %cmp = icmp eq i32 %i.plus1, 10
62 %i.plus1 = add nuw nsw i32 %i, 1
64 %cmp = icmp eq i32 %i.plus1, 10
127 %i.plus1 = add nsw i32 %i, 1
128 %cmp = icmp slt i32 %i.plus1, 2
158 %i.plus1 = add nsw i32 %i, 1
159 %cmp = icmp slt i32 %i.plus1, 2
180 %i.plus1 = add nsw i32 %i, 1
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Analysis/BasicAA/
H A Dzext.ll36 %i = phi i32 [ 0, %0 ], [ %i.plus1, %for.loop ]
41 %i.plus1 = add nuw nsw i32 %i, 1
42 %cmp = icmp eq i32 %i.plus1, 10
62 %i.plus1 = add nuw nsw i32 %i, 1
64 %cmp = icmp eq i32 %i.plus1, 10
127 %i.plus1 = add nsw i32 %i, 1
128 %cmp = icmp slt i32 %i.plus1, 2
158 %i.plus1 = add nsw i32 %i, 1
159 %cmp = icmp slt i32 %i.plus1, 2
180 %i.plus1 = add nsw i32 %i, 1
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Analysis/BasicAA/
H A Dzext.ll36 %i = phi i32 [ 0, %0 ], [ %i.plus1, %for.loop ]
41 %i.plus1 = add nuw nsw i32 %i, 1
42 %cmp = icmp eq i32 %i.plus1, 10
62 %i.plus1 = add nuw nsw i32 %i, 1
64 %cmp = icmp eq i32 %i.plus1, 10
127 %i.plus1 = add nsw i32 %i, 1
128 %cmp = icmp slt i32 %i.plus1, 2
158 %i.plus1 = add nsw i32 %i, 1
159 %cmp = icmp slt i32 %i.plus1, 2
180 %i.plus1 = add nsw i32 %i, 1
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/config/nds32/
H A Dnds32-cost.c530 rtx plus0, plus1; in nds32_address_cost_speed_prefer() local
564 plus1 = XEXP (address, 1); in nds32_address_cost_speed_prefer()
566 if (REG_P (plus0) && CONST_INT_P (plus1)) in nds32_address_cost_speed_prefer()
570 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_prefer()
586 rtx plus0, plus1; in nds32_address_cost_speed_fwprop() local
620 plus1 = XEXP (address, 1); in nds32_address_cost_speed_fwprop()
626 if (satisfies_constraint_Iu03 (plus1)) in nds32_address_cost_speed_fwprop()
633 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_fwprop()
649 rtx plus0, plus1; in nds32_address_cost_size_prefer() local
683 plus1 = XEXP (address, 1); in nds32_address_cost_size_prefer()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/nds32/
H A Dnds32-cost.c530 rtx plus0, plus1; in nds32_address_cost_speed_prefer() local
564 plus1 = XEXP (address, 1); in nds32_address_cost_speed_prefer()
566 if (REG_P (plus0) && CONST_INT_P (plus1)) in nds32_address_cost_speed_prefer()
570 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_prefer()
586 rtx plus0, plus1; in nds32_address_cost_speed_fwprop() local
620 plus1 = XEXP (address, 1); in nds32_address_cost_speed_fwprop()
626 if (satisfies_constraint_Iu03 (plus1)) in nds32_address_cost_speed_fwprop()
633 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_fwprop()
649 rtx plus0, plus1; in nds32_address_cost_size_prefer() local
683 plus1 = XEXP (address, 1); in nds32_address_cost_size_prefer()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/nds32/
H A Dnds32-cost.c530 rtx plus0, plus1; in nds32_address_cost_speed_prefer() local
564 plus1 = XEXP (address, 1); in nds32_address_cost_speed_prefer()
566 if (REG_P (plus0) && CONST_INT_P (plus1)) in nds32_address_cost_speed_prefer()
570 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_prefer()
586 rtx plus0, plus1; in nds32_address_cost_speed_fwprop() local
620 plus1 = XEXP (address, 1); in nds32_address_cost_speed_fwprop()
626 if (satisfies_constraint_Iu03 (plus1)) in nds32_address_cost_speed_fwprop()
633 else if (REG_P (plus0) && REG_P (plus1)) in nds32_address_cost_speed_fwprop()
649 rtx plus0, plus1; in nds32_address_cost_size_prefer() local
683 plus1 = XEXP (address, 1); in nds32_address_cost_size_prefer()
[all …]

12345678910>>...28