Home
last modified time | relevance | path

Searched refs:SLT (Results 1 – 25 of 1250) sorted by relevance

12345678910>>...50

/dports/lang/solidity/solidity_0.8.11/test/formal/
H A Dchecked_int_mul_16.py1 from opcodes import AND, DIV, GT, SDIV, SGT, SLT
36 underflow_check_1 = AND(AND(SGT(X, 0), SLT(Y, 0)), SLT(Y, SDIV(minValue, X)))
37 underflow_check_2 = AND(AND(SLT(X, 0), SGT(Y, 0)), SLT(X, SDIV(minValue, Y)))
38 overflow_check_2 = AND(AND(SLT(X, 0), SLT(Y, 0)), SLT(X, SDIV(maxValue, Y)))
/dports/games/fmars/fmars-0.0.207/rc-test/
H A Ddefaults.rc264 SLT.B $ 0, $ 1
265 SLT.B $ 0, $ 1
266 SLT.B $ 0, # 1
267 SLT.B $ 0, @ 1
268 SLT.B $ 0, * 1
269 SLT.B $ 0, $ 1
270 SLT.B $ 0, $ 1
271 SLT.B $ 0, # 1
272 SLT.B $ 0, @ 1
273 SLT.B $ 0, * 1
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dcs_sort_template.h15 #ifndef SLT
45 if( SLT(a[j],a[j-1]) ){ /* out of order */ in ISORT_NAME()
52 } while( p > 0 && SLT(temp,a[p-1]) ) ; in ISORT_NAME()
100 if( SLT(a[i],a[left]) ){ QS_SWAPF(a[left] ,a[i] ); } in QSREC_NAME()
101 if( SLT(a[right],a[left]) ){ QS_SWAPF(a[left] ,a[right]); } in QSREC_NAME()
102 if( SLT(a[right],a[left]) ){ QS_SWAPF(a[right],a[i] ); } in QSREC_NAME()
114 for( ; SLT(a[++i],pivot) ; ) ; /* scan i up, until a[i] >= pivot */ in QSREC_NAME()
115 for( ; SLT(pivot,a[--j]) ; ) ; /* scan j down, until a[j] <= pivot */ in QSREC_NAME()
/dports/net-im/py-python-telegram-bot/python-telegram-bot-13.1/telegram/ext/
H A Dfilters.py54 from telegram.utils.types import SLT
352 values: SLT[int],
1259 chat_id: SLT[int] = None,
1260 username: SLT[str] = None,
1318 def chat_ids(self, chat_id: SLT[int]) -> None:
1434 user_id: SLT[int] = None,
1435 username: SLT[str] = None,
1531 bot_id: SLT[int] = None,
1532 username: SLT[str] = None,
1546 def bot_ids(self, bot_id: SLT[int]) -> None:
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/lib/libvarnishapi/
H A Dvsl2rst.c43 struct SLT { struct
51 static struct SLT tags[SLT__MAX] = { argument
60 const struct SLT *a, *b; in ptag_cmp()
62 a = *(const struct SLT * const *)va; in ptag_cmp()
63 b = *(const struct SLT * const *)vb; in ptag_cmp()
91 struct SLT *ptags[SLT__MAX]; in main()
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Dciscosm.cpp35 class SLT;
284 YCLASS(SLT,SS7Layer2)
379 virtual ~SLT();
464 YSIGFACTORY2(SLT);
1602 SLT::SLT(const String& name, const NamedList& param) in SLT() function in __anoneb75cc350111::SLT
1635 SLT::~SLT() in ~SLT()
1640 void SLT::destroyed() in destroyed()
1690 void SLT::notify(bool up) in notify()
1736 bool SLT::aligned() const in aligned()
1948 void SLT::sendAutoConnect() in sendAutoConnect()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/lowermatrix/
H A DColumnTest.cpp80 testAssignment<SLT>(); in ColumnTest()
81 testAddAssign<SLT>(); in ColumnTest()
82 testSubAssign<SLT>(); in ColumnTest()
83 testMultAssign<SLT>(); in ColumnTest()
H A DRowTest.cpp80 testAssignment<SLT>(); in RowTest()
81 testAddAssign<SLT>(); in RowTest()
82 testSubAssign<SLT>(); in RowTest()
83 testMultAssign<SLT>(); in RowTest()
H A DSubmatrixTest.cpp80 testAssignment<SLT>(); in SubmatrixTest()
81 testAddAssign<SLT>(); in SubmatrixTest()
82 testSubAssign<SLT>(); in SubmatrixTest()
83 testSchurAssign<SLT>(); in SubmatrixTest()
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/strictlylowermatrix/
H A DColumnTest.cpp80 testAssignment<SLT>(); in ColumnTest()
81 testAddAssign<SLT>(); in ColumnTest()
82 testSubAssign<SLT>(); in ColumnTest()
83 testMultAssign<SLT>(); in ColumnTest()
H A DSubmatrixTest.cpp80 testAssignment<SLT>(); in SubmatrixTest()
81 testAddAssign<SLT>(); in SubmatrixTest()
82 testSubAssign<SLT>(); in SubmatrixTest()
83 testSchurAssign<SLT>(); in SubmatrixTest()
H A DRowTest.cpp80 testAssignment<SLT>(); in RowTest()
81 testAddAssign<SLT>(); in RowTest()
82 testSubAssign<SLT>(); in RowTest()
83 testMultAssign<SLT>(); in RowTest()
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/adaptors/unilowermatrix/
H A DColumnTest.cpp80 testAssignment<SLT>(); in ColumnTest()
81 testAddAssign<SLT>(); in ColumnTest()
82 testSubAssign<SLT>(); in ColumnTest()
83 testMultAssign<SLT>(); in ColumnTest()
H A DSubmatrixTest.cpp80 testAssignment<SLT>(); in SubmatrixTest()
81 testAddAssign<SLT>(); in SubmatrixTest()
82 testSubAssign<SLT>(); in SubmatrixTest()
83 testSchurAssign<SLT>(); in SubmatrixTest()
H A DRowTest.cpp80 testAssignment<SLT>(); in RowTest()
81 testAddAssign<SLT>(); in RowTest()
82 testSubAssign<SLT>(); in RowTest()
83 testMultAssign<SLT>(); in RowTest()
/dports/math/combblas/CombBLAS_beta_16_2/ReleaseTests/
H A DGalerkinNew.cpp109 PSpMat<double>::MPI_DCCols SLT = PSpGEMM<PTDD>(S, LT); in main() local
113 SLT += SDT; // now this is SAT in main()
115 if(SLT == SAT) in main()
122 SLT.PrintInfo(); in main()
149 PSpMat<double>::MPI_DCCols SLT = PSpGEMM<PTDD>(S, LT); in main() local
153 SLT += SDT; in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/lapack/double/
H A Ddlasv2.f93 $ MM, R, S, SLT, SRT, T, TEMP, TSIGN, TT
138 SLT = ZERO
156 SLT = HT / GT
221 SLT = ( HT / FT )*SRT / A
227 CSR = SLT
231 SNL = SLT
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/ext/LAPACKBLAS/SRC/
H A Ddlasv2.f168 $ MM, R, S, SLT, SRT, T, TEMP, TSIGN, TT
213 SLT = ZERO
231 SLT = HT / GT
296 SLT = ( HT / FT )*SRT / A
302 CSR = SLT
306 SNL = SLT
/dports/math/xlapack/lapack-3.10.0/SRC/
H A Ddlasv2.f165 $ MM, R, S, SLT, SRT, T, TEMP, TSIGN, TT
210 SLT = ZERO
228 SLT = HT / GT
293 SLT = ( HT / FT )*SRT / A
299 CSR = SLT
303 SNL = SLT
/dports/math/blas/lapack-3.10.0/SRC/
H A Ddlasv2.f165 $ MM, R, S, SLT, SRT, T, TEMP, TSIGN, TT
210 SLT = ZERO
228 SLT = HT / GT
293 SLT = ( HT / FT )*SRT / A
299 CSR = SLT
303 SNL = SLT
/dports/science/lammps/lammps-stable_29Sep2021/lib/linalg/
H A Ddlasv2.f168 $ MM, R, S, SLT, SRT, T, TEMP, TSIGN, TT
213 SLT = ZERO
231 SLT = HT / GT
296 SLT = ( HT / FT )*SRT / A
302 CSR = SLT
306 SNL = SLT
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/lapack/src_f77/
H A Ddlasv2.f93 $ MM, R, S, SLT, SRT, T, TEMP, TSIGN, TT local
138 SLT = ZERO
156 SLT = HT / GT
221 SLT = ( HT / FT )*SRT / A
227 CSR = SLT
231 SNL = SLT
/dports/math/lapacke/lapack-3.10.0/SRC/
H A Ddlasv2.f165 $ MM, R, S, SLT, SRT, T, TEMP, TSIGN, TT
210 SLT = ZERO
228 SLT = HT / GT
293 SLT = ( HT / FT )*SRT / A
299 CSR = SLT
303 SNL = SLT
/dports/math/lapack/lapack-3.10.0/SRC/
H A Ddlasv2.f165 $ MM, R, S, SLT, SRT, T, TEMP, TSIGN, TT
210 SLT = ZERO
228 SLT = HT / GT
293 SLT = ( HT / FT )*SRT / A
299 CSR = SLT
303 SNL = SLT
/dports/math/algae/algae-4.3.6/lapack/
H A Ddlasv2.f93 $ MM, R, S, SLT, SRT, T, TEMP, TSIGN, TT
138 SLT = ZERO
156 SLT = HT / GT
221 SLT = ( HT / FT )*SRT / A
227 CSR = SLT
231 SNL = SLT

12345678910>>...50