Home
last modified time | relevance | path

Searched refs:getF (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/dports/math/gfan/gfan0.6.2/src/
H A Dfield_zmodpz.cpp126 FieldZModPZImplementation &getF()const in getF() function in FieldElementZModPZ
138 value=modP(n_,getF().getCharacteristic()); in FieldElementZModPZ()
171 … value=modP(value+modP(A->value*B->value,getF().getCharacteristic()),getF().getCharacteristic()); in madd()
175 return new FieldElementZModPZ(getF(),1); in one()
199 r->value=modP(-value,getF().getCharacteristic()); in negation()
205 FieldElementZModPZ *r= new FieldElementZModPZ(getF()); in inverse()
219 int d=gcd(value,getF().getCharacteristic(),R,S); in inverse()
220 R=modP(R,getF().getCharacteristic()); in inverse()
225 if(!(modP(R*value,getF().getCharacteristic())==1)) in inverse()
229 assert(modP(R*value,getF().getCharacteristic())==1); in inverse()
[all …]
/dports/math/gfanlib/gfan0.6.2/src/
H A Dfield_zmodpz.cpp126 FieldZModPZImplementation &getF()const in getF() function in FieldElementZModPZ
138 value=modP(n_,getF().getCharacteristic()); in FieldElementZModPZ()
171 … value=modP(value+modP(A->value*B->value,getF().getCharacteristic()),getF().getCharacteristic()); in madd()
175 return new FieldElementZModPZ(getF(),1); in one()
199 r->value=modP(-value,getF().getCharacteristic()); in negation()
205 FieldElementZModPZ *r= new FieldElementZModPZ(getF()); in inverse()
219 int d=gcd(value,getF().getCharacteristic(),R,S); in inverse()
220 R=modP(R,getF().getCharacteristic()); in inverse()
225 if(!(modP(R*value,getF().getCharacteristic())==1)) in inverse()
229 assert(modP(R*value,getF().getCharacteristic())==1); in inverse()
[all …]
/dports/graphics/vigra/vigra-8acd73a/include/vigra/
H A Diteratorfacade.hxx83 IteratorFacadeCoreAccess::increment(getF()); in operator ++()
84 return getF(); in operator ++()
89 FACADE res(getF()); in operator ++()
90 IteratorFacadeCoreAccess::increment(getF()); in operator ++()
95 return IteratorFacadeCoreAccess::equal(getF(),f); in operator ==()
98 return !IteratorFacadeCoreAccess::equal(getF(),f); in operator !=()
102 return IteratorFacadeCoreAccess:: template dereference<FACADE,reference>(getF()); in operator *()
106 return &IteratorFacadeCoreAccess:: template dereference<FACADE,reference>(getF()); in operator ->()
112 const FACADE & getF()const{ in getF() function in vigra::ForwardIteratorFacade
115 FACADE & getF(){ in getF() function in vigra::ForwardIteratorFacade
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A DWindingNumberAABB.h97 doublearea(this->getV(),this->getF(),dblA); in init()
163 barycenter(this->getV(),this->getF(),BC); in grow()
185 vector<int> id( this->getF().rows()); in grow()
186 for(int i = 0;i<this->getF().rows();i++) in grow()
204 assert(lefts+rights == this->getF().rows()); in grow()
205 DerivedF leftF(lefts, this->getF().cols()); in grow()
206 DerivedF rightF(rights,this->getF().cols()); in grow()
209 for(int i = 0;i<this->getF().rows();i++) in grow()
266 for(int i = 0;i<this->getF().rows();i++) in compute_min_max_corners()
268 for(int j = 0;j<this->getF().cols();j++) in compute_min_max_corners()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A DWindingNumberAABB.h97 doublearea(this->getV(),this->getF(),dblA); in init()
163 barycenter(this->getV(),this->getF(),BC); in grow()
185 vector<int> id( this->getF().rows()); in grow()
186 for(int i = 0;i<this->getF().rows();i++) in grow()
204 assert(lefts+rights == this->getF().rows()); in grow()
205 DerivedF leftF(lefts, this->getF().cols()); in grow()
206 DerivedF rightF(rights,this->getF().cols()); in grow()
209 for(int i = 0;i<this->getF().rows();i++) in grow()
266 for(int i = 0;i<this->getF().rows();i++) in compute_min_max_corners()
268 for(int j = 0;j<this->getF().cols();j++) in compute_min_max_corners()
[all …]
/dports/textproc/stardict3/stardict-3.0.6/dict/stardict-plugins/stardict-wordnet-plugin/
H A Dnewton.cpp60 (*it)->getA().getF().add((*it)->getFa()); in calculate_spring_factor()
61 (*it)->getB().getF().add((*it)->getFb()); in calculate_spring_factor()
71 (*it)->getF() = vector_t::zero; in init_newton_calculate()
89 a->getF().add(f); in calculate_repulsion_factor()
91 b->getF().add(f); in calculate_repulsion_factor()
105 (*it)->getF().add(f); in calculate_friction_factor()
142 b->getF().add(f*(-b->getM())); in calculate_collide_factor()
143 a->getF().add(f.mul(a->getM())); in calculate_collide_factor()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/AbstractField/can/
H A DA_test5_out.java6 setF(getF()); in m()
8 public int getF(){ in getF() method in A
18 a.setF(a.getF()); in m()
19 return a.getF(); in m()
H A DA_test3_out.java6 int g= getF(); in m()
8 public int getF(){ in getF() method in A
15 return a.getF(); in m()
H A DA_test0_out.java5 int g= getF(); in m()
7 private int getF(){ in getF() method in A
H A DA_test4_out.java8 public int getF(){ in getF() method in A
15 return a.getF(); in m()
/dports/lang/nim/nim-1.6.2/tests/varres/
H A Dtvarres0.nim26 proc getF(): var Foo = f
27 echo getF().a
28 getF().a = 1234
29 echo getF().a
30 getF() = Foo(a: 12345)
31 echo getF().a
32 (addr getF())[] = Foo(a: 123456)
33 echo getF().a
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.tests/testprograms/
H A DStepFilterFour.java60 public float getF() { in getF() method in StepFilterFour
97 isBig &= this.getF() % 3.0F == 4.0F; in go()
103 this.doNothing("f was = " + this.getF()); in go()
105 this.setF(this.getF() + 1.0F); in go()
106 this.doNothing("f is = " + this.getF()); in go()
/dports/math/optpp/optpp-2.4/tests/uncon/
H A Dtstqnewton.C49 double f_sol = nlp.getF(); in main()
76 f_sol = nlp2.getF(); in main()
103 f_sol = nlp3.getF(); in main()
H A Dtstnewton.C47 double f_sol = nlp.getF(); in main()
73 f_sol = nlp2.getF(); in main()
100 f_sol = nlp3.getF(); in main()
H A Dtstfdnlf1.C48 double f_sol = nlp.getF(); in main()
74 f_sol = nlp2.getF(); in main()
101 f_sol = nlp3.getF(); in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/tests/uncon/
H A Dtstfdnlf1.C51 double f_sol = nlp.getF(); in main()
77 f_sol = nlp2.getF(); in main()
104 f_sol = nlp3.getF(); in main()
H A Dtstnewton.C58 double f_sol = nlp.getF(); in main()
84 f_sol = nlp2.getF(); in main()
111 f_sol = nlp3.getF(); in main()
H A Dtstqnewton.C53 double f_sol = nlp.getF(); in main()
80 f_sol = nlp2.getF(); in main()
107 f_sol = nlp3.getF(); in main()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dencoding-test.c++684 EXPECT_TRUE(l[0].getF()); in TEST()
686 EXPECT_TRUE(l[2].getF()); in TEST()
687 EXPECT_TRUE(l[3].getF()); in TEST()
700 EXPECT_TRUE(l[0].getF()); in TEST()
702 EXPECT_TRUE(l[2].getF()); in TEST()
703 EXPECT_TRUE(l[3].getF()); in TEST()
727 EXPECT_TRUE(l[0].getF()); in TEST()
729 EXPECT_TRUE(l[2].getF()); in TEST()
730 EXPECT_TRUE(l[3].getF()); in TEST()
740 EXPECT_TRUE(l[0].getF()); in TEST()
[all …]
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Dencoding-test.c++684 EXPECT_TRUE(l[0].getF()); in TEST()
686 EXPECT_TRUE(l[2].getF()); in TEST()
687 EXPECT_TRUE(l[3].getF()); in TEST()
700 EXPECT_TRUE(l[0].getF()); in TEST()
702 EXPECT_TRUE(l[2].getF()); in TEST()
703 EXPECT_TRUE(l[3].getF()); in TEST()
727 EXPECT_TRUE(l[0].getF()); in TEST()
729 EXPECT_TRUE(l[2].getF()); in TEST()
730 EXPECT_TRUE(l[3].getF()); in TEST()
740 EXPECT_TRUE(l[0].getF()); in TEST()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/src/libcsg/modules/io/
H A Dlammpsdumpwriter.cc67 fprintf(out_, " %f %f %f", bead.getF().x() * conv::kj2kcal / conv::nm2ang, in Write()
68 bead.getF().y() * conv::kj2kcal / conv::nm2ang, in Write()
69 bead.getF().z() * conv::kj2kcal / conv::nm2ang); in Write()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/src/libcsg/modules/io/
H A Dlammpsdumpwriter.cc67 fprintf(out_, " %f %f %f", bead.getF().x() * conv::kj2kcal / conv::nm2ang, in Write()
68 bead.getF().y() * conv::kj2kcal / conv::nm2ang, in Write()
69 bead.getF().z() * conv::kj2kcal / conv::nm2ang); in Write()
/dports/devel/poco/poco-1.10.1-all/Data/testsuite/src/
H A DSessionImpl.cpp26 addFeature("f1", &SessionImpl::setF, &SessionImpl::getF); in SessionImpl()
27 addFeature("f2", 0, &SessionImpl::getF); in SessionImpl()
154 bool SessionImpl::getF(const std::string& name) const in getF() function in Poco::Data::Test::SessionImpl
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenameNonPrivateField/testGenerics3/in/
H A DA.java6 public T getF() { in getF() method in A
16 public E getF() { in getF() method in B
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/lambda/
H A DMethodReferenceTestCallerSensitive.java39 private static <T> void getF(T arg) { in getF() method in MethodReferenceTestCallerSensitive
44 getF("Hello World"); in testConstructorReferenceVarArgs()

12345678910>>...24