Home
last modified time | relevance | path

Searched refs:split_2 (Results 1 – 25 of 77) sorted by relevance

1234

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/test/basic_SUITE_data/
H A Dbasic_random.erl37 split_2(X, Y, L, [], []);
66 split_2(X, Y, [Z | L], R, Rs) when Z =< Y -> function
67 split_2(Y, Z, L, [X | R], Rs);
68 split_2(X, Y, [Z | L], R, Rs) when Z =< X -> function
69 split_2(Z, Y, L, [X | R], Rs);
70 split_2(X, Y, [Z | L], [], Rs) -> function
71 split_2(X, Y, L, [Z], Rs);
72 split_2(X, Y, [Z | L], R, Rs) -> function
74 split_2(X, Y, [], R, Rs) -> function
82 split_2(S, Z, L, [], [[Y, X | R] | Rs]);
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/test/basic_SUITE_data/
H A Dbasic_random.erl37 split_2(X, Y, L, [], []);
66 split_2(X, Y, [Z | L], R, Rs) when Z =< Y -> function
67 split_2(Y, Z, L, [X | R], Rs);
68 split_2(X, Y, [Z | L], R, Rs) when Z =< X -> function
69 split_2(Z, Y, L, [X | R], Rs);
70 split_2(X, Y, [Z | L], [], Rs) -> function
71 split_2(X, Y, L, [Z], Rs);
72 split_2(X, Y, [Z | L], R, Rs) -> function
74 split_2(X, Y, [], R, Rs) -> function
82 split_2(S, Z, L, [], [[Y, X | R] | Rs]);
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/test/basic_SUITE_data/
H A Dbasic_random.erl37 split_2(X, Y, L, [], []);
66 split_2(X, Y, [Z | L], R, Rs) when Z =< Y -> function
67 split_2(Y, Z, L, [X | R], Rs);
68 split_2(X, Y, [Z | L], R, Rs) when Z =< X -> function
69 split_2(Z, Y, L, [X | R], Rs);
70 split_2(X, Y, [Z | L], [], Rs) -> function
71 split_2(X, Y, L, [Z], Rs);
72 split_2(X, Y, [Z | L], R, Rs) -> function
74 split_2(X, Y, [], R, Rs) -> function
82 split_2(S, Z, L, [], [[Y, X | R] | Rs]);
[all …]
/dports/math/cgal/CGAL-5.3/demo/Arrangement_on_surface_2/Utils/
H A DUtils.cpp396 split_2(this->traits->split_2_object()), in Construct_x_monotone_subcurve_2()
433 this->split_2(curve, splitPoint, unusedTrimmings, subcurve); in operator ()()
446 this->split_2(subcurve, splitPoint, finalSubcurve, unusedTrimmings); in operator ()()
489 split_2(this->traits->split_2_object()), in Construct_x_monotone_subcurve_2()
529 this->split_2(curve, splitPoint, unusedTrimmings, subcurve); in operator ()()
539 this->split_2(subcurve, splitPoint, finalSubcurve, unusedTrimmings); in operator ()()
554 split_2(this->traits->split_2_object()), in Construct_x_monotone_subcurve_2()
584 this->split_2(curve, splitPoint, unusedTrimmings, subcurve); in operator ()()
597 this->split_2(subcurve, splitPoint, finalSubcurve, unusedTrimmings); in operator ()()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/fuzz/
H A Dtransformation_split_block_test.cpp251 auto split_2 = TransformationSplitBlock( in TEST() local
253 ASSERT_TRUE(split_2.IsApplicable(context.get(), fact_manager)); in TEST()
254 split_2.Apply(context.get(), &fact_manager); in TEST()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/fuzz/
H A Dtransformation_split_block_test.cpp251 auto split_2 = TransformationSplitBlock( in TEST() local
253 ASSERT_TRUE(split_2.IsApplicable(context.get(), fact_manager)); in TEST()
254 split_2.Apply(context.get(), &fact_manager); in TEST()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/tools/test/
H A Deprof_SUITE.erl138 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas1),
148 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas2),
159 false = lists:keysearch({lists, split_2,5}, 1, Mfas3),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/tools/test/
H A Deprof_SUITE.erl137 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas1),
145 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas2),
153 false = lists:keysearch({lists, split_2,5}, 1, Mfas3),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/tools/test/
H A Deprof_SUITE.erl137 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas1),
145 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas2),
153 false = lists:keysearch({lists, split_2,5}, 1, Mfas3),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/tools/test/
H A Deprof_SUITE.erl131 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas1),
141 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas2),
152 false = lists:keysearch({lists, split_2,5}, 1, Mfas3),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/tools/test/
H A Deprof_SUITE.erl131 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas1),
141 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas2),
152 false = lists:keysearch({lists, split_2,5}, 1, Mfas3),
/dports/lang/erlang/otp-OTP-24.1.7/lib/tools/test/
H A Deprof_SUITE.erl131 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas1),
141 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas2),
152 false = lists:keysearch({lists, split_2,5}, 1, Mfas3),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/tools/test/
H A Deprof_SUITE.erl131 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas1),
141 {value, {_, { 9, _}}} = lists:keysearch({lists, split_2,5}, 1, Mfas2),
152 false = lists:keysearch({lists, split_2,5}, 1, Mfas3),
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/tests/
H A Dlinebuf_test.c103 LINEBUF_TEST ( split_2,
305 linebuf_consume_ok ( &split_2, &linebuf ); in linebuf_test_exec()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/tests/
H A Dlinebuf_test.c103 LINEBUF_TEST ( split_2,
305 linebuf_consume_ok ( &split_2, &linebuf ); in linebuf_test_exec()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/tests/
H A Dlinebuf_test.c103 LINEBUF_TEST ( split_2,
305 linebuf_consume_ok ( &split_2, &linebuf ); in linebuf_test_exec()
/dports/net/ipxe/ipxe-2265a65/src/tests/
H A Dlinebuf_test.c103 LINEBUF_TEST ( split_2,
305 linebuf_consume_ok ( &split_2, &linebuf ); in linebuf_test_exec()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/tests/
H A Dlinebuf_test.c103 LINEBUF_TEST ( split_2,
305 linebuf_consume_ok ( &split_2, &linebuf ); in linebuf_test_exec()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/tests/
H A Dlinebuf_test.c103 LINEBUF_TEST ( split_2,
305 linebuf_consume_ok ( &split_2, &linebuf ); in linebuf_test_exec()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/tests/
H A Dlinebuf_test.c103 LINEBUF_TEST ( split_2,
305 linebuf_consume_ok ( &split_2, &linebuf ); in linebuf_test_exec()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/tests/
H A Dlinebuf_test.c103 LINEBUF_TEST ( split_2,
305 linebuf_consume_ok ( &split_2, &linebuf ); in linebuf_test_exec()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/fuzz/
H A Dtransformation_split_block_test.cpp257 auto split_2 = TransformationSplitBlock( in TEST() local
259 ASSERT_TRUE(split_2.IsApplicable(context.get(), transformation_context)); in TEST()
260 ApplyAndCheckFreshIds(split_2, context.get(), &transformation_context); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_split_block_test.cpp257 auto split_2 = TransformationSplitBlock( in TEST() local
259 ASSERT_TRUE(split_2.IsApplicable(context.get(), transformation_context)); in TEST()
260 ApplyAndCheckFreshIds(split_2, context.get(), &transformation_context); in TEST()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/fuzz/
H A Dtransformation_split_block_test.cpp257 auto split_2 = TransformationSplitBlock( in TEST() local
259 ASSERT_TRUE(split_2.IsApplicable(context.get(), transformation_context)); in TEST()
260 ApplyAndCheckFreshIds(split_2, context.get(), &transformation_context); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/fuzz/
H A Dtransformation_split_block_test.cpp257 auto split_2 = TransformationSplitBlock( in TEST() local
259 ASSERT_TRUE(split_2.IsApplicable(context.get(), transformation_context)); in TEST()
260 ApplyAndCheckFreshIds(split_2, context.get(), &transformation_context); in TEST()

1234