Home
last modified time | relevance | path

Searched refs:b1b2 (Results 1 – 25 of 105) sorted by relevance

12345

/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dshort-vector.h110 integer b1b2, b1b3, b2b3 ; variable
191 std::swap(b1b2,b2b3); in sort()
196 std::swap(b1b2, b1b3); in sort()
204 r=b1b2/lb1; in binaryGaussReduce()
208 la= (-r*(b1b2))<<1; in binaryGaussReduce()
216 integer::maxpyin(b1b2,r,lb2); in binaryGaussReduce()
224 integer::maxpyin(b1b2,r,lb1); in binaryGaussReduce()
245 integer::axpyin(rr,x1<<1,b1b2); in SEL()
300 innerProduct(b1b2, b1, b2); in TernaryLattice()
328 innerProduct(b1b2, b1, b2); in TernaryLattice()
[all …]
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/
H A Dcollision_util.cpp121 SET3 (b1b2,b2,-,b1); in dClosestLineSegmentPoints()
124 db1 = dDOT(b1b2,a1b1); in dClosestLineSegmentPoints()
133 db2 = dDOT(b1b2,a1b2); in dClosestLineSegmentPoints()
142 db3 = dDOT(b1b2,a2b1); in dClosestLineSegmentPoints()
151 db4 = dDOT(b1b2,a2b2); in dClosestLineSegmentPoints()
166 if (dDOT(b1b2,n) >= 0) { in dClosestLineSegmentPoints()
176 if (dDOT(b1b2,n) <= 0) { in dClosestLineSegmentPoints()
183 lb = dDOT(b1b2,b1b2); in dClosestLineSegmentPoints()
186 SET3 (n,-a1b1,-,k*b1b2); in dClosestLineSegmentPoints()
196 SET3 (n,-a2b1,-,k*b1b2); in dClosestLineSegmentPoints()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/
H A Dcollision_util.cpp121 SET3 (b1b2,b2,-,b1); in dClosestLineSegmentPoints()
124 db1 = dDOT(b1b2,a1b1); in dClosestLineSegmentPoints()
133 db2 = dDOT(b1b2,a1b2); in dClosestLineSegmentPoints()
142 db3 = dDOT(b1b2,a2b1); in dClosestLineSegmentPoints()
151 db4 = dDOT(b1b2,a2b2); in dClosestLineSegmentPoints()
166 if (dDOT(b1b2,n) >= 0) { in dClosestLineSegmentPoints()
176 if (dDOT(b1b2,n) <= 0) { in dClosestLineSegmentPoints()
183 lb = dDOT(b1b2,b1b2); in dClosestLineSegmentPoints()
186 SET3 (n,-a1b1,-,k*b1b2); in dClosestLineSegmentPoints()
196 SET3 (n,-a2b1,-,k*b1b2); in dClosestLineSegmentPoints()
[all …]
/dports/devel/ode/ode-0.13/ode/src/
H A Dcollision_util.cpp122 SET3 (b1b2,b2,-,b1); in dClosestLineSegmentPoints()
125 db1 = dCalcVectorDot3(b1b2,a1b1); in dClosestLineSegmentPoints()
134 db2 = dCalcVectorDot3(b1b2,a1b2); in dClosestLineSegmentPoints()
143 db3 = dCalcVectorDot3(b1b2,a2b1); in dClosestLineSegmentPoints()
184 lb = dCalcVectorDot3(b1b2,b1b2); in dClosestLineSegmentPoints()
187 SET3 (n,-a1b1,-,k*b1b2); in dClosestLineSegmentPoints()
190 SET3 (cp2,b1,+,k*b1b2); in dClosestLineSegmentPoints()
197 SET3 (n,-a2b1,-,k*b1b2); in dClosestLineSegmentPoints()
200 SET3 (cp2,b1,+,k*b1b2); in dClosestLineSegmentPoints()
207 k = dCalcVectorDot3(a1a2,b1b2); in dClosestLineSegmentPoints()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/nn/
H A Dbitserial_conv2d.py110 b1b2 = (b1 + b2).astype(out_dtype)
123 << (b1b2)
131 b1b2 = (b1 + b2).astype(out_dtype)
138 << (b1b2)
234 b1b2 = (b1 + b2).astype(out_dtype)
247 << b1b2
255 b1b2 = (b1 + b2).astype(out_dtype)
262 << b1b2
/dports/science/tfel-edf/tfel-3.2.1/src/NUMODIS/
H A DIDirection.cxx44 int b1b2=numodis::math::iScalProduct(lhs.getIndex(),rhs.getIndex()); in operator ==() local
51 return (b1b1!=0 && b2b2!=0 ? b1b1*b2b2==b1b2*b1b2 : b1b1==b2b2); in operator ==()
H A DIBurgers.cxx188 int b1b2=numodis::math::iScalProduct(b1._index,b2._index); in Coincide() local
197 if(b1b1*b2b2==b1b2*b1b2) in Coincide()
198 return (b1b2>0 ? 1 : -1); in Coincide()
H A DIPlane.cxx70 int b1b2=numodis::math::iScalProduct(lhs.getIndex(),rhs.getIndex());
77 return b1b1*b2b2==b1b2*b1b2;
/dports/science/tfel/tfel-3.4.0/src/NUMODIS/
H A DIDirection.cxx44 int b1b2=numodis::math::iScalProduct(lhs.getIndex(),rhs.getIndex()); in operator ==() local
51 return (b1b1!=0 && b2b2!=0 ? b1b1*b2b2==b1b2*b1b2 : b1b1==b2b2); in operator ==()
H A DIBurgers.cxx188 int b1b2=numodis::math::iScalProduct(b1._index,b2._index); in Coincide() local
197 if(b1b1*b2b2==b1b2*b1b2) in Coincide()
198 return (b1b2>0 ? 1 : -1); in Coincide()
H A DIPlane.cxx70 int b1b2=numodis::math::iScalProduct(lhs.getIndex(),rhs.getIndex()); in operator ==() local
77 return b1b1*b2b2==b1b2*b1b2; in operator ==()
/dports/misc/tvm/incubator-tvm-0.6.1/topi/python/topi/nn/
H A Dbitserial_conv2d.py101 b1b2 = (b1+b2).astype(out_dtype)
107 << (b1b2)).astype(out_dtype),
111 b1b2 = (b1+b2).astype(out_dtype)
114 Filter_q[ff, rc, ry, rx, b2])<< (b1b2)).astype(out_dtype),
194 b1b2 = (b1+b2).astype(out_dtype)
200 << b1b2).astype(out_dtype),
205 b1b2 = (b1+b2).astype(out_dtype)
208 Filter_q[ry, rx, rc, ff, b2]) << b1b2).astype(out_dtype),
300 b1b2 = (b1+b2).astype(out_dtype)
407 b1b2 = (b1+b2).astype(out_dtype)
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/topi/python/topi/nn/
H A Dbitserial_conv2d.py101 b1b2 = (b1+b2).astype(out_dtype)
107 << (b1b2)).astype(out_dtype),
111 b1b2 = (b1+b2).astype(out_dtype)
114 Filter_q[ff, rc, ry, rx, b2])<< (b1b2)).astype(out_dtype),
194 b1b2 = (b1+b2).astype(out_dtype)
200 << b1b2).astype(out_dtype),
205 b1b2 = (b1+b2).astype(out_dtype)
208 Filter_q[ry, rx, rc, ff, b2]) << b1b2).astype(out_dtype),
300 b1b2 = (b1+b2).astype(out_dtype)
407 b1b2 = (b1+b2).astype(out_dtype)
[all …]
/dports/science/py-PyFR/pyfr-1.12.3/pyfr/solvers/euler/kernels/rsolvers/
H A Droem.mako55 fpdtype_t b1b2 = b1*b2;
59 b1b2 = b1b2*rcp_b1_b2;
85 + b1b2*(du[${i}] - g*bdq[${i}]);
/dports/graphics/zbar/zbar-0.23.90/zbar/decoder/
H A Dcodabar.c90 unsigned long b1b2 = wb1 * wb2; in codabar_decode7() local
91 if(b1b2 + b1b2 / 8 < b0b3) { in codabar_decode7()
103 else if(b1b2 > b0b3 + b0b3 / 8) { in codabar_decode7()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/fipsmodule/modes/
H A Dgcm_nohw.c110 __m128i b1b2 = in gcm_mul32_nohw() local
114 c0c1 = _mm_xor_si128(c0c1, _mm_mul_epu32(a3a3, b1b2)); in gcm_mul32_nohw()
116 c2c3 = _mm_xor_si128(c2c3, _mm_mul_epu32(a1a1, b1b2)); in gcm_mul32_nohw()
/dports/games/pioneer/pioneer-20210723/src/
H A DDynamicBody.cpp228 vector3d b1b2 = GetPosition(); in CalcExternalForce() local
230 double invrsqr = 1.0 / b1b2.LengthSqr(); in CalcExternalForce()
232 m_externalForce = -b1b2 * sqrt(invrsqr) * force; in CalcExternalForce()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/fipsmodule/modes/
H A Dgcm_nohw.c110 __m128i b1b2 = in gcm_mul32_nohw() local
114 c0c1 = _mm_xor_si128(c0c1, _mm_mul_epu32(a3a3, b1b2)); in gcm_mul32_nohw()
116 c2c3 = _mm_xor_si128(c2c3, _mm_mul_epu32(a1a1, b1b2)); in gcm_mul32_nohw()
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/fipsmodule/modes/
H A Dgcm_nohw.c110 __m128i b1b2 = in gcm_mul32_nohw() local
114 c0c1 = _mm_xor_si128(c0c1, _mm_mul_epu32(a3a3, b1b2)); in gcm_mul32_nohw()
116 c2c3 = _mm_xor_si128(c2c3, _mm_mul_epu32(a1a1, b1b2)); in gcm_mul32_nohw()
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/fipsmodule/modes/
H A Dgcm_nohw.c110 __m128i b1b2 = in gcm_mul32_nohw() local
114 c0c1 = _mm_xor_si128(c0c1, _mm_mul_epu32(a3a3, b1b2)); in gcm_mul32_nohw()
116 c2c3 = _mm_xor_si128(c2c3, _mm_mul_epu32(a1a1, b1b2)); in gcm_mul32_nohw()
/dports/security/boringssl/boringssl-6a71840/crypto/fipsmodule/modes/
H A Dgcm_nohw.c110 __m128i b1b2 = in gcm_mul32_nohw() local
114 c0c1 = _mm_xor_si128(c0c1, _mm_mul_epu32(a3a3, b1b2)); in gcm_mul32_nohw()
116 c2c3 = _mm_xor_si128(c2c3, _mm_mul_epu32(a1a1, b1b2)); in gcm_mul32_nohw()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/
H A Dgcm_nohw.c110 __m128i b1b2 = in gcm_mul32_nohw() local
114 c0c1 = _mm_xor_si128(c0c1, _mm_mul_epu32(a3a3, b1b2)); in gcm_mul32_nohw()
116 c2c3 = _mm_xor_si128(c2c3, _mm_mul_epu32(a1a1, b1b2)); in gcm_mul32_nohw()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/fipsmodule/modes/
H A Dgcm_nohw.c110 __m128i b1b2 = in gcm_mul32_nohw() local
114 c0c1 = _mm_xor_si128(c0c1, _mm_mul_epu32(a3a3, b1b2)); in gcm_mul32_nohw()
116 c2c3 = _mm_xor_si128(c2c3, _mm_mul_epu32(a1a1, b1b2)); in gcm_mul32_nohw()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/topi/x86/
H A Dbitserial_conv2d.py129 b1b2 = (b1 + b2).astype(out_dtype)
142 << b1b2,
153 << b1b2,
276 b1b2 = (b1 + b2).astype(out_dtype)
290 << b1b2
300 << b1b2,
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/golden/
H A Dudf_xpath_string-2-110b583cde6cd23c486d8223c444cbe910 'b1b2'

12345