Home
last modified time | relevance | path

Searched refs:V1 (Results 126 – 150 of 18312) sorted by relevance

12345678910>>...733

/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.HealthCheck/
H A DHealthGrpc.cs28 namespace Grpc.Health.V1 {
66V1.HealthCheckRequest, global::Grpc.Health.V1.HealthCheckResponse> __Method_Check = new grpc::Meth…
73V1.HealthCheckRequest, global::Grpc.Health.V1.HealthCheckResponse> __Method_Watch = new grpc::Meth…
83 get { return global::Grpc.Health.V1.HealthReflection.Descriptor.Services[0]; }
97 …::System.Threading.Tasks.Task<global::Grpc.Health.V1.HealthCheckResponse> Check(global::Grpc.Healt… in Check()
123 …Tasks.Task Watch(global::Grpc.Health.V1.HealthCheckRequest request, grpc::IServerStreamWriter<glob… in Watch()
173 …public virtual global::Grpc.Health.V1.HealthCheckResponse Check(global::Grpc.Health.V1.HealthCheck… in Check()
197 …irtual grpc::AsyncUnaryCall<global::Grpc.Health.V1.HealthCheckResponse> CheckAsync(global::Grpc.He… in CheckAsync()
247 …rpc::AsyncServerStreamingCall<global::Grpc.Health.V1.HealthCheckResponse> Watch(global::Grpc.Healt… in Watch()
273 …ull : new grpc::UnaryServerMethod<global::Grpc.Health.V1.HealthCheckRequest, global::Grpc.Health.V… in BindService()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/element/
H A Dint.hpp40 Int<V0,V1,Idx,Val>::IdxVal::mark(void) { in mark()
158 Int<V0,V1,Idx,Val>::Int(Home home, IntSharedArray& c0, V0 y0, V1 y1) in Int()
167 Int<V0,V1,Idx,Val>::dispose(Space& home) { in dispose()
178 Int<V0,V1,Idx,Val>::post(Home home, IntSharedArray& c, V0 x0, V1 x1) { in post()
191 Int<V0,V1,Idx,Val>::Int(Space& home, Int& p) in Int()
199 Int<V0,V1,Idx,Val>::copy(Space& home) { in copy()
207 (V1::me(med) == ME_INT_VAL)) in cost()
222 Int<V0,V1,Idx,Val>::prune_idx(void) { in prune_idx()
244 Int<V0,V1,Idx,Val>::prune_val(void) { in prune_val()
247 ViewRanges<V1> v(x1); in prune_val()
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.classmates.com53 Sitemap: http://www.classmates.com/sitemaps/publicprofile/sitemapindex-publicprofile-1970-V1.xml
54 Sitemap: http://www.classmates.com/sitemaps/publicprofile/sitemapindex-publicprofile-1999-V1.xml
55 Sitemap: http://www.classmates.com/sitemaps/publicprofile/sitemapindex-publicprofile-2000-V1.xml
56 Sitemap: http://www.classmates.com/sitemaps/publicprofile/sitemapindex-publicprofile-2001-V1.xml
57 Sitemap: http://www.classmates.com/sitemaps/publicprofile/sitemapindex-publicprofile-2002-V1.xml
78 Sitemap: http://www.classmates.com/sitemaps/yearbook/sitemapindex-yearbook-2011-V1.xml
81 Sitemap: http://www.classmates.com/sitemaps/yearbook/sitemapindex-yearbook-2012-V1.xml
82 Sitemap: http://www.classmates.com/sitemaps/yearbook/sitemapindex-yearbook-2013-V1.xml
83 Sitemap: http://www.classmates.com/sitemaps/yearbook/sitemapindex-yearbook-2014-V1.xml
84 Sitemap: http://www.classmates.com/sitemaps/yearbook/sitemapindex-yearbook-2015-V1.xml
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/evolution_test/
H A Devolution_v1_generated.h10 namespace V1 {
232 Evolution::V1::Union c_type() const {
245 Evolution::V1::Enum d() const {
284 template<> inline const Evolution::V1::TableA *Root::c_as<Evolution::V1::TableA>() const {
288 template<> inline const Evolution::V1::TableB *Root::c_as<Evolution::V1::TableB>() const {
307 void add_d(Evolution::V1::Enum d) {
341 Evolution::V1::Union c_type = Evolution::V1::Union::NONE,
343 Evolution::V1::Enum d = Evolution::V1::Enum::King,
367 Evolution::V1::Union c_type = Evolution::V1::Union::NONE,
369 Evolution::V1::Enum d = Evolution::V1::Enum::King,
[all …]
/dports/math/amgcl/amgcl-1.4.2/amgcl/backend/
H A Deigen.hpp133 Alpha, M, V1, Beta, V2,
136 is_eigen_type<V1>::value &&
152 M, V1, V2, V3,
179 template < class V1, class V2 >
181 V1, V2,
197 A, V1, B, V2,
215 A, V1, B, V2, C, V3,
226 real a, const V1 &x, in apply()
240 Alpha, V1, V2, Beta, V3,
257 template < class V1, class V2 >
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/edgetempest/
H A DChCMatVec.h158 Vr[0] = (M1[0][0] * V1[0] + M1[0][1] * V1[1] + M1[0][2] * V1[2]); in MxV()
159 Vr[1] = (M1[1][0] * V1[0] + M1[1][1] * V1[1] + M1[1][2] * V1[2]); in MxV()
160 Vr[2] = (M1[2][0] * V1[0] + M1[2][1] * V1[1] + M1[2][2] * V1[2]); in MxV()
176 Vr[0] = (M1[0][0] * V1[0] + M1[1][0] * V1[1] + M1[2][0] * V1[2]); in MTxV()
177 Vr[1] = (M1[0][1] * V1[0] + M1[1][1] * V1[1] + M1[2][1] * V1[2]); in MTxV()
178 Vr[2] = (M1[0][2] * V1[0] + M1[1][2] * V1[1] + M1[2][2] * V1[2]); in MTxV()
182 Vr[0] = s1 * (M1[0][0] * V1[0] + M1[1][0] * V1[1] + M1[2][0] * V1[2]); in sMTxV()
183 Vr[1] = s1 * (M1[0][1] * V1[0] + M1[1][1] * V1[1] + M1[2][1] * V1[2]); in sMTxV()
184 Vr[2] = s1 * (M1[0][2] * V1[0] + M1[1][2] * V1[1] + M1[2][2] * V1[2]); in sMTxV()
239 return (V1[0] * V2[0] + V1[1] * V2[1] + V1[2] * V2[2]); in VdotV()
[all …]
/dports/math/gap/gap-4.11.0/pkg/CAP-2019.06.07/examples/testfiles/
H A DOppositeCategory.gi9 V1 := Opposite( TensorUnit( vec ) );;
10 V2 := DirectSum( V1, V1 );;
11 V3 := DirectSum( V1, V2 );;
12 V4 := DirectSum( V1, V3 );;
13 V5 := DirectSum( V1, V4 );;
14 alpha13 := InjectionOfCofactorOfDirectSum( [ V1, V2 ], 1 );;
15 alpha14 := InjectionOfCofactorOfDirectSum( [ V1, V2, V1 ], 3 );;
16 alpha15 := InjectionOfCofactorOfDirectSum( [ V2, V1, V2 ], 2 );;
17 alpha23 := InjectionOfCofactorOfDirectSum( [ V2, V1 ], 1 );;
18 alpha24 := InjectionOfCofactorOfDirectSum( [ V1, V2, V1 ], 2 );;
[all …]
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.HealthCheck/
H A DHealthGrpc.cs28 namespace Grpc.Health.V1 {
72V1.HealthCheckRequest, global::Grpc.Health.V1.HealthCheckResponse> __Method_Check = new grpc::Meth…
80V1.HealthCheckRequest, global::Grpc.Health.V1.HealthCheckResponse> __Method_Watch = new grpc::Meth…
90 get { return global::Grpc.Health.V1.HealthReflection.Descriptor.Services[0]; }
105 …::System.Threading.Tasks.Task<global::Grpc.Health.V1.HealthCheckResponse> Check(global::Grpc.Healt… in Check()
132 …Tasks.Task Watch(global::Grpc.Health.V1.HealthCheckRequest request, grpc::IServerStreamWriter<glob… in Watch()
188 …public virtual global::Grpc.Health.V1.HealthCheckResponse Check(global::Grpc.Health.V1.HealthCheck… in Check()
214 …irtual grpc::AsyncUnaryCall<global::Grpc.Health.V1.HealthCheckResponse> CheckAsync(global::Grpc.He… in CheckAsync()
266 …rpc::AsyncServerStreamingCall<global::Grpc.Health.V1.HealthCheckResponse> Watch(global::Grpc.Healt… in Watch()
295 …ull : new grpc::UnaryServerMethod<global::Grpc.Health.V1.HealthCheckRequest, global::Grpc.Health.V… in BindService()
[all …]
/dports/math/gap/gap-4.11.0/pkg/ctbllib/data/
H A Dgrp_perf.dat169 ["P1/G1/L1/V1/ext2",[[960,2]]],
170 ["P1/G1/L1/V1/ext3",[[4860,1]]],
171 ["P1/G1/L1/V1/ext4",[[15360,7]]],
172 ["P1/G1/L1/V1/ext5",[[37500,1]]],
173 ["P1/G1/L1/V1/ext6",[[77760,2]]],
176 ["P1/G2/L1/V1/ext2",[[1920,1]]],
177 ["P1/G2/L1/V1/ext3",[[14580,1]]],
180 ["P1/G3/L2/V1/ext2",[[3840,3]]],
181 ["P1/G3/L2/V1/ext3",[[43740,1]]],
182 ["P11/G1/L1/V1/ext2",[[10752,5]]],
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/hash/crc32/
H A Dcrc32_s390x.s117 VPERM V1, V1, CONST_PERM_LE2BE, V1
122 VX V0, V1, V1 // V1 ^= CRC
145 VGFMAG CONST_R2R1, V1, V5, V1
159 VGFMAG CONST_R4R3, V1, V2, V1
160 VGFMAG CONST_R4R3, V1, V3, V1
161 VGFMAG CONST_R4R3, V1, V4, V1
171 VGFMAG CONST_R4R3, V1, V2, V1 // Fold next data chunk
186 VGFMG V0, V1, V1
190 VUPLLF V1, V1 // Split rightmost doubleword
191 VGFMAG CONST_R5, V1, V2, V1 // V1 = (V1 * R5) XOR V2
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/BRepLib/
H A DBRepLib_MakeEdge2d.cxx194 Init(GL,V1,V2); in BRepLib_MakeEdge2d()
244 Init(GC,V1,V2); in BRepLib_MakeEdge2d()
440 Init(L,V1,V2); in BRepLib_MakeEdge2d()
509 V2 = V1; in Init()
563 V2 = V1; in Init()
604 V1 = VV1; in Init()
610 V1 = VV1; in Init()
615 V1 = VV2; in Init()
647 V2 = V1; in Init()
650 V1 = V2; in Init()
[all …]
/dports/lang/yap/yap-6.2.2/library/
H A Dlambda.pl126 ^(V1,Goal,V1) :-
128 ^(V1,Goal,V1,V2) :-
130 ^(V1,Goal,V1,V2,V3) :-
132 ^(V1,Goal,V1,V2,V3,V4) :-
134 ^(V1,Goal,V1,V2,V3,V4,V5) :-
136 ^(V1,Goal,V1,V2,V3,V4,V5,V6) :-
138 ^(V1,Goal,V1,V2,V3,V4,V5,V6,V7) :-
152 \(FC,V1) :-
154 \(FC,V1,V2) :-
156 \(FC,V1,V2,V3) :-
[all …]
/dports/science/elk/elk-7.2.42/src/LAPACK/
H A Ddcombssq.f61 SUBROUTINE DCOMBSSQ( V1, V2 ) argument
69 DOUBLE PRECISION V1( 2 ), V2( 2 )
80 IF( V1( 1 ).GE.V2( 1 ) ) THEN
81 IF( V1( 1 ).NE.ZERO ) THEN
82 V1( 2 ) = V1( 2 ) + ( V2( 1 ) / V1( 1 ) )**2 * V2( 2 )
85 V1( 2 ) = V2( 2 ) + ( V1( 1 ) / V2( 1 ) )**2 * V1( 2 )
86 V1( 1 ) = V2( 1 )
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/polynomial-matrix/
H A Dpolynomial-fft-butterflies.h130 V1 = simd::add(V3,V4); in Butterfly_DIT_mod4p()
155 V3 = simd::add(V1,V2); in Butterfly_DIT_mod4p_firststeps()
159 V4 = simd::sub(V1,T1); in Butterfly_DIT_mod4p_firststeps()
181 T1 = simd::add(V1,V2); in Butterfly_DIT_mod4p_firststeps()
184 T2 = simd::sub(V1,T3); in Butterfly_DIT_mod4p_firststeps()
207 V4 = simd::sub(V1,T); in Butterfly_DIF_mod2p()
297 V1 = simd::add(V3,V4); in Butterfly_DIT_mod4p()
325 V1 = simd::add(V3,V4); in Butterfly_DIT_mod4p_firststeps()
350 V1 = simd::add(V3,V4); in Butterfly_DIT_mod4p_firststeps()
369 V1 = simd::add(V6,V7); in Butterfly_DIT_mod4p_firststeps()
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/core/
H A Dpermute_bytes16.h27 template<unsigned N, class V1, class E2> SIMDPP_INL
28 typename detail::get_expr_nomask<V1>::empty
29 permute_bytes16(const any_vec8<N,V1>& a, const uint8<N,E2>& mask) in permute_bytes16()
31 typename detail::get_expr_nomask<V1>::type ra = a.wrapped().eval(); in permute_bytes16()
35 template<unsigned N, class V1, class E2> SIMDPP_INL
36 typename detail::get_expr_nomask<V1>::empty
37 permute_bytes16(const any_vec16<N,V1>& a, const uint16<N,E2>& mask) in permute_bytes16()
43 template<unsigned N, class V1, class E2> SIMDPP_INL
44 typename detail::get_expr_nomask<V1>::empty
51 template<unsigned N, class V1, class E2> SIMDPP_INL
[all …]
H A Dpermute_zbytes16.h28 template<unsigned N, class V1, class E2> SIMDPP_INL
29 typename detail::get_expr_nomask<V1>::empty
30 permute_zbytes16(const any_vec8<N,V1>& a, const uint8<N,E2>& mask) in permute_zbytes16()
32 typename detail::get_expr_nomask<V1>::type ra = a.wrapped().eval(); in permute_zbytes16()
36 template<unsigned N, class V1, class E2> SIMDPP_INL
37 typename detail::get_expr_nomask<V1>::empty
40 typename detail::get_expr_nomask<V1>::type ra = a.wrapped().eval(); in permute_zbytes16()
44 template<unsigned N, class V1, class E2> SIMDPP_INL
45 typename detail::get_expr_nomask<V1>::empty
52 template<unsigned N, class V1, class E2> SIMDPP_INL
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/hash/crc32/
H A Dcrc32_s390x.s139 VPERM V1, V1, CONST_PERM_LE2BE, V1
144 VX V0, V1, V1 // V1 ^= CRC
167 VGFMAG CONST_R2R1, V1, V5, V1
181 VGFMAG CONST_R4R3, V1, V2, V1
182 VGFMAG CONST_R4R3, V1, V3, V1
183 VGFMAG CONST_R4R3, V1, V4, V1
193 VGFMAG CONST_R4R3, V1, V2, V1 // Fold next data chunk
208 VGFMG V0, V1, V1
212 VUPLLF V1, V1 // Split rightmost doubleword
213 VGFMAG CONST_R5, V1, V2, V1 // V1 = (V1 * R5) XOR V2
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/hash/crc32/
H A Dcrc32_s390x.s139 VPERM V1, V1, CONST_PERM_LE2BE, V1
144 VX V0, V1, V1 // V1 ^= CRC
167 VGFMAG CONST_R2R1, V1, V5, V1
181 VGFMAG CONST_R4R3, V1, V2, V1
182 VGFMAG CONST_R4R3, V1, V3, V1
183 VGFMAG CONST_R4R3, V1, V4, V1
193 VGFMAG CONST_R4R3, V1, V2, V1 // Fold next data chunk
208 VGFMG V0, V1, V1
212 VUPLLF V1, V1 // Split rightmost doubleword
213 VGFMAG CONST_R5, V1, V2, V1 // V1 = (V1 * R5) XOR V2
[all …]
/dports/benchmarks/bombardier/bombardier-1.2.5/vendor/github.com/klauspost/crc32/
H A Dcrc32_s390x.s140 VPERM V1, V1, CONST_PERM_LE2BE, V1
145 VX V0, V1, V1 // V1 ^= CRC
167 VGFMAG CONST_R2R1, V1, V5, V1
181 VGFMAG CONST_R4R3, V1, V2, V1
182 VGFMAG CONST_R4R3, V1, V3, V1
183 VGFMAG CONST_R4R3, V1, V4, V1
193 VGFMAG CONST_R4R3, V1, V2, V1 // Fold next data chunk
208 VGFMG V0, V1, V1
212 VUPLLF V1, V1 // Split rightmost doubleword
213 VGFMAG CONST_R5, V1, V2, V1 // V1 = (V1 * R5) XOR V2
[all …]
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/klauspost/crc32/
H A Dcrc32_s390x.s140 VPERM V1, V1, CONST_PERM_LE2BE, V1
145 VX V0, V1, V1 // V1 ^= CRC
167 VGFMAG CONST_R2R1, V1, V5, V1
181 VGFMAG CONST_R4R3, V1, V2, V1
182 VGFMAG CONST_R4R3, V1, V3, V1
183 VGFMAG CONST_R4R3, V1, V4, V1
193 VGFMAG CONST_R4R3, V1, V2, V1 // Fold next data chunk
208 VGFMG V0, V1, V1
212 VUPLLF V1, V1 // Split rightmost doubleword
213 VGFMAG CONST_R5, V1, V2, V1 // V1 = (V1 * R5) XOR V2
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Test/Vectors/VTest/
H A DBenchmrk.inc3 V1, V2: TFastVector;
5 V1:=TFastVector.Create(0, 0);
10 V1.Count:=SizeToTest[I];
14 V1.AddVector(V2);
51 V1.AddScalar(0);
63 V1.MulScalar(1);
75 V1.SqrSum;
87 V1.Sum;
99 V1.Sort;
111 V1.SortDesc;
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkStaticEdgeLocatorTemplate.h79 TId V1; member
89 , V1(v1) in EdgeTuple()
103 this->V1 = v1; in Define()
108 this->V1 = v0; in Define()
114 return ((this->V0 == et.V0 && this->V1 == et.V1) ? true : false);
119 return ((this->V0 != et.V0 || this->V1 != et.V1) ? true : false);
140 if (this->V1 < tup.V1)
221 IDType V0, V1; in IsInsertedEdge() local
225 V1 = v1; in IsInsertedEdge()
230 V1 = v0; in IsInsertedEdge()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/opaque_SUITE_data/src/modules/
H A Dopaque_digraph.erl269 V1 :: vertex(),
277 V1 :: vertex(),
287 V1 :: vertex(),
333 V1 :: vertex(),
411 [{E, V1, V2, _}] ->
424 [{E,V1,V2,_}] ->
446 rm_edge(V1, V2, G) ->
452 [{E, V1, V2, _}] ->
501 acyclic_add_edge(_E, V1, V2, _L, _G) when V1 =:= V2 ->
515 V1 :: vertex(),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/opaque_SUITE_data/src/modules/
H A Dopaque_digraph.erl269 V1 :: vertex(),
277 V1 :: vertex(),
287 V1 :: vertex(),
333 V1 :: vertex(),
411 [{E, V1, V2, _}] ->
424 [{E,V1,V2,_}] ->
446 rm_edge(V1, V2, G) ->
452 [{E, V1, V2, _}] ->
501 acyclic_add_edge(_E, V1, V2, _L, _G) when V1 =:= V2 ->
515 V1 :: vertex(),
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Ddigraph.erl262 V1 :: vertex(),
265 add_edge(G, V1, V2) ->
270 V1 :: vertex(),
280 V1 :: vertex(),
326 V1 :: vertex(),
408 [{E, V1, V2, _}] ->
421 [{E,V1,V2,_}] ->
443 rm_edge(V1, V2, G) ->
449 [{E, V1, V2, _}] ->
498 acyclic_add_edge(_E, V1, V2, _L, _G) when V1 =:= V2 ->
[all …]

12345678910>>...733