Home
last modified time | relevance | path

Searched defs:nskip (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/misc/dartsim/dart-6.11.1/dart/external/odelcpsolver/
H A Dmatrix.h232 PURE_INLINE size_t _dEstimateLDLTAddTLTmpbufSize(int nskip) in _dEstimateLDLTAddTLTmpbufSize()
237 PURE_INLINE size_t _dEstimateLDLTRemoveTmpbufSize(int n2, int nskip) in _dEstimateLDLTRemoveTmpbufSize()
253 #define dFactorLDLT(A, d, n, nskip) _dFactorLDLT(A, d, n, nskip) argument
254 #define dSolveL1(L, b, n, nskip) _dSolveL1(L, b, n, nskip) argument
255 #define dSolveL1T(L, b, n, nskip) _dSolveL1T(L, b, n, nskip) argument
257 #define dSolveLDLT(L, d, b, n, nskip) _dSolveLDLT(L, d, b, n, nskip) argument
258 #define dLDLTAddTL(L, d, a, n, nskip, tmpbuf) _dLDLTAddTL(L, d, a, n, nskip, tmpbuf) argument
259 #define dLDLTRemove(A, p, L, d, n1, n2, r, nskip, tmpbuf) _dLDLTRemove(A, p, L, d, n1, n2, r, nskip… argument
260 #define dRemoveRowCol(A, n, nskip, r) _dRemoveRowCol(A, n, nskip, r) argument
267 #define dEstimateLDLTAddTLTmpbufSize(nskip) _dEstimateLDLTAddTLTmpbufSize(nskip) argument
[all …]
H A Dmatrix.cpp158 const int nskip = dPAD (n); in _dFactorCholesky() local
196 const int nskip = dPAD (n); in _dSolveCholesky() local
232 const int nskip = dPAD (n); in _dInvertPDMatrix() local
262 const int nskip = dPAD (n); in _dIsPositiveDefinite() local
281 void _dSolveLDLT (const dReal *L, const dReal *d, dReal *b, int n, int nskip) in _dSolveLDLT()
379 int n1, int n2, int r, int nskip, void *tmpbuf/*n2 + 2*nskip*/) in _dLDLTRemove()
432 void _dRemoveRowCol (dReal *A, int n, int nskip, int r) in _dRemoveRowCol()
543 void dSolveLDLT (const dReal *L, const dReal *d, dReal *b, int n, int nskip) in dSolveLDLT()
548 void dLDLTAddTL (dReal *L, dReal *d, const dReal *a, int n, int nskip) in dLDLTAddTL()
553 void dLDLTRemove (dReal **A, const int *p, dReal *L, dReal *d, int n1, int n2, int r, int nskip) in dLDLTRemove()
[all …]
H A Dlcp.cpp148 static void swapRowsAndCols (ATYPE A, int n, int i1, int i2, int nskip, in swapRowsAndCols()
218 int n, int i1, int i2, int nskip, in swapProblem()
273 int nC, int *C, int nskip) in checkFactorization()
423 const int n = m_n, nskip = m_nskip; in dLCP() local
481 const int nskip = m_nskip; in dLCP() local
802 int nskip = dPAD(n); in dSolveLCP() local
811 const int nskip = dPAD(n); in dSolveLCP() local
1122 const int nskip = dPAD(n); in dEstimateSolveLCPMemoryReq() local
1174 int nskip = n; in dTestSolveLCP() local
/dports/devel/ode/ode-0.13/ode/src/
H A Dmatrix.h130 ODE_PURE_INLINE size_t _dEstimateLDLTAddTLTmpbufSize(int nskip) in _dEstimateLDLTAddTLTmpbufSize()
135 ODE_PURE_INLINE size_t _dEstimateLDLTRemoveTmpbufSize(int n2, int nskip) in _dEstimateLDLTRemoveTmpbufSize()
151 #define dFactorLDLT(A, d, n, nskip) _dFactorLDLT(A, d, n, nskip) argument
152 #define dSolveL1(L, b, n, nskip) _dSolveL1(L, b, n, nskip) argument
153 #define dSolveL1T(L, b, n, nskip) _dSolveL1T(L, b, n, nskip) argument
155 #define dSolveLDLT(L, d, b, n, nskip) _dSolveLDLT(L, d, b, n, nskip) argument
156 #define dLDLTAddTL(L, d, a, n, nskip, tmpbuf) _dLDLTAddTL(L, d, a, n, nskip, tmpbuf) argument
157 #define dLDLTRemove(A, p, L, d, n1, n2, r, nskip, tmpbuf) _dLDLTRemove(A, p, L, d, n1, n2, r, nskip… argument
158 #define dRemoveRowCol(A, n, nskip, r) _dRemoveRowCol(A, n, nskip, r) argument
165 #define dEstimateLDLTAddTLTmpbufSize(nskip) _dEstimateLDLTAddTLTmpbufSize(nskip) argument
[all …]
H A Dmatrix.cpp103 const int nskip = dPAD (n); in _dFactorCholesky() local
141 const int nskip = dPAD (n); in _dSolveCholesky() local
177 const int nskip = dPAD (n); in _dInvertPDMatrix() local
207 const int nskip = dPAD (n); in _dIsPositiveDefinite() local
226 void _dSolveLDLT (const dReal *L, const dReal *d, dReal *b, int n, int nskip) in _dSolveLDLT()
324 int n1, int n2, int r, int nskip, void *tmpbuf/*n2 + 2*nskip*/) in _dLDLTRemove()
377 void _dRemoveRowCol (dReal *A, int n, int nskip, int r) in _dRemoveRowCol()
488 void dSolveLDLT (const dReal *L, const dReal *d, dReal *b, int n, int nskip) in dSolveLDLT()
493 void dLDLTAddTL (dReal *L, dReal *d, const dReal *a, int n, int nskip) in dLDLTAddTL()
498 void dLDLTRemove (dReal **A, const int *p, dReal *L, dReal *d, int n1, int n2, int r, int nskip) in dLDLTRemove()
[all …]
H A Dlcp.cpp148 static void swapRowsAndCols (ATYPE A, int n, int i1, int i2, int nskip, in swapRowsAndCols()
218 int n, int i1, int i2, int nskip, in swapProblem()
273 int nC, int *C, int nskip) in checkFactorization()
423 const int n = m_n, nskip = m_nskip; in dLCP() local
481 const int nskip = m_nskip; in dLCP() local
802 int nskip = dPAD(n); in dSolveLCP() local
810 const int nskip = dPAD(n); in dSolveLCP() local
1077 const int nskip = dPAD(n); in dEstimateSolveLCPMemoryReq() local
1105 const int nskip = dPAD(n); in EstimateTestSolveLCPMemoryReq() local
1127 int i,nskip = dPAD(n); in dTestSolveLCP() local
/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_search_coll_startsendswith.cpp98 R_len_t nskip = from_cur-1; in stri_startswith_coll() local
103 R_len_t nskip = -from_cur; in stri_startswith_coll() local
192 R_len_t nskip = to_cur; in stri_endswith_coll() local
197 R_len_t nskip = -to_cur-1; in stri_endswith_coll() local
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/
H A Dmatrix.cpp119 int i,j,k,nskip; in dFactorCholesky() local
151 int i,k,nskip; in dSolveCholesky() local
171 int i,j,nskip; in dInvertPDMatrix() local
194 int nskip = dPAD (n); in dIsPositiveDefinite() local
223 void dSolveLDLT (const dReal *L, const dReal *d, dReal *b, int n, int nskip) in dSolveLDLT()
232 void dLDLTAddTL (dReal *L, dReal *d, const dReal *a, int n, int nskip) in dLDLTAddTL()
313 int n1, int n2, int r, int nskip) in dLDLTRemove()
347 void dRemoveRowCol (dReal *A, int n, int nskip, int r) in dRemoveRowCol()
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/
H A Dmatrix.cpp119 int i,j,k,nskip; in dFactorCholesky() local
151 int i,k,nskip; in dSolveCholesky() local
171 int i,j,nskip; in dInvertPDMatrix() local
194 int nskip = dPAD (n); in dIsPositiveDefinite() local
223 void dSolveLDLT (const dReal *L, const dReal *d, dReal *b, int n, int nskip) in dSolveLDLT()
232 void dLDLTAddTL (dReal *L, dReal *d, const dReal *a, int n, int nskip) in dLDLTAddTL()
313 int n1, int n2, int r, int nskip) in dLDLTRemove()
347 void dRemoveRowCol (dReal *A, int n, int nskip, int r) in dRemoveRowCol()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dthermochemistry.cpp68 size_t nskip = linear ? 5 : 6; in calcVibrationalInternalEnergy() local
95 size_t nskip = linear ? 5 : 6; in calcVibrationalHeatCapacity() local
160 size_t nskip = bLinear ? 5 : 6; in calcQuasiHarmonicEntropy() local
187 size_t nskip = bLinear ? 5 : 6; in calcSchlitterEntropy() local
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dui_utils.py107 def pretty_arguments(f, nskip=0): argument
126 def validate_arguments(f, args, nskip=0): argument
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/grib/degrib18/g2clib-1.0.4/
H A Dgbits.c14 void gbits(unsigned char *in,g2int *iout,g2int iskip,g2int nbyte,g2int nskip, in gbits()
64 void sbits(unsigned char *out,g2int *in,g2int iskip,g2int nbyte,g2int nskip, in sbits()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_slice.h37 int nstart, nstop, nskip, nvalues; variable
/dports/comms/wsjtz/wsjtx/lib/
H A Daverms.f901 subroutine averms(x,n,nskip,ave,rms) argument
/dports/comms/wsjtz/wsjtx/map65/libm65/
H A Daverms.f901 subroutine averms(x,n,nskip,ave,rms) argument
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/grib/degrib/g2clib/
H A Dgbits.c20 int gbits(unsigned char *in,g2int in_length,g2int *iout,g2int iskip,g2int nbyte,g2int nskip, in gbits()
81 void sbits(unsigned char *out,const g2int *in,g2int iskip,g2int nbyte,g2int nskip, in sbits()
/dports/graphics/gdal/gdal-3.3.3/frmts/grib/degrib/g2clib/
H A Dgbits.c20 int gbits(unsigned char *in,g2int in_length,g2int *iout,g2int iskip,g2int nbyte,g2int nskip, in gbits()
81 void sbits(unsigned char *out,const g2int *in,g2int iskip,g2int nbyte,g2int nskip, in sbits()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/grib/degrib/g2clib/
H A Dgbits.c20 int gbits(unsigned char *in,g2int in_length,g2int *iout,g2int iskip,g2int nbyte,g2int nskip, in gbits()
81 void sbits(unsigned char *out,const g2int *in,g2int iskip,g2int nbyte,g2int nskip, in sbits()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/gsm_map/
H A Dpacket-gsm_map-template.h1 /* packet-gsm_map-template.h
2 * Routines for GSM MAP packet dissection
3 * Copyright 2004 - 2006, Anders Broman <anders.broman@ericsson.com>
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
8 *
9 * SPDX-License-Identifier: GPL-2.0-or-later
10 */
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/constraint/
H A DPgsBoxedLcpSolver.cpp88 const int nskip = dPAD(n); in solve() local
251 const int nskip = dPAD(n); in canSolve() local
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/spu/
H A Dstrrchr.c43 int nskip; in strrchr() local
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/spu/
H A Dstrrchr.c43 int nskip; in strrchr() local
/dports/audio/py-zita-jacktools/zita-jacktools-1.5.3/source/
H A Djsignal.cc265 void Jsignal::set_out_data (int ind, PyObject *V, int bits, int32_t nloop, int32_t nskip) in set_out_data()
277 void Jsignal::set_inp_data (int ind, PyObject *V, int bits, int32_t nloop, int32_t nskip) in set_inp_data()
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/MLCPSolvers/
H A DbtDantzigLCP.cpp1036 void btSolveLDLT(const btScalar *L, const btScalar *d, btScalar *b, int n, int nskip) in btSolveLDLT()
1052 static void btSwapRowsAndCols(BTATYPE A, int n, int i1, int i2, int nskip, in btSwapRowsAndCols()
1129 int n, int i1, int i2, int nskip, in btSwapProblem()
1280 const int n = m_n, nskip = m_nskip; in btLCP() local
1341 const int nskip = m_nskip; in btLCP() local
1464 void btRemoveRowCol(btScalar *A, int n, int nskip, int r) in btRemoveRowCol()
1502 void btLDLTAddTL(btScalar *L, btScalar *d, const btScalar *a, int n, int nskip, btAlignedObjectArra… in btLDLTAddTL()
1587 inline size_t btEstimateLDLTAddTLTmpbufSize(int nskip) in btEstimateLDLTAddTLTmpbufSize()
1593 int n1, int n2, int r, int nskip, btAlignedObjectArray<btScalar> &scratch) in btLDLTRemove()
1859 int nskip = (n); in btSolveDantzigLCP() local
[all …]
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletDynamics/MLCPSolvers/
H A DbtDantzigLCP.cpp1036 void btSolveLDLT(const btScalar *L, const btScalar *d, btScalar *b, int n, int nskip) in btSolveLDLT()
1052 static void btSwapRowsAndCols(BTATYPE A, int n, int i1, int i2, int nskip, in btSwapRowsAndCols()
1129 int n, int i1, int i2, int nskip, in btSwapProblem()
1280 const int n = m_n, nskip = m_nskip; in btLCP() local
1341 const int nskip = m_nskip; in btLCP() local
1464 void btRemoveRowCol(btScalar *A, int n, int nskip, int r) in btRemoveRowCol()
1502 void btLDLTAddTL(btScalar *L, btScalar *d, const btScalar *a, int n, int nskip, btAlignedObjectArra… in btLDLTAddTL()
1587 inline size_t btEstimateLDLTAddTLTmpbufSize(int nskip) in btEstimateLDLTAddTLTmpbufSize()
1593 int n1, int n2, int r, int nskip, btAlignedObjectArray<btScalar> &scratch) in btLDLTRemove()
1859 int nskip = (n); in btSolveDantzigLCP() local
[all …]

12345678910>>...16