Home
last modified time | relevance | path

Searched defs:itemp (Results 1 – 25 of 1054) sorted by relevance

12345678910>>...43

/dports/finance/vanitygen/vanitygen-cd1a728/
H A Davl.h55 avl_item_init(avl_item_t *itemp) in avl_item_init()
76 _avl_rotate_ll(avl_root_t *rootp, avl_item_t *itemp) in _avl_rotate_ll()
100 _avl_rotate_lr(avl_root_t *rootp, avl_item_t *itemp) in _avl_rotate_lr()
129 _avl_rotate_rr(avl_root_t *rootp, avl_item_t *itemp) in _avl_rotate_rr()
153 _avl_rotate_rl(avl_root_t *rootp, avl_item_t *itemp) in _avl_rotate_rl()
182 avl_delete_fix(avl_root_t *rootp, avl_item_t *itemp, avl_item_t *parentp) in avl_delete_fix()
270 avl_insert_fix(avl_root_t *rootp, avl_item_t *itemp) in avl_insert_fix()
344 avl_item_t *itemp = rootp->ar_root; in avl_first() local
353 avl_next(avl_item_t *itemp) in avl_next()
372 avl_remove(avl_root_t *rootp, avl_item_t *itemp) in avl_remove()
/dports/math/topaz/topaz-3.41/topaz/
H A Dvalbuff.cc67 int itemp; in SetArray() local
89 int itemp; in SystemSetArray() local
126 int itemp; in Set() local
146 int itemp; in SystemSet() local
166 int itemp; in Add() local
180 int itemp; in Get() local
205 int itemp; in ArrayLength() local
305 int itemp; in SetScalar() local
327 int itemp; in SetSystemScalar() local
346 int itemp; in GetScalar() local
H A Dfilepoint.cc100 int itemp; in set() local
118 int itemp; in get() local
189 int itemp; in add() local
/dports/math/spooles/spooles.2.2/Utilities/src/
H A Dnewsort.c385 int i, itemp, j ; in IVisortUp() local
407 int i, itemp, j ; in IVisortDown() local
440 int i, itemp, j ; in IV2isortUp() local
473 int i, itemp, j ; in IV2isortDown() local
507 int i, itemp, j ; in IVDVisortUp() local
541 int i, itemp, j ; in IVDVisortDown() local
579 int i, itemp, j ; in IV2DVisortUp() local
617 int i, itemp, j ; in IV2DVisortDown() local
651 int i, itemp, j ; in IVZVisortUp() local
685 int i, itemp, j ; in IVZVisortDown() local
[all …]
/dports/math/spooles-mpich/spooles.2.2/Utilities/src/
H A Dnewsort.c385 int i, itemp, j ; in IVisortUp() local
407 int i, itemp, j ; in IVisortDown() local
440 int i, itemp, j ; in IV2isortUp() local
473 int i, itemp, j ; in IV2isortDown() local
507 int i, itemp, j ; in IVDVisortUp() local
541 int i, itemp, j ; in IVDVisortDown() local
579 int i, itemp, j ; in IV2DVisortUp() local
617 int i, itemp, j ; in IV2DVisortDown() local
651 int i, itemp, j ; in IVZVisortUp() local
685 int i, itemp, j ; in IVZVisortDown() local
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/Utilities/src/
H A Dnewsort.c385 int i, itemp, j ; in IVisortUp() local
407 int i, itemp, j ; in IVisortDown() local
440 int i, itemp, j ; in IV2isortUp() local
473 int i, itemp, j ; in IV2isortDown() local
507 int i, itemp, j ; in IVDVisortUp() local
541 int i, itemp, j ; in IVDVisortDown() local
579 int i, itemp, j ; in IV2DVisortUp() local
617 int i, itemp, j ; in IV2DVisortDown() local
651 int i, itemp, j ; in IVZVisortUp() local
685 int i, itemp, j ; in IVZVisortDown() local
[all …]
/dports/math/spooles/spooles.2.2_SHARED/Utilities/src/
H A Dnewsort.c385 int i, itemp, j ; in IVisortUp() local
407 int i, itemp, j ; in IVisortDown() local
440 int i, itemp, j ; in IV2isortUp() local
473 int i, itemp, j ; in IV2isortDown() local
507 int i, itemp, j ; in IVDVisortUp() local
541 int i, itemp, j ; in IVDVisortDown() local
579 int i, itemp, j ; in IV2DVisortUp() local
617 int i, itemp, j ; in IV2DVisortDown() local
651 int i, itemp, j ; in IVZVisortUp() local
685 int i, itemp, j ; in IVZVisortDown() local
[all …]
/dports/cad/verilator/verilator-4.216/src/
H A DV3Case.cpp67 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit() local
81 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in visit() local
147 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in isCaseTreeFast() local
169 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in isCaseTreeFast() local
310 if (const AstNode* const itemp = m_valueItem[i]) { in replaceCaseFast() local
344 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in replaceCaseComplicated() local
420 for (AstCaseItem* itemp = nodep->itemsp(); itemp; in replaceCaseComplicated() local
484 bool neverItem(AstCase* casep, AstConst* itemp) { in neverItem()
/dports/science/py-abipy/abipy-0.9.0/abipy/eph/
H A Dtransportfile.py166 def get_mobility_mu(self, eh, itemp, component='xx', ef=None, spin=0): argument
257 def read_vvdos_tau(self, itemp, component='xx', spin=1): argument
285 def read_onsager(self, itemp): argument
296 def read_transport(self, itemp): argument
305 def read_mobility(self, eh, itemp, component, spin): argument
338 …def plot_mobility_conv(self, eh=0, component='xx', itemp=0, spin=0, fontsize=14, ax=None, **kwargs… argument
/dports/cad/verilator/verilator-4.216/include/
H A Dverilated_cov.cpp217 bool itemMatchesString(VerilatedCovImpItem* itemp, const std::string& match) in itemMatchesString()
247 for (const auto& itemp : m_items) VL_DO_DANGLING(delete itemp, itemp); in clearGuts() local
271 for (const auto& itemp : m_items) { in clearNonMatch() local
284 for (const auto& itemp : m_items) itemp->zero(); in zero() local
288 void inserti(VerilatedCovImpItem* itemp) VL_MT_SAFE_EXCLUDES(m_mutex) { in inserti()
375 for (const auto& itemp : m_items) { in write() local
441 void VerilatedCovContext::_inserti(vluint32_t* itemp) VL_MT_SAFE { in _inserti()
444 void VerilatedCovContext::_inserti(vluint64_t* itemp) VL_MT_SAFE { in _inserti()
/dports/science/hypre/hypre-2.23.0/src/distributed_ls/Euclid/
H A DshellSort_dh.c19 HYPRE_Int m, max, j, k, itemp; in shellSort_int() local
43 HYPRE_Real itemp; in shellSort_float() local
/dports/net/rtpproxy/rtpproxy-2.1.1/extractaudio/
H A Dsession.h42 #define MYQ_NEXT(itemp) ((itemp)->next) argument
44 #define MYQ_FOREACH(itemp, headp) \ argument
46 #define MYQ_FOREACH_REVERSE(itemp, headp) \ argument
58 #define MYQ_INSERT_AFTER(headp, itemp, new_itemp) { \ argument
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Doptic.py243 def plot_linear_epsilon(self, components="all", what="im", itemp=0, argument
280 def plot_linopt(self, select="all", itemp=0, xlims=None, **kwargs): argument
309 def plot_chi2(self, key, components="all", what="abs", itemp=0, decompose=False, argument
427 def read_lineps(self, components, itemp=0): argument
452 def read_tensor3_terms(self, key, components, itemp=0): argument
512 sortby="nkpt", itemp=0, xlims=None, **kwargs): argument
572 def plot_convergence_rank3(self, key, components="all", itemp=0, what_list=("abs",), argument
/dports/math/spooles-mpich/spooles.2.2/Tree/src/
H A DIO.c97 int itemp[2] ; in Tree_readFromFormattedFile() local
174 int itemp[2] ; in Tree_readFromBinaryFile() local
382 int itemp[2] ; in Tree_writeToBinaryFile() local
/dports/math/spooles-mpich/spooles.2.2_SHARED/Tree/src/
H A DIO.c97 int itemp[2] ; in Tree_readFromFormattedFile() local
174 int itemp[2] ; in Tree_readFromBinaryFile() local
382 int itemp[2] ; in Tree_writeToBinaryFile() local
/dports/math/spooles/spooles.2.2_SHARED/Tree/src/
H A DIO.c97 int itemp[2] ; in Tree_readFromFormattedFile() local
174 int itemp[2] ; in Tree_readFromBinaryFile() local
382 int itemp[2] ; in Tree_writeToBinaryFile() local
/dports/math/spooles/spooles.2.2/Tree/src/
H A DIO.c97 int itemp[2] ; in Tree_readFromFormattedFile() local
174 int itemp[2] ; in Tree_readFromBinaryFile() local
382 int itemp[2] ; in Tree_writeToBinaryFile() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/include/
H A Diflag.h90 #define itemp_smask(itemp) _itemp_smask((itemp)->iflag_idx) argument
91 #define itemp_arg(itemp) _itemp_arg((itemp)->iflag_idx) argument
92 #define itemp_armask(itemp) _itemp_armask((itemp)->iflag_idx) argument
171 #define iflag_pfmask(itemp) _iflag_pfmask(&insns_flags[(itemp)->iflag_idx]) argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/include/
H A Diflag.h81 #define itemp_smask(itemp) _itemp_smask((itemp)->iflag_idx) argument
82 #define itemp_arg(itemp) _itemp_arg((itemp)->iflag_idx) argument
83 #define itemp_armask(itemp) _itemp_armask((itemp)->iflag_idx) argument
146 #define iflag_pfmask(itemp) _iflag_pfmask(&insns_flags[(itemp)->iflag_idx]) argument
/dports/devel/nasm/nasm-2.15.05/include/
H A Diflag.h81 #define itemp_smask(itemp) _itemp_smask((itemp)->iflag_idx) argument
82 #define itemp_arg(itemp) _itemp_arg((itemp)->iflag_idx) argument
83 #define itemp_armask(itemp) _itemp_armask((itemp)->iflag_idx) argument
146 #define iflag_pfmask(itemp) _iflag_pfmask(&insns_flags[(itemp)->iflag_idx]) argument
/dports/science/quantum-espresso/q-e-qe-6.7.0/EPW/src/
H A Dsupercond_iso.f9046 INTEGER :: itemp local
252 INTEGER, INTENT(in) :: itemp local
406 INTEGER, INTENT(in) :: itemp local
549 SUBROUTINE pade_cont_iso(itemp, N) argument
564 INTEGER, INTENT(in) :: itemp local
641 SUBROUTINE kernel_iso_iaxis(itemp) argument
656 INTEGER, INTENT(in) :: itemp local
723 SUBROUTINE kernel_iso_analytic_cont(itemp) argument
737 INTEGER, INTENT(in) :: itemp local
862 INTEGER :: itemp local
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/Coords/src/
H A DIO.c98 int itemp[3] ; in Coords_readFromFormattedFile() local
161 int itemp[3] ; in Coords_readFromBinaryFile() local
355 int itemp[3] ; in Coords_writeToBinaryFile() local
/dports/math/spooles/spooles.2.2_SHARED/Coords/src/
H A DIO.c98 int itemp[3] ; in Coords_readFromFormattedFile() local
161 int itemp[3] ; in Coords_readFromBinaryFile() local
355 int itemp[3] ; in Coords_writeToBinaryFile() local
/dports/math/spooles-mpich/spooles.2.2/Coords/src/
H A DIO.c98 int itemp[3] ; in Coords_readFromFormattedFile() local
161 int itemp[3] ; in Coords_readFromBinaryFile() local
355 int itemp[3] ; in Coords_writeToBinaryFile() local
/dports/math/spooles/spooles.2.2/Coords/src/
H A DIO.c98 int itemp[3] ; in Coords_readFromFormattedFile() local
161 int itemp[3] ; in Coords_readFromBinaryFile() local
355 int itemp[3] ; in Coords_writeToBinaryFile() local

12345678910>>...43