Home
last modified time | relevance | path

Searched refs:Ut (Results 1 – 25 of 2191) sorted by relevance

12345678910>>...88

/dports/math/freefem++/FreeFem-sources-4.6/plugin/seq/
H A DIncompleteCholesky.cpp134 Ut.CSR( ); in iLU()
144 fill(Ut.aij, Ut.aij + Ut.nnz, NaN); in iLU()
163 fill(Ut.aij + ui0, Ut.aij + ui1, 0.); in iLU()
183 Ut.aij[u] = (Aji - pscal(Ut.aij, Ut.j, ui0, ui1, i, L, j)); in iLU()
185 Uii = Aii - pscal(Ut.aij, Ut.j, ui0, ui1, i, L, i); in iLU()
201 Ut.CSC( ); in iLU()
244 Ut.CSR( ); in iLUB()
256 fill(Ut.aij, Ut.aij + Ut.nnz, NaN); in iLUB()
297 fill(Ut.aij + ui0[il], Ut.aij + ui1[il], 0.); in iLUB()
333 Ut.aij[u] = (Aji - pscal(Ut.aij, Ut.j, ui0[il], ui1[il], i, L, j)); in iLUB()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/xtrabackup/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/xtrabackup/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/percona57-server/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/percona57-server/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/percona57-client/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/percona57-client/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/integer/
H A Dcommon_factor_rt.hpp270 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
271 template < > struct gcd_optimal_evaluator<Ut> \
272 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
291 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
293 { St operator ()( St a, St b ) const { Ut const a_abs = \
294 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
296 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/math/
H A Dcommon_factor_rt.hpp305 #define BOOST_PRIVATE_GCD_UF( Ut ) \ argument
306 template < > struct gcd_optimal_evaluator<Ut> \
307 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
326 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \ argument
328 { St operator ()( St a, St b ) const { Ut const a_abs = \
329 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
331 gcd_optimal_evaluator<Ut>()(a_abs, b_abs) ); } }
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/cl/
H A Dbackproject.cl3 float4 backproject(unsigned i,unsigned j,float16 Ut,float16 V,float16 w, float4 origin)
7 float4 X=(float4)(dot((float4)(Ut.s0123),inputpoint),
8 dot((float4)(Ut.s4567),inputpoint),
9 dot((float4)(Ut.s89ab),inputpoint),
10 dot((float4)(Ut.scdef),inputpoint));
25 float4 backproject_corner(float i, float j,float16 Ut,float16 V,float16 w, float4 origin)
29 float4 X=(float4)(dot((float4)(Ut.s0123),inputpoint),
30 dot((float4)(Ut.s4567),inputpoint),
31 dot((float4)(Ut.s89ab),inputpoint),
32 dot((float4)(Ut.scdef),inputpoint));
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/
H A Dbackproject.cl3 float4 backproject(unsigned i,unsigned j,float16 Ut,float16 V,float16 w, float4 origin)
7 float4 X=(float4)(dot((float4)(Ut.s0123),inputpoint),
8 dot((float4)(Ut.s4567),inputpoint),
9 dot((float4)(Ut.s89ab),inputpoint),
10 dot((float4)(Ut.scdef),inputpoint));
25 float4 backproject_corner(float i, float j,float16 Ut,float16 V,float16 w, float4 origin)
29 float4 X=(float4)(dot((float4)(Ut.s0123),inputpoint),
30 dot((float4)(Ut.s4567),inputpoint),
31 dot((float4)(Ut.s89ab),inputpoint),
32 dot((float4)(Ut.scdef),inputpoint));
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/math/
H A Dmath_common_factor.h307 #define BOOST_PRIVATE_GCD_UF( Ut ) \
308 template < > struct GcdOptimalEvaluator<Ut> \
309 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
328 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \
330 { St operator ()( St a, St b ) const { Ut const a_abs = \
331 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
333 GcdOptimalEvaluator<Ut>()(a_abs, b_abs) ); } }
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/math/
H A Dmath_common_factor.h307 #define BOOST_PRIVATE_GCD_UF( Ut ) \
308 template < > struct GcdOptimalEvaluator<Ut> \
309 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
328 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \
330 { St operator ()( St a, St b ) const { Ut const a_abs = \
331 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
333 GcdOptimalEvaluator<Ut>()(a_abs, b_abs) ); } }
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/math/
H A Dmath_common_factor.h307 #define BOOST_PRIVATE_GCD_UF( Ut ) \
308 template < > struct GcdOptimalEvaluator<Ut> \
309 { Ut operator ()( Ut a, Ut b ) const { return gcd_binary( a, b ); } }
328 #define BOOST_PRIVATE_GCD_SF( St, Ut ) \
330 { St operator ()( St a, St b ) const { Ut const a_abs = \
331 static_cast<Ut>( a < 0 ? -a : +a ), b_abs = static_cast<Ut>( \
333 GcdOptimalEvaluator<Ut>()(a_abs, b_abs) ); } }
/dports/textproc/xenv/xenv-1.2/t/
H A Derrmsg.at20 [Ut enim ad minim ${V1?Should have set V1}, quis nostrud exercitation ullamco
31 [Ut enim ad minim veniam, quis nostrud exercitation ullamco
42 [Ut enim ad minim , quis nostrud exercitation ullamco
53 [Ut enim ad minim , quis nostrud exercitation ullamco
64 [Ut enim ad minim , quis nostrud exercitation ullamco
78 [Ut enim ad minim , quis nostrud exercitation ullamco

12345678910>>...88