Home
last modified time | relevance | path

Searched refs:ct2 (Results 1 – 25 of 1461) sorted by relevance

12345678910>>...59

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dhatchbrush.c173 if (ct2 == NULL) in draw_horizontal_hatch()
195 if (ct2 == NULL) in draw_vertical_hatch()
217 if (ct2 == NULL) in draw_forward_diagonal_hatch()
241 if (ct2 == NULL) in draw_backward_diagonal_hatch()
267 if (ct2 == NULL) in draw_cross_hatch()
295 if (ct2 == NULL) in draw_diagonal_cross_hatch()
321 if (ct2 == NULL) in draw_percent_hatch()
358 if (ct2 == NULL) in draw_30_percent_hatch()
397 cairo_t *ct2; in draw_40_percent_hatch() local
472 if (ct2 == NULL) in draw_50_percent_hatch()
[all …]
H A Dtexturebrush.c97 cairo_t *ct2; in draw_tile_texture() local
127 cairo_fill (ct2); in draw_tile_texture()
148 cairo_t *ct2; in draw_tile_flipX_texture() local
178 cairo_fill (ct2); in draw_tile_flipX_texture()
192 cairo_fill (ct2); in draw_tile_flipX_texture()
214 cairo_t *ct2; in draw_tile_flipY_texture() local
243 cairo_fill (ct2); in draw_tile_flipY_texture()
257 cairo_fill (ct2); in draw_tile_flipY_texture()
283 cairo_t *ct2; in draw_tile_flipXY_texture() local
312 cairo_fill (ct2); in draw_tile_flipXY_texture()
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/blocks/
H A DConnectionMapTest.java27 private TCPConnectionMap ct1, ct2; field in ConnectionMapTest
61 if(ct2 != null) { in tearDown()
62 ct2.stop(); in tearDown()
63 ct2=null; in tearDown()
89 ct2.start(); in testReuseOfConnection()
94 num_conns=ct2.getNumConnections(); in testReuseOfConnection()
149 ct2.setUseSendQueues(false); in testStopConnectionMapNoSendQueues()
150 ct2.start(); in testStopConnectionMapNoSendQueues()
151 _testStop(ct1, ct2); in testStopConnectionMapNoSendQueues()
162 ct2.start(); in testStopConnectionMapWithSendQueues()
[all …]
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dbusyspheres.c241 float st2, ct2, t, t2; in hack_draw() local
275 ct2 = cos (t2); in hack_draw()
302 glVertex3f (x + 1.5, y + 0.75 * st2, z - 0.75 * ct2); in hack_draw()
303 glVertex3f (x + 1.5, y - 0.75 * ct2, z - 0.75 * st2); in hack_draw()
304 glVertex3f (x + 1.5, y - 0.75 * st2, z + 0.75 * ct2); in hack_draw()
305 glVertex3f (x + 1.5, y + 0.75 * ct2, z + 0.75 * st2); in hack_draw()
308 glVertex3f (x - 1.5, y - 0.75 * st2, z - 0.75 * ct2); in hack_draw()
309 glVertex3f (x - 1.5, y + 0.75 * ct2, z - 0.75 * st2); in hack_draw()
310 glVertex3f (x - 1.5, y + 0.75 * st2, z + 0.75 * ct2); in hack_draw()
311 glVertex3f (x - 1.5, y - 0.75 * ct2, z + 0.75 * st2); in hack_draw()
[all …]
/dports/net/jgroups/jgroups-2.12.0/tests/junit-functional/org/jgroups/tests/
H A DConnectionMapUnitTest.java21 TCPConnectionMap ct1, ct2; field in ConnectionMapUnitTest
34 ct2=new TCPConnectionMap("TCPConnectionMap2", in setUp()
37 ct2.setUseSendQueues(false); in setUp()
38 ct2.start(); in setUp()
47 if(ct2 != null) { in tearDown()
48 ct2.stop(); in tearDown()
49 ct2=null; in tearDown()
99 Address other=ct2.getLocalAddress(); in testSendToOther()
103 ct2.setReceiver(r); in testSendToOther()
120 Address other=ct2.getLocalAddress(); in testSendToOtherGetResponse()
[all …]
/dports/devel/icu/icu/source/test/intltest/
H A Dcpdtrtst.cpp130 delete ct2; in TestCloneEqual()
138 CompoundTransliterator *copyct2=new CompoundTransliterator(*ct2); in TestCloneEqual()
164 CompoundTransliterator *clonect2a=ct2->clone(); in TestCloneEqual()
173 … clonect2b->getID() != ct2->getID() || clonect2a->getCount() != ct2->getCount() || in TestCloneEqual()
181 delete ct2; in TestCloneEqual()
209 if(ct1->getCount() == ct2->getCount() || ct1->getCount() != ct3->getCount() || in TestGetCount()
210 ct2->getCount() == ct3->getCount() || in TestGetCount()
212 ct4->getCount() == ct2->getCount() || ct4->getCount() == ct3->getCount() || in TestGetCount()
234 delete ct2; in TestGetCount()
397 expect(*ct2, Data[i+1], Data[i+2]); in TestTransliterate()
[all …]
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dcpdtrtst.cpp130 delete ct2; in TestCloneEqual()
138 CompoundTransliterator *copyct2=new CompoundTransliterator(*ct2); in TestCloneEqual()
164 CompoundTransliterator *clonect2a=ct2->clone(); in TestCloneEqual()
173 … clonect2b->getID() != ct2->getID() || clonect2a->getCount() != ct2->getCount() || in TestCloneEqual()
181 delete ct2; in TestCloneEqual()
209 if(ct1->getCount() == ct2->getCount() || ct1->getCount() != ct3->getCount() || in TestGetCount()
210 ct2->getCount() == ct3->getCount() || in TestGetCount()
212 ct4->getCount() == ct2->getCount() || ct4->getCount() == ct3->getCount() || in TestGetCount()
234 delete ct2; in TestGetCount()
397 expect(*ct2, Data[i+1], Data[i+2]); in TestTransliterate()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/opaque_SUITE_data/src/para/
H A Dpara2_adt.erl7 -export_type([ct1/0, ct2/0]).
13 -export([c1/0, c2/0, ct1/0, ct2/0, circ1/0, circ2/0, u1/0, u2/0]).
28 -type ct1() :: ct2().
29 -type ct2() :: ct1(). type
36 -spec ct2() -> ct2().
38 ct2() -> function
H A Dpara2.erl30 B = ct2(),
43 -type ct1() :: ct2().
44 -type ct2() :: ct1(). type
51 -spec ct2() -> ct2().
53 ct2() -> function
78 para2_adt:ct2().
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/opaque_SUITE_data/src/para/
H A Dpara2_adt.erl7 -export_type([ct1/0, ct2/0]).
13 -export([c1/0, c2/0, ct1/0, ct2/0, circ1/0, circ2/0, u1/0, u2/0]).
28 -type ct1() :: ct2().
29 -type ct2() :: ct1(). type
36 -spec ct2() -> ct2().
38 ct2() -> function
H A Dpara2.erl30 B = ct2(),
43 -type ct1() :: ct2().
44 -type ct2() :: ct1(). type
51 -spec ct2() -> ct2().
53 ct2() -> function
78 para2_adt:ct2().
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/para/
H A Dpara2_adt.erl7 -export_type([ct1/0, ct2/0]).
13 -export([c1/0, c2/0, ct1/0, ct2/0, circ1/0, circ2/0, u1/0, u2/0]).
28 -type ct1() :: ct2().
29 -type ct2() :: ct1(). type
36 -spec ct2() -> ct2().
38 ct2() -> function
H A Dpara2.erl30 B = ct2(),
43 -type ct1() :: ct2().
44 -type ct2() :: ct1(). type
51 -spec ct2() -> ct2().
53 ct2() -> function
78 para2_adt:ct2().
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/para/
H A Dpara2_adt.erl7 -export_type([ct1/0, ct2/0]).
13 -export([c1/0, c2/0, ct1/0, ct2/0, circ1/0, circ2/0, u1/0, u2/0]).
28 -type ct1() :: ct2().
29 -type ct2() :: ct1(). type
36 -spec ct2() -> ct2().
38 ct2() -> function
H A Dpara2.erl30 B = ct2(),
43 -type ct1() :: ct2().
44 -type ct2() :: ct1(). type
51 -spec ct2() -> ct2().
53 ct2() -> function
78 para2_adt:ct2().
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/para/
H A Dpara2_adt.erl7 -export_type([ct1/0, ct2/0]).
13 -export([c1/0, c2/0, ct1/0, ct2/0, circ1/0, circ2/0, u1/0, u2/0]).
28 -type ct1() :: ct2().
29 -type ct2() :: ct1(). type
36 -spec ct2() -> ct2().
38 ct2() -> function
H A Dpara2.erl30 B = ct2(),
43 -type ct1() :: ct2().
44 -type ct2() :: ct1(). type
51 -spec ct2() -> ct2().
53 ct2() -> function
78 para2_adt:ct2().
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/para/
H A Dpara2_adt.erl7 -export_type([ct1/0, ct2/0]).
13 -export([c1/0, c2/0, ct1/0, ct2/0, circ1/0, circ2/0, u1/0, u2/0]).
28 -type ct1() :: ct2().
29 -type ct2() :: ct1(). type
36 -spec ct2() -> ct2().
38 ct2() -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/opaque_SUITE_data/src/para/
H A Dpara2_adt.erl7 -export_type([ct1/0, ct2/0]).
13 -export([c1/0, c2/0, ct1/0, ct2/0, circ1/0, circ2/0, u1/0, u2/0]).
28 -type ct1() :: ct2().
29 -type ct2() :: ct1(). type
36 -spec ct2() -> ct2().
38 ct2() -> function
/dports/biology/mothur/mothur-1.46.1/TestMothur/testcontainers/
H A Dtestcounttable.cpp90 CountTable ct2; ct2.copy(&ct); in TEST() local
91 EXPECT_EQ(ct2.getNumGroups(), 10); in TEST()
92 EXPECT_EQ(ct2.getNumSeqs(), 200); in TEST()
93 EXPECT_EQ(ct2.hasGroupInfo(), true); in TEST()
95 groups = ct2.getNamesOfGroups(); in TEST()
105 ct2.setNamesOfGroups(groups); in TEST()
106 groups = ct2.getNamesOfGroups(); in TEST()
111 ct2.addGroup("group4"); in TEST()
112 ct2.removeGroup("group2"); in TEST()
113 groups = ct2.getNamesOfGroups(); in TEST()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/cython/2 generated sources/libdir/
H A Dmeson.build1 ct2 = custom_target(
2 'ct2',
4 output : 'ct2.pyx',
8 ct2_ext = py3.extension_module('ct2', ct2, dependencies : py3_dep)
/dports/devel/meson/meson-0.60.3/test cases/cython/2 generated sources/libdir/
H A Dmeson.build1 ct2 = custom_target( custom
2 'ct2',
4 output : 'ct2.pyx',
8 ct2_ext = py3.extension_module('ct2', ct2, dependencies : py3_dep)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/cython/2 generated sources/libdir/
H A Dmeson.build1 ct2 = custom_target( variable
2 'ct2',
4 output : 'ct2.pyx',
8 ct2_ext = py3.extension_module('ct2', ct2, dependencies : py3_dep)
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dvandg4.cpp15 double x1, t, bt, ct, ft, bt2, ct2, dt, dt2; in vandg4_s_forward() local
29 ct2 = ct * ct; in vandg4_s_forward()
38 ft = x1 * (bt2 + ct2 * dt2 - 1.) + (1.-bt2) * ( in vandg4_s_forward()
39 bt2 * (t * t + 4. * ct2) + in vandg4_s_forward()
40 ct2 * (12. * bt * ct + 4. * ct2) ); in vandg4_s_forward()
41 x1 = (dt*(x1 + ct2 - 1.) + 2.*sqrt(ft)) / in vandg4_s_forward()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_vandg4.c34 double x1, t, bt, ct, ft, bt2, ct2, dt, dt2; variable
48 ct2 = ct * ct;
56 ft = x1 * (bt2 + ct2 * dt2 - 1.) + (1.-bt2) * (
57 bt2 * (t * t + 4. * ct2) +
58 ct2 * (12. * bt * ct + 4. * ct2) );
59 x1 = (dt*(x1 + ct2 - 1.) + 2.*sqrt(ft)) /

12345678910>>...59