Home
last modified time | relevance | path

Searched defs:deg (Results 1 – 25 of 2678) sorted by relevance

12345678910>>...108

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/tcg/
H A Dpoly_ops.h32 int deg, //!< Degree of the polynomial function in evaluate()
53 int &deg, //!< Input/output polynomial degree. in reduceDegree()
66 void add(const A (&poly1)[deg], //!< First polynomial addendum. in add()
67 const B (&poly2)[deg], //!< Second polynomial addendum. in add()
68 C (&result)[deg]) //!< Resulting sum. in add()
80 void sub(const A (&poly1)[deg], //!< First polynomial addendum. in sub()
81 const B (&poly2)[deg], //!< Second polynomial addendum. in sub()
82 C (&result)[deg]) //!< Resulting difference. in sub()
148 void derivative(const A (&poly)[deg], //!< Polynomial to be derived. in derivative()
/dports/cad/opencascade/opencascade-7.6.0/src/BSplCLib/
H A DBSplCLib_BzSyntaxes.cxx61 Standard_Integer deg = Poles.Length() - 1; in IncreaseDegree() local
79 Standard_Integer deg = Poles.Length() - 1; in IncreaseDegree() local
96 Standard_Integer deg = Poles.Length() - 1; in PolesCoefficients() local
112 Standard_Integer deg = Poles.Length() - 1; in PolesCoefficients() local
128 Standard_Integer deg = Poles.Length() - 1; in D0() local
143 Standard_Integer deg = Poles.Length() - 1; in D0() local
159 Standard_Integer deg = Poles.Length() - 1; in D1() local
175 Standard_Integer deg = Poles.Length() - 1; in D1() local
193 Standard_Integer deg = Poles.Length() - 1; in D2() local
210 Standard_Integer deg = Poles.Length() - 1; in D2() local
[all …]
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/dsp/arch/native/
H A Dsmath.h31 float ipowf(float x, int deg) in ipowf()
79 float ipospowf(float x, int deg) in ipospowf()
104 float irootf(float x, int deg) in irootf()
/dports/graphics/nurbs++/nurbs++-3.0.11/nurbs/
H A Dtri_spline.h44 int deg ; variable
57 int deg ; variable
/dports/math/gap/gap-4.11.0/pkg/float-0.9.1/src/
H A Dcpoly.C20 static xreal cauchy(const int deg, xcomplex *P) in cauchy()
74 static void scale(const int deg, xcomplex* P) in scale()
110 static void noshft(const int l1, int deg, xcomplex *P, xcomplex *H) in noshft()
141 static xcomplex polyev(const int deg, const xcomplex &s, const xcomplex *Q, xcomplex *q) { in polyev()
150 static xcomplex calct(bool *bol, int deg, xcomplex &Ps, xcomplex *H, xcomplex *h, xcomplex &s){ in calct()
162 static void nexth(const bool bol, int deg, xcomplex &t, xcomplex *H, xcomplex *h, xcomplex *p){ in nexth()
182 static xreal errev(const int deg, const xcomplex *p, const xreal ms, const xreal &mp){ in errev()
198 static bool vrshft(const int l3, int deg, xcomplex *P, xcomplex *p, xcomplex *H, xcomplex *h, xcomp… in vrshft()
275 static bool fxshft(const int l2, int deg, xcomplex *P, xcomplex *p, xcomplex *H, xcomplex *h, xcomp… in fxshft()
359 int deg = degree; in cpoly() local
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dutily.py148 def cotd(deg, **error_kwds): argument
209 def degrees2grades(deg): argument
219 def degrees2m(deg, radius=R_M, lat=0): argument
444 def radiansPI(deg): argument
454 def radiansPI2(deg): argument
464 def radiansPI_2(deg): argument
551 def sincos2d(deg): argument
613 def tand(deg, **error_kwds): argument
715 def wrap90(deg): argument
725 def wrap180(deg): argument
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/FEmTool/
H A DFEmTool_Curve.cxx71 Standard_Integer i, j, degBase, deg; in SetElement() local
110 Standard_Integer i, j, degBase, deg; in GetElement() local
166 Standard_Integer deg; in D0() local
202 Standard_Integer deg, i; in D1() local
244 Standard_Integer deg, i; in D2() local
288 Standard_Integer Low, High, deg, degBase, i, Ptr; in Length() local
420 Standard_Integer deg = myDegree(IndexOfElement); in ReduceDegree() local
444 Standard_Integer degBase = myBase->WorkDegree(), deg = myDegree(Index); in Update() local
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/mce/
H A Dgf2m_small_m.cpp40 std::vector<gf2m> gf_exp_table(size_t deg, gf2m prime_poly) in gf_exp_table()
56 const std::vector<gf2m>& exp_table(size_t deg) in exp_table()
69 std::vector<gf2m> gf_log_table(size_t deg, const std::vector<gf2m>& exp) in gf_log_table()
81 const std::vector<gf2m>& log_table(size_t deg) in log_table()
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/mce/
H A Dgf2m_small_m.cpp40 std::vector<gf2m> gf_exp_table(size_t deg, gf2m prime_poly) in gf_exp_table()
56 const std::vector<gf2m>& exp_table(size_t deg) in exp_table()
69 std::vector<gf2m> gf_log_table(size_t deg, const std::vector<gf2m>& exp) in gf_log_table()
81 const std::vector<gf2m>& log_table(size_t deg) in log_table()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/mce/
H A Dgf2m_small_m.cpp40 std::vector<gf2m> gf_exp_table(size_t deg, gf2m prime_poly) in gf_exp_table()
56 const std::vector<gf2m>& exp_table(size_t deg) in exp_table()
69 std::vector<gf2m> gf_log_table(size_t deg, const std::vector<gf2m>& exp) in gf_log_table()
81 const std::vector<gf2m>& log_table(size_t deg) in log_table()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkBezierInterpolation.cxx78 static vtkIdType NumberOfSimplexFunctions(const int dim, const int deg) in NumberOfSimplexFunctions()
83 static vtkVector3i unflattenTri(const int deg, const vtkIdType flat) in unflattenTri()
98 static vtkVector3i unflattenTetrahedron(const int deg, const vtkIdType flat) in unflattenTetrahedron()
120 int vtkBezierInterpolation::flattenSimplex(const int dim, const int deg, const vtkVector3i coord) in flattenSimplex()
150 const int dim, const int deg, const vtkIdType flat) in unflattenSimplex()
158 const int dim, const int deg, const vtkIdType flat) in UnFlattenSimplex()
172 const int dim, const int deg, std::function<void(const vtkVector3i, const int)> callback) in iterateSimplex()
204 const int dim, const int deg, const double pcoords[3], double* weights) in deCasteljauSimplex()
213 const int dim, const int deg, const double pcoords[3], double* weights) in DeCasteljauSimplex()
259 const int dim, const int deg, const double pcoords[3], double* weights) in deCasteljauSimplexDeriv()
[all …]
/dports/devel/R-cran-vctrs/vctrs/inst/doc/
H A Dpillar.R36 deg <- trunc(x) functionVar
73 deg <- trunc(x) functionVar
112 deg <- function(x, direction) { function
117 deg <- round(x) functionVar
127 deg <- format(x, formatter = deg) functionVar
131 list(deg = deg, deg_min = deg_min), nameattr
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/cache/
H A DCDegreeCache.h174 void insert(input_node_type navi, deg_type deg) const { in insert()
179 void insert(navi_type navi, deg_type deg) const { in insert()
188 void insert(input_node_type navi, deg_type, deg_type deg) const { in insert() argument
193 void insert(navi_type navi, deg_type, deg_type deg) const { in insert() argument
243 void insert(input_node_type navi, deg_type upper_bound, deg_type deg) const { in insert()
249 void insert(navi_type navi, deg_type upper_bound, deg_type deg) const { in insert()
299 void insert(input_node_type navi, idx_type idx, size_type deg) const { in insert()
305 void insert(navi_type navi, idx_type idx, size_type deg) const { in insert()
344 navi_type find(navi_type navi, size_type deg) const{ in find()
349 void insert(navi_type navi, size_type deg, navi_type result) const { in insert()
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/cache/
H A DCDegreeCache.h174 void insert(input_node_type navi, deg_type deg) const { in insert()
179 void insert(navi_type navi, deg_type deg) const { in insert()
188 void insert(input_node_type navi, deg_type, deg_type deg) const { in insert() argument
193 void insert(navi_type navi, deg_type, deg_type deg) const { in insert() argument
243 void insert(input_node_type navi, deg_type upper_bound, deg_type deg) const { in insert()
249 void insert(navi_type navi, deg_type upper_bound, deg_type deg) const { in insert()
299 void insert(input_node_type navi, idx_type idx, size_type deg) const { in insert()
305 void insert(navi_type navi, idx_type idx, size_type deg) const { in insert()
344 navi_type find(navi_type navi, size_type deg) const{ in find()
349 void insert(navi_type navi, size_type deg, navi_type result) const { in insert()
/dports/math/py-algopy/algopy-0.5.7/algopy/
H A Dexact_interpolation.py29 def generate_multi_indices(N,deg): argument
82 def rec(r,n,N,deg): argument
222 def alpha(i, j, k, deg): argument
270 def generate_Gamma_and_rays(N,deg, S = None): argument
/dports/math/gap/gap-4.11.0/src/
H A Dtrans.h21 EXPORT_INLINE Obj NEW_TRANS2(UInt deg) in NEW_TRANS2()
47 EXPORT_INLINE Obj NEW_TRANS4(UInt deg) in NEW_TRANS4()
74 EXPORT_INLINE Obj NEW_TRANS(UInt deg) in NEW_TRANS()
H A Dtrans.cc396 UInt i, deg; in FuncTransformationNC() local
927 UInt deg, m, i; in FuncFLAT_KERNEL_TRANS_INT() local
1283 UInt deg, i; in FuncIS_ID_TRANS() local
1316 UInt deg, i; in FuncIS_IDEM_TRANS() local
1611 UInt deg, i; in FuncInverseOfTransformation() local
1871 UInt deg, i; in FuncAS_PERM_TRANS() local
2251 UInt deg, i; in FuncTRIM_TRANS() local
2306 UInt deg; in HashFuncForTrans() local
2420 UInt i, deg; in FuncSMALLEST_MOVED_PT_TRANS() local
3618 UInt deg; in FuncOnPosIntSetsTrans() local
[all …]
H A Dpperm.cc223 Obj NEW_PPERM2(UInt deg) in NEW_PPERM2()
230 Obj NEW_PPERM4(UInt deg) in NEW_PPERM4()
361 UInt i, cpt, deg; in PreImagePPermInt() local
1291 UInt i, j, deg; in FuncLARGEST_MOVED_PT_PPERM() local
1390 UInt deg, i; in FuncTRIM_PPERM() local
1640 UInt def, deg, i; in JOIN_IDEM_PPERMS() local
1671 UInt def, deg; in FuncJOIN_IDEM_PPERMS() local
2435 UInt deg, i; in LtPPerm() local
3489 UInt deg; in OnSetsPPerm() local
3583 UInt deg; in OnTuplesPPerm() local
[all …]
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_poly_mat/test/
H A Dt-mul_KS.c32 slong m, n, k, deg; in main() local
79 slong m, n, deg; in main() local
120 slong m, n, deg; in main() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpz_poly_mat/test/
H A Dt-mul_KS.c34 slong m, n, k, bits, deg; in main() local
88 slong m, n, bits, deg; in main() local
128 slong m, n, bits, deg; in main() local
/dports/math/e-antic/flint2-ae7ec89/nmod_poly_mat/test/
H A Dt-mul_KS.c32 slong m, n, k, deg; in main() local
79 slong m, n, deg; in main() local
120 slong m, n, deg; in main() local
/dports/math/e-antic/flint2-ae7ec89/fmpz_poly_mat/test/
H A Dt-mul_KS.c34 slong m, n, k, bits, deg; in main() local
88 slong m, n, bits, deg; in main() local
128 slong m, n, bits, deg; in main() local
/dports/math/flint2/flint-2.8.4/nmod_poly_mat/test/
H A Dt-mul_KS.c32 slong m, n, k, deg; in main() local
79 slong m, n, deg; in main() local
120 slong m, n, deg; in main() local
/dports/math/flint2/flint-2.8.4/fmpz_poly_mat/test/
H A Dt-mul_KS.c34 slong m, n, k, bits, deg; in main() local
88 slong m, n, bits, deg; in main() local
128 slong m, n, bits, deg; in main() local
/dports/science/cp2k-data/cp2k-7.1.0/tools/Fun2D/
H A Dpadua2_mpfr.f9043 SUBROUTINE cheb(deg,pt,tcheb,s1) argument
44 INTEGER :: deg local
82 SUBROUTINE pdpts(deg,pd1,pd2,wpd,npd) argument
83 INTEGER :: deg,npd local
178 SUBROUTINE padua2(deg,npd,pd1,pd2,wpd,fpd,t1,t2,c0,esterr) argument
179 INTEGER :: deg,npd local
244 INTEGER :: deg local

12345678910>>...108