Home
last modified time | relevance | path

Searched +defs:R +defs:ne (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/structs-enums/
H A Dexpr-match-struct.rs9 struct R { i: isize } argument
23 fn ne(&self, other: &mood) -> bool { !(*self).eq(other) } in ne() method
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/threads-sendsync/
H A Dtask-comm-16.rs11 struct R {val0: isize, val1: u8, val2: char} in test_rec() argument
75 fn ne(&self, other: &t) -> bool { !(*self).eq(other) } in ne() method
/dports/math/p5-Math-Pari/pari-2.3.5/src/graph/
H A Dplotport.c839 RectObj *R = RHead(s); in rectcopy() local
989 RectObj *R = RHead(s); in rectclip() local
1048 RoMPxs(R)[t] = RoMPxs(R)[f]; in rectclip() local
1049 RoMPys(R)[t] = RoMPys(R)[f]; in rectclip() local
1076 RoMLxs(R)[f] = ox; RoMLys(R)[f] = oy; in rectclip() local
1090 RoMPxs(R)[t] = RoMPxs(R)[f]; in rectclip() local
1091 RoMPys(R)[t] = RoMPys(R)[f]; in rectclip() local
1093 RoMPxs(R)[t+1] = RoMPxs(R)[f+1]; in rectclip() local
1094 RoMPys(R)[t+1] = RoMPys(R)[f+1]; in rectclip() local
1114 RoMLxs(R)[f + 1] = oxn; RoMLys(R)[f + 1] = oyn; in rectclip() local
[all …]
/dports/math/pari/pari-2.13.3/src/graph/
H A Dplotport.c731 cpd(double* R, size_t t) in cpd()
734 cp(void* R, size_t t) in cp()
740 RectObj *R, *tail = RTail(d); in plotcopy() local
919 RoMPxs(R)[t] = RoMPxs(R)[f]; in plotclip() local
920 RoMPys(R)[t] = RoMPys(R)[f]; in plotclip() local
945 RoMLxs(R)[f] = ox; ox = oxn; in plotclip() local
946 RoMLys(R)[f] = oy; oy = oyn; in plotclip() local
957 RoMPxs(R)[t] = RoMPxs(R)[f]; in plotclip() local
958 RoMPys(R)[t] = RoMPys(R)[f]; in plotclip() local
980 RoMLxs(R)[f+1] = oxn; RoMLys(R)[f+1] = oyn; in plotclip() local
[all …]
/dports/math/flint2/flint-2.8.4/nmod_mpoly/
H A Dpow_ui.c23 nmod_mpoly_struct * R; in nmod_mpoly_pow_ui() local
119 ulong ne, kmodn; in nmod_mpoly_pow_ui() local
/dports/science/gabedit/GabeditSrc251_300720/src/DeMon/
H A DDeMonMolecule.c341 gchar R[100]; in putDeMonMoleculeInTextEditor() local
360 gchar R[100]; in putDeMonMoleculeInTextEditor() local
374 gchar R[100]; in putDeMonMoleculeInTextEditor() local
473 gint ne = demonMolecule.numberOfValenceElectrons - totalCharge; in setComboSpinMultiplicity() local
601 gint ne = demonMolecule.numberOfValenceElectrons - totalCharge; in changedEntryCharge() local
728 gint ne = demonMolecule.numberOfValenceElectrons - totalCharge; in createDeMonChargeMultiplicityFrame() local
/dports/science/gabedit/GabeditSrc251_300720/src/Orca/
H A DOrcaMolecule.c328 gchar R[100]; in putOrcaMoleculeInTextEditor() local
347 gchar R[100]; in putOrcaMoleculeInTextEditor() local
362 gchar R[100]; in putOrcaMoleculeInTextEditor() local
476 gint ne = orcaMolecule.numberOfValenceElectrons - totalCharge; in setComboSpinMultiplicity() local
604 gint ne = orcaMolecule.numberOfValenceElectrons - totalCharge; in changedEntryCharge() local
731 gint ne = orcaMolecule.numberOfValenceElectrons - totalCharge; in createOrcaChargeMultiplicityFrame() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/nmod_mpoly/
H A Dpow_ui.c153 ulong ne; in nmod_mpoly_pow_ui() local
155 nmod_mpoly_t S, R, U; in nmod_mpoly_pow_ui() local
/dports/math/e-antic/flint2-ae7ec89/nmod_mpoly/
H A Dpow_ui.c153 ulong ne; in nmod_mpoly_pow_ui() local
155 nmod_mpoly_t S, R, U; in nmod_mpoly_pow_ui() local
/dports/math/linbox/linbox-1.6.3/tests/
H A Dtest-local-smith-form-sparseelim.C94 size_t R, size_t M, size_t N, in sparse_local_smith()
130 size_t R, size_t M, size_t N, in sparse_local_smith_poweroftwo()
166 bool test_sparse_local_smith(size_t seed, size_t R, size_t M, size_t N, in test_sparse_local_smith()
257 bool ruint_test(size_t seed, size_t R, size_t M, size_t N, in ruint_test()
261 int ne = ((1<<(K-1))/(q.bitsize()-1))+1; ne = (ne>exp?ne:exp); in ruint_test() local
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/pubkey/ecdsa/
H A Decdsa.cpp60 const PointGFp R = group.OS2ECP(X); in recover_ecdsa_public_key() local
67 const BigInt ne = group.mod_order(group_order - e); in recover_ecdsa_public_key() local
96 PointGFp R = recover_ecdsa_public_key(this->domain(), msg, r, s, v); in recovery_param() local
246 const PointGFp R = m_gy_mul.multi_exp(u1, u2); in verify() local
/dports/security/botan2/Botan-2.18.2/src/lib/pubkey/ecdsa/
H A Decdsa.cpp60 const PointGFp R = group.OS2ECP(X); in recover_ecdsa_public_key() local
67 const BigInt ne = group.mod_order(group_order - e); in recover_ecdsa_public_key() local
96 PointGFp R = recover_ecdsa_public_key(this->domain(), msg, r, s, v); in recovery_param() local
246 const PointGFp R = m_gy_mul.multi_exp(u1, u2); in verify() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/pubkey/ecdsa/
H A Decdsa.cpp60 const PointGFp R = group.OS2ECP(X); in recover_ecdsa_public_key() local
67 const BigInt ne = group.mod_order(group_order - e); in recover_ecdsa_public_key() local
96 PointGFp R = recover_ecdsa_public_key(this->domain(), msg, r, s, v); in recovery_param() local
246 const PointGFp R = m_gy_mul.multi_exp(u1, u2); in verify() local
/dports/math/mfem/mfem-4.3/fem/
H A Dbilininteg_convection_pa.cpp139 void PAConvectionApply2D(const int ne, in PAConvectionApply2D()
258 void SmemPAConvectionApply2D(const int ne, in SmemPAConvectionApply2D()
386 void PAConvectionApply3D(const int ne, in PAConvectionApply3D()
567 void SmemPAConvectionApply3D(const int ne, in SmemPAConvectionApply3D()
812 const Operator *R = gf_fes.GetElementRestriction(ordering); in AssemblePA() local
H A Dfespace.cpp512 const SparseMatrix *R = GetConformingRestriction(); in GetEssentialTrueDofs() local
593 SparseMatrix *R; in D2C_GlobalRestrictionMatrix() local
625 SparseMatrix *R; in D2Const_GlobalRestrictionMatrix() local
654 SparseMatrix *R; in H2L_GlobalRestrictionMatrix() local
812 int ne = fec->DofForGeometry(Geometry::SEGMENT); in GetDegenerateFaceDofs() local
840 int ne = fec->GetNumDof(Geometry::SEGMENT, order); in GetNumBorderDofs() local
1727 SparseMatrix *R = (elem_geoms.Size() != 1) in DerefinementMatrix() local
2315 int ne = (dim > 1) ? fec->GetNumDof(Geometry::SEGMENT, order) : 0; in GetElementDofs() local
2443 int ne = (dim > 1) ? fec->GetNumDof(Geometry::SEGMENT, order) : 0; in GetBdrElementDofs() local
2576 int order, ne, base; in GetEdgeDofs() local
[all …]
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/system/
H A DMolecular_system.cpp176 Array1 <doublevar> R(5); in calcLocWithTestPos() local
215 Array1 <doublevar> R(5); in calcLoc() local
353 Array1 <doublevar> R(5); in separatedLocal() local
388 Array1 <doublevar> R(5); in locDerivative() local
389 int ne=sample->electronSize(); in locDerivative() local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/lib/psi/
H A Dgeodesic2.F119 integer ms,n,ispin,ne(2) local
206 subroutine geodesic2_generate_T(n,A,R,T) argument
210 real*8 R(n,n) local
271 integer npack1,ispin,ne(2) local
453 integer ispin,ne(2) local
/dports/math/polylib/polylib-5.22.5/source/ehrhart/
H A Dext_ehrhart.c45 Matrix *CalcBase( Matrix *R ) in CalcBase()
218 static int existepivot( Matrix *R, int l ) in existepivot()
241 static void swap_line(Matrix *R, int l1, int l2) in swap_line()
279 static void Soustraire_ligne(Matrix *R, int l1, int l2, int piv ) in Soustraire_ligne()
323 evalue *ne; in new_eadd() local
/dports/math/barvinok/barvinok-0.41.5/polylib/source/ehrhart/
H A Dext_ehrhart.c45 Matrix *CalcBase( Matrix *R ) in CalcBase()
218 static int existepivot( Matrix *R, int l ) in existepivot()
241 static void swap_line(Matrix *R, int l1, int l2) in swap_line()
279 static void Soustraire_ligne(Matrix *R, int l1, int l2, int piv ) in Soustraire_ligne()
323 evalue *ne; in new_eadd() local
/dports/cad/opencascade/opencascade-7.6.0/src/TransferBRep/
H A DTransferBRep.cxx136 Standard_Integer ie, ne = list->Length(); in Handle() local
210 Standard_Integer R = 0, RW = 0, RF = 0, RWF = 0, NR = 0, NRW = 0, NRF = 0, NRWF = 0; in FillInfo() local
434 Standard_Integer R, RW, RF, RWF, NR, NRW, NRF, NRWF; in PrintResultInfo() local
/dports/graphics/graphviz/graphviz-2.44.1/lib/mingle/
H A Dagglomerative_bundling.c242 SparseMatrix P, R, R1, R0, B, cA; in Agglomerative_Ink_Bundling_establish() local
490 SparseMatrix P, R, R1, R0, B, cA; in Agglomerative_Ink_Bundling_aggressive_establish() local
575 SparseMatrix R; in agglomerative_ink_bundling_internal() local
659 int ne, npp, l; in agglomerative_ink_bundling_internal() local
/dports/math/vtk9/VTK-9.1.0/Rendering/ParallelLIC/
H A DvtkPSurfaceLICComposite.cxx206 size_t ne = rexts.size(); in Size() local
219 size_t ne = 0; in NumberOfExtents() local
489 for (int R = 0; R < this->CommSize; ++R) in AllReduceVectorMax() local
706 for (size_t ne = 0; ne < nn; ++ne) in MakeDecompDisjoint() local
723 size_t ne = tmpOut1.size(); in MakeDecompDisjoint() local
926 double ne = static_cast<double>(Size(exts)); in EstimateDecompEfficiency() local
/dports/math/vtk8/VTK-8.2.0/Rendering/ParallelLIC/
H A DvtkPSurfaceLICComposite.cxx213 size_t ne = rexts.size(); in Size() local
227 size_t ne = 0; in NumberOfExtents() local
532 for (int R=0; R<this->CommSize; ++R) in AllReduceVectorMax() local
756 for (size_t ne=0; ne<nn; ++ne) in MakeDecompDisjoint() local
773 size_t ne = tmpOut1.size(); in MakeDecompDisjoint() local
996 double ne = static_cast<double>(Size(exts)); in EstimateDecompEfficiency() local
/dports/math/vtk6/VTK-6.2.0/Rendering/ParallelLIC/
H A DvtkPSurfaceLICComposite.cxx211 size_t ne = rexts.size(); in Size() local
225 size_t ne = 0; in NumberOfExtents() local
532 for (int R=0; R<this->CommSize; ++R) in AllReduceVectorMax() local
756 for (size_t ne=0; ne<nn; ++ne) in MakeDecompDisjoint() local
773 size_t ne = tmpOut1.size(); in MakeDecompDisjoint() local
996 double ne = static_cast<double>(Size(exts)); in EstimateDecompEfficiency() local
/dports/math/pari/pari-2.13.3/src/basemath/
H A Dpolmodular.c726 modfn_root(ulong j, norm_eqn_t ne, long inv) in modfn_root()
776 modfn_preimage(ulong x, norm_eqn_t ne, long inv) in modfn_preimage()
1204 norm_eqn_t ne) in select_curve_with_L_tors_point()
1294 ulong L, ulong n, norm_eqn_t ne, in compute_L_isogenous_curve()
1338 oneroot_of_classpoly(GEN hilb, GEN factu, norm_eqn_t ne, GEN jdb) in oneroot_of_classpoly()
1479 GEN floor_js, ulong n, ulong card, ulong val, norm_eqn_t ne) in root_matrix()
1628 ulong *x0, ulong *x0pr, ulong j0, ulong j0pr, norm_eqn_t ne, in double_eta_initial_js()
1727 norm_eqn_update(norm_eqn_t ne, GEN vne, GEN tp, long L) in norm_eqn_update()
1781 norm_eqn_t ne; in polmodular_worker() local
3222 GEN X, Q, R, DD = stoi(D); in primeform_discrete_log() local
[all …]

12345678910>>...16