Home
last modified time | relevance | path

Searched +defs:r +defs:gt +defs:n (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/dports/net/mrouted/mrouted-3.9.8/
H A Dprune.c190 struct listaddr *n = neighbor_info(vifi, addr); in pruning_neighbor() local
205 struct listaddr *n = neighbor_info(vifi, addr); in can_mtrace() local
543 struct rtentry *r; in add_table_entry() local
701 struct rtentry *r; in reset_neighbor_state() local
987 struct rtentry *r; in update_lclgrp() local
1085 struct rtentry *r; in accept_prune() local
1163 struct listaddr *n = neighbor_info(vifi, src); in accept_prune() local
1257 struct rtentry *r; in chkgrp_graft() local
1316 struct rtentry *r; in accept_graft() local
1469 struct rtentry *r; in free_all_prunes() local
[all …]
/dports/finance/R-cran-gmm/gmm/src/
H A Dlambda_met.f1 subroutine prep(gt, lam, n, q, d2) argument
2 integer n, q, i, info, ip(q) local
3 double precision gt(n,q), lam(q), d2(q), dd(q,q) local
18 subroutine wu(gt, tol, maxit, n, q, k, conv, obj, lam) argument
19 integer n, q, i, conv, maxit local
21 double precision dif, d2(q), r, tmp(n), tmp2(q) local
72 subroutine lamcue(gt, n, q, k, lam, pt, obj) argument
73 integer n, q, lwork, info local
90 subroutine getpt(gt,n,q,k,lam,pt) argument
91 integer n, q local
[all …]
/dports/audio/swh-lv2/lv2-1.0.16-4-g1aa77e5/util/
H A Diir.h24 #define ALLOCN(n, type) (n == 0 ? NULL : (type *)calloc((n), sizeof(type))) argument
53 static inline iirf_t* init_iirf_t(iir_stage_t* gt) { in init_iirf_t()
67 static inline void free_iirf_t(iirf_t* iirf, iir_stage_t* gt) { in free_iirf_t()
76 static inline void reset_iirf_t(iirf_t* iirf, iir_stage_t* gt, int n) { in reset_iirf_t()
102 static inline void butterworth_stage(iir_stage_t *gt, int mode, float f, float r, long sample_rate) in butterworth_stage()
138 static inline void iir_process_buffer(iirf_t* iirf, iir_stage_t* gt, const float *indata, float *ou… in iir_process_buffer()
227 static inline void iir_process_buffer_1s_5(iirf_t* iirf, iir_stage_t* gt, in iir_process_buffer_1s_5()
250 static inline void iir_process_buffer_ns_5(iirf_t* iirf, iir_stage_t* gt, in iir_process_buffer_ns_5()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/util/
H A Diir.h21 #define ALLOCN(n, type) (n == 0 ? NULL : (type *)calloc((n), sizeof(type))) argument
50 static inline iirf_t* init_iirf_t(iir_stage_t* gt) { in init_iirf_t()
64 static inline void free_iirf_t(iirf_t* iirf, iir_stage_t* gt) { in free_iirf_t()
73 static inline void reset_iirf_t(iirf_t* iirf, iir_stage_t* gt, int n) { in reset_iirf_t()
99 static inline void butterworth_stage(iir_stage_t *gt, int mode, float f, float r, long sample_rate) in butterworth_stage()
135 static inline void iir_process_buffer(iirf_t* iirf, iir_stage_t* gt, const float *indata, float *ou… in iir_process_buffer()
224 static inline void iir_process_buffer_1s_5(iirf_t* iirf, iir_stage_t* gt, const float *indata, in iir_process_buffer_1s_5()
262 static inline void iir_process_buffer_ns_5(iirf_t* iirf, iir_stage_t* gt, const float *indata, floa… in iir_process_buffer_ns_5()
/dports/audio/swhplugins/ladspa-0.4.17/util/
H A Diir.h21 #define ALLOCN(n, type) (n == 0 ? NULL : (type *)calloc((n), sizeof(type))) argument
50 static inline iirf_t* init_iirf_t(iir_stage_t* gt) { in init_iirf_t()
64 static inline void free_iirf_t(iirf_t* iirf, iir_stage_t* gt) { in free_iirf_t()
73 static inline void reset_iirf_t(iirf_t* iirf, iir_stage_t* gt, int n) { in reset_iirf_t()
99 static inline void butterworth_stage(iir_stage_t *gt, int mode, float f, float r, long sample_rate) in butterworth_stage()
135 static inline void iir_process_buffer(iirf_t* iirf, iir_stage_t* gt, const float *indata, float *ou… in iir_process_buffer()
224 static inline void iir_process_buffer_1s_5(iirf_t* iirf, iir_stage_t* gt, const float *indata, in iir_process_buffer_1s_5()
262 static inline void iir_process_buffer_ns_5(iirf_t* iirf, iir_stage_t* gt, const float *indata, floa… in iir_process_buffer_ns_5()
/dports/science/qmcpack/qmcpack-3.11.0/src/Numerics/
H A DOneDimQuinticSpline.h58 OneDimQuinticSpline(grid_type* gt = 0) : base_type(gt) {} in base_type() argument
61 …OneDimQuinticSpline(grid_type* gt, const VV& nv) : base_type(gt), first_deriv(0.0), last_deriv(0.0) in OneDimQuinticSpline()
63 int n = nv.size(); in OneDimQuinticSpline() local
75 int n = data.size(); in set() local
159 inline value_type splint(point_type r) const override in splint()
175 inline value_type splint(point_type r, value_type& du, value_type& d2u) const override in splint()
190 inline value_type splint(point_type r, value_type& du, value_type& d2u, value_type& d3u) const in splint()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dmpbq.h80 void set(mpbq & a, int n) { m_manager.set(a.m_num, n); a.m_k = 0; } in set()
81 void set(mpbq & a, unsigned n) { m_manager.set(a.m_num, n); a.m_k = 0; } in set()
84 void set(mpbq & a, mpz const & n) { m_manager.set(a.m_num, n); a.m_k = 0; } in set()
89 void get_numerator(mpbq const & a, mpz & n) { m_manager.set(n, a.m_num); } in get_numerator()
107 void addmul(mpbq const & a, mpbq const & b, mpbq const & c, mpbq & r) { in addmul()
111 void addmul(mpbq const & a, mpz const & b, mpbq const & c, mpbq & r) { in addmul()
130 bool root_lower(mpbq const & a, unsigned n, mpbq & r) { set(r, a); return root_lower(r, n); } in root_lower()
138 bool root_upper(mpbq const & a, unsigned n, mpbq & r) { set(r, a); return root_upper(r, n); } in root_upper()
143 bool gt(mpbq const & a, mpbq const & b) { return lt(b, a); } in gt() function
151 bool gt(mpbq const & a, mpq const & b) { return !le(a, b); } in gt() function
[all …]
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dmpbq.h80 void set(mpbq & a, int n) { m_manager.set(a.m_num, n); a.m_k = 0; } in set()
81 void set(mpbq & a, unsigned n) { m_manager.set(a.m_num, n); a.m_k = 0; } in set()
84 void set(mpbq & a, mpz const & n) { m_manager.set(a.m_num, n); a.m_k = 0; } in set()
89 void get_numerator(mpbq const & a, mpz & n) { m_manager.set(n, a.m_num); } in get_numerator()
107 void addmul(mpbq const & a, mpbq const & b, mpbq const & c, mpbq & r) { in addmul()
111 void addmul(mpbq const & a, mpz const & b, mpbq const & c, mpbq & r) { in addmul()
130 bool root_lower(mpbq const & a, unsigned n, mpbq & r) { set(r, a); return root_lower(r, n); } in root_lower()
138 bool root_upper(mpbq const & a, unsigned n, mpbq & r) { set(r, a); return root_upper(r, n); } in root_upper()
143 bool gt(mpbq const & a, mpbq const & b) { return lt(b, a); } in gt() function
151 bool gt(mpbq const & a, mpq const & b) { return !le(a, b); } in gt() function
[all …]
/dports/mail/archiveopteryx-devel/aox-96ab17e/imap/handlers/
H A Dthread.cpp58 Node * r = this; in root() local
185 Row * r = d->find->nextRow(); in execute() local
186 ThreadData::Node * n = new ThreadData::Node; in execute() local
210 ThreadData::Node * n = ri; in execute() local
222 ThreadData::Node * n = ri; in execute() local
230 int gt = n->references.find( '>', lt ); in execute() local
262 ThreadData::Node * n = i; in execute() local
293 ThreadData::Node * n = i; in execute() local
312 ThreadData::Node * n = i; in execute() local
363 Node * n = i; in splice() local
[all …]
/dports/math/miracl/miracl-5.6/
H A Dcardano.cpp16 ZZn2 shanks(ZZn2 n) in shanks()
75 int i,j,lt,gt; in main() local
78 ZZn2 r,r3,r1,r2,CD,cu; in main() local
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/gverb/
H A Dgverb.c38 float ga,gb,gt; in gverb_new() local
39 int i,n; in gverb_new() local
40 float r; in gverb_new() local
/dports/audio/swhplugins/ladspa-0.4.17/gverb/
H A Dgverb.c38 float ga,gb,gt; in gverb_new() local
39 int i,n; in gverb_new() local
40 float r; in gverb_new() local
/dports/audio/swh-lv2/lv2-1.0.16-4-g1aa77e5/gverb/
H A Dgverb.c38 float ga,gb,gt; in gverb_new() local
39 int i,n; in gverb_new() local
40 float r; in gverb_new() local
/dports/net-im/psi/psi-1.5/src/plugins/deprecated/chess/
H A Dgameboard.cpp57 int n; in hasMyFigure() local
100 int n; in hasEnemyFigure() local
147 int n; in hasFigure() local
157 int n = -1; in map2map() local
334 Figure::moveList(Q3PointArray &vl, GameBoard::GameType gt, in moveList()
337 int n; in moveList() local
503 Figure::moveListKing(Q3PointArray &vl, GameBoard::GameType gt, in moveListKing()
1349 int i, j, cs, x1, r, k; in drawBoard() local
1400 int i, j, x1, n; in drawMap() local
1542 int x, y, n; in newFigure() local
[all …]
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/utility/
H A Dlagrangepoints.impl.hh60 void LagrangePointSetBuilder<K,0>::operator() (GeometryType gt, int /*order*/, Points& points) const in operator ()()
69 void LagrangePointSetBuilder<K,1>::operator() (GeometryType gt, int order, Points& points) const in operator ()()
91 void LagrangePointSetBuilder<K,2>::operator() (GeometryType gt, int order, Points& points) const in operator ()()
202 for (int n = 0; n <= orders[1]; ++n) { in buildQuad() local
206 const K r = K(m) / orders[0]; in buildQuad() local
268 void LagrangePointSetBuilder<K,3>::operator() (GeometryType gt, unsigned int order, Points& points)… in operator ()()
417 for (int n = 0; n <= orders[1]; ++n) { in buildHex() local
419 const K r = K(m) / orders[0]; in buildHex() local
/dports/news/suck/suck-4.3.4/
H A Dssort.c38 void vecswap(PList *a, int i, int j, int n) { in vecswap()
57 void inssort(PList *a, int n, int depth) { in inssort()
69 void ssort(PList *a, int n, int depth) { in ssort()
70 int le, lt, gt, ge, r, v; in ssort() local
/dports/news/suck-cnews/suck-4.3.4/
H A Dssort.c38 void vecswap(PList *a, int i, int j, int n) { in vecswap()
57 void inssort(PList *a, int n, int depth) { in inssort()
69 void ssort(PList *a, int n, int depth) { in ssort()
70 int le, lt, gt, ge, r, v; in ssort() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/test/c/testlib/
H A Dtestlib.c214 size_t n = strlen(g_proc_func_name); in check_focus() local
220 const char* r = p; in check_focus() local
351 int n; in chdir_to_the_wuffs_root_directory() local
524 wuffs_base__rect_ie_u32 r) { in copy_to_io_buffer_from_pixel_buffer()
660 size_t n = buf->meta.wi - b; in hex_dump() local
741 golden_test* gt, in proc_io_buffers()
830 golden_test* gt, in proc_token_decoder()
906 golden_test* gt, in do_bench_io_buffers()
923 golden_test* gt, in do_bench_token_decoder()
938 golden_test* gt, in do_test_io_buffers()
[all …]
/dports/databases/libgda5-jdbc/libgda-5.2.10/po/
H A Dca.po36 "the information needed to open a connection to a specific database using a "
58 msgstr "Propietats de la font de dades"
110 #: ../libgda/gda-data-model.c:2473 ../libgda/gda-data-model.c:2481
118 #: ../libgda/gda-server-operation.c:1037 ../libgda/gda-set.c:606
173 #: ../tools/browser/browser-window.c:920 ../tools/browser/browser-window.c:934
475 msgstr "Suprimeix la font de dades seleccionada"
/dports/math/cvc4/CVC4-1.7/test/unit/theory/
H A Dtheory_arith_white.h83 Node n = *i; in fakeTheoryEnginePreprocess() local
94 Node n = *i; in fakeTheoryEnginePreprocess() local
153 Node gt = d_nm->mkNode(GT, x, c); in testAssert() local
164 Node simulateSplit(TNode l, TNode r){ in simulateSplit()
167 Node gt = d_nm->mkNode(GT, l, r); in simulateSplit() local
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/big.js/
H A Dbig.mjs80 function Big(n) { argument
119 function parse(x, n) { argument
252 function stringify(x, id, n, k) { argument
465 P.gt = function (y) { function
709 P.pow = function (n) { argument
775 r = new Big((s == 1 / 0 ? '1e' : (s = s.toExponential()).slice(0, s.indexOf('e') + 1)) + e); variable
777 r = new Big(s); variable
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/big.js/
H A Dbig.mjs80 function Big(n) { argument
119 function parse(x, n) { argument
252 function stringify(x, id, n, k) { argument
465 P.gt = function (y) { function
709 P.pow = function (n) { argument
775 r = new Big((s == 1 / 0 ? '1e' : (s = s.toExponential()).slice(0, s.indexOf('e') + 1)) + e); variable
777 r = new Big(s); variable
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/big.js/
H A Dbig.mjs80 function Big(n) { argument
119 function parse(x, n) { argument
252 function stringify(x, id, n, k) { argument
465 P.gt = function (y) { function
709 P.pow = function (n) { argument
775 r = new Big((s == 1 / 0 ? '1e' : (s = s.toExponential()).slice(0, s.indexOf('e') + 1)) + e); variable
777 r = new Big(s); variable
/dports/math/gmp-ecm/ecm-7.0.4/
H A Dschoen_strass.c41 static mpz_t gt; variable
63 mp_limb_t r, d; in __gmpn_mod_34lsub1() local
83 F_mod_1 (mpz_t RS, unsigned int n) in F_mod_1()
105 F_mod_gt (mpz_t R, unsigned int n) in F_mod_gt()
240 F_divby3_1 (mpz_t RS, unsigned int n) in F_divby3_1()
271 F_divby5_1 (mpz_t RS, unsigned int n) in F_divby5_1()
583 unsigned int l, i, r; in F_toomcook4() local
777 unsigned int i, r; in F_karatsuba() local
854 unsigned int n, mpz_t *t) in F_mul()
856 unsigned int i, r=0; in F_mul() local
[all …]
/dports/graphics/opengv/opengv-91f4b19/test/
H A Dexperiment_helpers.cpp146 for(size_t r = 0; r < 3; r++) in printEssentialMatrix() local
152 for(size_t r = 0; r < 3; r++) in printEssentialMatrix() local
184 opengv::getNindices( int n ) in getNindices()
208 Eigen::MatrixXd & gt ) in generateRandom2D3DCorrespondences()
274 opengv::generateMulti2D3DCorrespondences( in generateMulti2D3DCorrespondences()
378 Eigen::MatrixXd & gt ) in generateRandom2D2DCorrespondences()
461 Eigen::MatrixXd & gt ) in generateRandom3D3DCorrespondences()
498 opengv::generateMulti2D2DCorrespondences( in generateMulti2D2DCorrespondences()

12345678910>>...28