Home
last modified time | relevance | path

Searched refs:root3 (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/games/libtmcg/libTMCG-1.3.18/src/
H A Dmpz_sqrtm.cc446 mpz_neg(root3, root3); in tmcg_mpz_sqrtmn_r()
447 mpz_mul(root3, root3, u); in tmcg_mpz_sqrtmn_r()
448 mpz_mul(root3, root3, p); in tmcg_mpz_sqrtmn_r()
452 mpz_mod(root3, root3, n); in tmcg_mpz_sqrtmn_r()
498 mpz_neg(root3, root3); in tmcg_mpz_sqrtmn()
499 mpz_mul(root3, root3, u); in tmcg_mpz_sqrtmn()
500 mpz_mul(root3, root3, p); in tmcg_mpz_sqrtmn()
551 mpz_neg(root3, root3); in tmcg_mpz_sqrtmn_r_all()
594 mpz_neg(root3, root3); in tmcg_mpz_sqrtmn_all()
652 mpz_neg(root3, root3); in tmcg_mpz_sqrtmn_fast_all()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/gw/Transfer/Utilities/
H A Dquadroots.f9074 root3 = 2*sqQQ*cos((theta-twopi)/3.d0) - bp/3.d0
140 root3 = sqrt(root2) - bb/(4*aa)
143 root3 = - bb/(4*aa)
160 root3 = -dble(uu) - bb/(4*aa)
169 root3 = root3 - bb/(4*aa)
177 if (nroots.gt.1) yy = max(root1,root2,root3)
183 call rquadroots(1.d0,gg,hh,jroots,root3,root4)
194 root3 = root3 - bb/(4*aa)
197 root3 = root3 - bb/(4*aa)
201 root1 = root3
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/gw/Transfer/Utilities/
H A Dquadroots.f9074 root3 = 2*sqQQ*cos((theta-twopi)/3.d0) - bp/3.d0
140 root3 = sqrt(root2) - bb/(4*aa)
143 root3 = - bb/(4*aa)
160 root3 = -dble(uu) - bb/(4*aa)
169 root3 = root3 - bb/(4*aa)
177 if (nroots.gt.1) yy = max(root1,root2,root3)
183 call rquadroots(1.d0,gg,hh,jroots,root3,root4)
194 root3 = root3 - bb/(4*aa)
197 root3 = root3 - bb/(4*aa)
201 root1 = root3
[all …]
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/tests/
H A D024-ispixelsimilar.phpt9 $root3 = 1.732050807568877;
12 array ('rgb(245, 0, 0)', 'rgb(255, 0, 0)', 9 / $root3, false,),
13 array ('rgb(245, 0, 0)', 'rgb(255, 0, 0)', 10 / $root3, true,),
14 array ('rgb(0, 0, 0)', 'rgb(7, 7, 0)', 9 / $root3, false,),
15 array ('rgb(0, 0, 0)', 'rgb(7, 7, 0)', 10 / $root3, true,),
16 array ('rgba(0, 0, 0, 1)', 'rgba(7, 7, 0, 1)', 9 / $root3, false,),
17 array ('rgba(0, 0, 0, 1)', 'rgba(7, 7, 0, 1)', 10 / $root3, true,),
18 array ('rgb(128, 128, 128)', 'rgb(128, 128, 120)', 7 / $root3, false,),
19 array ('rgb(128, 128, 128)', 'rgb(128, 128, 120)', 8 / $root3, true,),
26 array ('black', 'rgba(10, 0, 0, 1.0)', 10.0 / $root3, true),
/dports/graphics/pecl-imagick/imagick-3.5.1/tests/
H A D024-ispixelsimilar.phpt9 $root3 = 1.732050807568877;
12 array ('rgb(245, 0, 0)', 'rgb(255, 0, 0)', 9 / $root3, false,),
13 array ('rgb(245, 0, 0)', 'rgb(255, 0, 0)', 10 / $root3, true,),
14 array ('rgb(0, 0, 0)', 'rgb(7, 7, 0)', 9 / $root3, false,),
15 array ('rgb(0, 0, 0)', 'rgb(7, 7, 0)', 10 / $root3, true,),
16 array ('rgba(0, 0, 0, 1)', 'rgba(7, 7, 0, 1)', 9 / $root3, false,),
17 array ('rgba(0, 0, 0, 1)', 'rgba(7, 7, 0, 1)', 10 / $root3, true,),
18 array ('rgb(128, 128, 128)', 'rgb(128, 128, 120)', 7 / $root3, false,),
19 array ('rgb(128, 128, 128)', 'rgb(128, 128, 120)', 8 / $root3, true,),
26 array ('black', 'rgba(10, 0, 0, 1.0)', 10.0 / $root3, true),
/dports/math/mpir/mpir-3.0.0/tests/mpz/
H A Dt-root.c48 mpz_t root1, root2, root3, rem2; in main() local
69 mpz_init (root3); in main()
87 mpz_nthroot (root3, x2, nth); in main()
88 if (mpz_cmp (root1, root3) != 0) in main()
108 mpz_nthroot (root3, x2, nth); in main()
109 if (mpz_cmp (root1, root3) != 0) in main()
185 if (mpz_cmp (root2, root3) != 0) in main()
192 mpz_pow_ui (root3, root2, nth); in main()
193 mpz_sub (root3, temp2, root3); in main()
198 if (mpz_cmp (root3, rem2) != 0) in main()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/map/libmap/
H A Dtetra.c77 static double root3; variable
131 cdiv(tcon*tr,tcon*ti,root3+1-sr,-si,&br,&bi); in Xtetra()
179 root3 = sqrt(3.); in tetra()
180 rt3inv = 1/root3; in tetra()
181 two_rt3 = 2*root3; in tetra()
182 tkc = sqrt(.5-.25*root3); in tetra()
183 tk = sqrt(.5+.25*root3); in tetra()
184 tcon = 2*sqrt(root3); in tetra()
185 elco2(tcon/(root3-1),0.,tkc,1.,1.,&f0r,&f0i); in tetra()
190 tx[i] *= f0r*root3; in tetra()
[all …]
H A Dhex.c84 double root3; in hex() local
90 root3 = sqrt(3.); in hex()
91 rootroot3 = sqrt(root3); in hex()
92 t = 15 -8*root3; in hex()
103 ki[i] *= root3/2; in hex()
/dports/math/py-sympy/sympy-1.9/sympy/series/tests/
H A Dtest_demidovich.py14 def root3(x): function
30 assert limit(x/root3(x**3 + 10), x, oo) == 1 # Primjer 2
39 assert limit((2*x + 3)/(x + root3(x)), x, oo) == 2 # 187
41 assert limit(root3(x**2 + 1)/(x + 1), x, oo) == 0 # 189
56 assert limit((sqrt(1 + x) - 1)/(root3(1 + x) - 1), x, 0) == Rational(3)/2 # Primer 4
58 assert limit((sqrt(x) - 8)/(root3(x) - 4), x, 64) == 3 # 200
59 assert limit((root3(x) - 1)/(root4(x) - 1), x, 1) == Rational(4)/3 # 201
61 (root3(x**2) - 2*root3(x) + 1)/(x - 1)**2, x, 1) == Rational(1)/9 # 202
67 assert limit((sqrt(x) - 1)/(root3(x) - 1), x, 1) == Rational(3, 2) # 205
78 assert limit(x - root3(x**3 - 1), x, oo) == 0 # 215
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/tests/interactive/clip/
H A Dclip.lua29 local root3 = fill_surface(64, 64, 255, 0, 0)
30 image_tracetag(root3, "root_3")
35 move_image(root3, 200, 0)
36 rotate_image(root3, 145, 100)
38 link_image(child2, root3)
44 show_image({root3, child2, child3})
/dports/sysutils/acfgfs/arcan-0.6.1/tests/interactive/clip/
H A Dclip.lua29 local root3 = fill_surface(64, 64, 255, 0, 0)
30 image_tracetag(root3, "root_3")
35 move_image(root3, 200, 0)
36 rotate_image(root3, 145, 100)
38 link_image(child2, root3)
44 show_image({root3, child2, child3})
/dports/x11/aclip/arcan-0.6.1/tests/interactive/clip/
H A Dclip.lua29 local root3 = fill_surface(64, 64, 255, 0, 0)
30 image_tracetag(root3, "root_3")
35 move_image(root3, 200, 0)
36 rotate_image(root3, 145, 100)
38 link_image(child2, root3)
44 show_image({root3, child2, child3})
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/interactive/clip/
H A Dclip.lua29 local root3 = fill_surface(64, 64, 255, 0, 0)
30 image_tracetag(root3, "root_3")
35 move_image(root3, 200, 0)
36 rotate_image(root3, 145, 100)
38 link_image(child2, root3)
44 show_image({root3, child2, child3})
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/
H A Dtest_model.py219 root3 = SomeModel(a=44, name='d')
223 d.add_root(root3)
233 assert set() == set(root3.select(dict(name='a')))
234 assert {root3} == set(root3.select(dict(a=44)))
237 assert root3 == root3.select_one(dict(name='d'))
245 assert None == root3.select_one(dict(name='a'))
246 assert None == root3.select_one(dict(name='c'))
254 root3.set_select(dict(name='d'), dict(a=57))
255 assert {root3} == set(root3.select(dict(a=57)))
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/volm/tests/
H A Dtest_index.cxx50 …volm_geo_index_node_sptr root3 = volm_geo_index::read_and_construct("./root2_index.txt", min_size3… in test_index() local
52 volm_geo_index::get_leaves(root3, leaves3); in test_index()
55 std::cout << " depth of root3: " << volm_geo_index::depth(root3) << std::endl; in test_index()
56 volm_geo_index::write_to_kml(root3, 0, "./root3_depth_0.kml"); in test_index()
57 volm_geo_index::write_to_kml(root3, volm_geo_index::depth(root3), "./root3_depth_2.kml"); in test_index()
/dports/math/chaco/Chaco-2.2/code/inertial/
H A Deigenvec3.c21 double root1, root2, root3; /* three roots of cubic */ local
55 root3 = a2 / q;
82 root3 = q * cos((theta + 2 * TWOPI) / 3) - a1 / 3;
88 root1 = root2 = root3 = -sign(r) * (theta + q / theta) - a1 / 3;
93 root3 *= xmax;
95 *eval1 = min(*eval1, root3);
97 *eval3 = max(*eval3, root3);
103 *eval2 = root3;
/dports/textproc/zorba/zorba-2.7.0/test/rbkt/Queries/zorba/parsing_and_serializing/
H A Dparse-fragment-skip-root-15.xq4 …<?xml version='1.0'?><root>root1 text<root2>root2 text<root3>root3 text<from1>Jani1</from1></root3
H A Dparse-fragment-skip-root-17.xq4 …oot1 text<root15>root15 text</root15><root2>root2 text<root3>root3 text<from1>Jani1</from1></root3
H A Dparse-fragment-skip-root-16.xq4 …oot1 text<root15>root15 text</root15><root2>root2 text<root3>root3 text<from1>Jani1</from1></root3
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.builder/src/org/eclipse/jdt/core/tests/builder/
H A DMultiProjectTests.java77 env.addClass(root3, "", "C", //$NON-NLS-1$ //$NON-NLS-2$ in testCompileOnlyDependent()
141 env.addClass(root3, "", "C", //$NON-NLS-1$ //$NON-NLS-2$ in testCompileOnlyStructuralDependent()
407 env.addClass(root3, "p3", "Z", //$NON-NLS-1$ //$NON-NLS-2$ in testCycle1()
1016 IPath root3 = env.addPackageFragmentRoot(p3, "src"); in testCycle6() local
1019 env.addClass(root3, "java/lang", "String", in testCycle6()
1122 IPath root3 = env.addPackageFragmentRoot(p3, "src"); in testCycle7() local
1125 env.addClass(root3, "java/lang", "String", in testCycle7()
1811 IPath root3 = env.addPackageFragmentRoot(p3, "src"); in test102_missing_required_binaries() local
1826 IPath y = env.addClass(root3, "", "Y", in test102_missing_required_binaries()
1872 IPath root3 = env.addPackageFragmentRoot(p3, "src"); in test103_missing_required_binaries() local
[all …]
/dports/devel/p5-Storable/Storable-3.25/t/
H A Dfreeze.t69 $root3 = thaw($f3);
70 isnt($root3, undef);
72 is(&dump($foo), &dump($root3));
77 is(&dump($root3), &dump($root));
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Storable/t/
H A Dfreeze.t69 $root3 = thaw($f3);
70 isnt($root3, undef);
72 is(&dump($foo), &dump($root3));
77 is(&dump($root3), &dump($root));
/dports/finance/beancount/beancount-2.3.3/beancount/core/
H A Drealization_test.py487 root3 = copy.deepcopy(root2)
488 ra3 = realization.get(root3, 'Assets:US:Bank:Checking')
490 self.assertNotEqual(root1, root3)
492 root3 = copy.deepcopy(root2)
493 ra3 = realization.get(root3, 'Assets:US:Bank:Checking')
495 self.assertNotEqual(root1, root3)
497 root3 = copy.deepcopy(root2)
498 ra3 = realization.get(root3, 'Assets:US:Bank:Checking')
500 self.assertNotEqual(root1, root3)
502 root3 = copy.deepcopy(root2)
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/Storable/t/
H A Dfreeze.t69 $root3 = thaw($f3);
70 isnt($root3, undef);
72 is(&dump($foo), &dump($root3));
77 is(&dump($root3), &dump($root));
/dports/lang/perl5.30/perl-5.30.3/dist/Storable/t/
H A Dfreeze.t69 $root3 = thaw($f3);
70 isnt($root3, undef);
72 is(&dump($foo), &dump($root3));
77 is(&dump($root3), &dump($root));

12345678