Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 25 of 14014) sorted by relevance

12345678910>>...561

/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/tests/unit_tests/mfiles/
H A DSORT.m1 % Test file for function sort()
5 res1 = sort([]);
11 res4 = sort([1]);
13 res5 = sort([1,2,3]);
15 res6 = sort([1;2;3]);
35 res16 = sort([i]);
59 res28 = sort(['s']);
89 res43 = sort([],1);
95 res46 = sort([1],1);
119 res58 = sort([i],1);
[all …]
/dports/devel/splint/splint-3.1.2/src/Headers/
H A Dsort.h39 sort sort; member
101 extern sort sort_makeFormal (sort p_insort) /*@*/ ;
102 extern sort sort_makeGlobal (sort p_insort) /*@*/ ;
103 extern sort sort_makePtr (ltoken p_t, sort p_baseSort) /*@*/ ;
104 extern sort sort_makePtrN (sort p_s, pointers p_p) /*@*/ ;
105 extern sort sort_makeVal (sort p_sor) /*@*/ ;
106 extern sort sort_makeObj (sort p_sor) /*@*/ ;
140 extern bool sort_compatible(sort p_s1, sort p_s2) /*@*/ ;
142 extern sort sort_getUnderlying (sort p_s) /*@*/ ;
146 extern sort sort_makeHOFSort(sort p_base) /*@*/ ;
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/sort/doc/html/
H A Dstandalone_HTML.manifest2 sort/single_thread.html
3 sort/single_thread/spreadsort.html
4 sort/single_thread/spreadsort/sort_hpp.html
15 sort/single_thread/spreadsort/faq.html
55 sort/single_thread/pdqsort.html
62 sort/single_thread/spinsort.html
72 sort/parallel.html
73 sort/parallel/sample_sort.html
77 sort/parallel/linux_parallel.html
79 sort/bibliography.html
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/sort/doc/html/
H A Dstandalone_HTML.manifest2 sort/single_thread.html
3 sort/single_thread/spreadsort.html
4 sort/single_thread/spreadsort/sort_hpp.html
15 sort/single_thread/spreadsort/faq.html
55 sort/single_thread/pdqsort.html
62 sort/single_thread/spinsort.html
72 sort/parallel.html
73 sort/parallel/sample_sort.html
77 sort/parallel/linux_parallel.html
79 sort/bibliography.html
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/sort/doc/html/
H A Dstandalone_HTML.manifest2 sort/single_thread.html
3 sort/single_thread/spreadsort.html
4 sort/single_thread/spreadsort/sort_hpp.html
15 sort/single_thread/spreadsort/faq.html
55 sort/single_thread/pdqsort.html
62 sort/single_thread/spinsort.html
72 sort/parallel.html
73 sort/parallel/sample_sort.html
77 sort/parallel/linux_parallel.html
79 sort/bibliography.html
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/sort/doc/html/
H A Dstandalone_HTML.manifest2 sort/single_thread.html
3 sort/single_thread/spreadsort.html
4 sort/single_thread/spreadsort/sort_hpp.html
15 sort/single_thread/spreadsort/faq.html
55 sort/single_thread/pdqsort.html
62 sort/single_thread/spinsort.html
72 sort/parallel.html
73 sort/parallel/sample_sort.html
77 sort/parallel/linux_parallel.html
79 sort/bibliography.html
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/95/
H A Dtest.sld9 (test "sort null" '() (sort '()))
10 (test "sort null <" '() (sort '() <))
11 (test "sort null < car" '() (sort '() < car))
12 (test "sort equal list" '(0 0 0 0 0 0 0 0 0) (sort '(0 0 0 0 0 0 0 0 0)))
15 (test "sort ordered list" '(1 2 3 4 5 6 7 8 9) (sort '(1 2 3 4 5 6 7 8 9)))
16 (test "sort reversed list" '(1 2 3 4 5 6 7 8 9) (sort '(9 8 7 6 5 4 3 2 1)))
17 (test "sort random list 1" '(1 2 3 4 5 6 7 8 9) (sort '(7 5 2 8 1 6 4 9 3)))
18 (test "sort random list 2" '(1 2 3 4 5 6 7 8) (sort '(5 3 4 1 7 6 8 2)))
19 (test "sort random list 3" '(1 2 3 4 5 6 7 8 9) (sort '(5 3 4 1 7 9 6 8 2)))
20 (test "sort short equal list" '(0 0 0) (sort '(0 0 0)))
[all …]
/dports/games/gnuchess/gnuchess-6.2.9/src/engine/
H A Dsort.cpp208 sort->killer_1 = Killer[sort->height][0]; in sort_init()
209 sort->killer_2 = Killer[sort->height][1]; in sort_init()
213 gen_legal_evasions(sort->list,sort->board,sort->attack); in sort_init()
214 note_moves(sort->list,sort->board,sort->height,sort->trans_killer); in sort_init()
324 if (sort->trans_killer != MoveNone) LIST_ADD(sort->list,sort->trans_killer); in sort_next()
330 gen_captures(sort->list,sort->board); in sort_next()
331 note_mvv_lva(sort->list,sort->board); in sort_next()
340 list_copy(sort->list,sort->bad); in sort_next()
347 if (sort->killer_1 != MoveNone) LIST_ADD(sort->list,sort->killer_1); in sort_next()
348 if (sort->killer_2 != MoveNone) LIST_ADD(sort->list,sort->killer_2); in sort_next()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Arrays/java.base/java/util/
H A DSortingHelper.java43 public void sort(Object a) { in sort() method
85 public void sort(Object[] a) { in sort() method
98 public void sort(Object a) { in sort() method
140 public void sort(Object[] a) { in sort() method
153 public void sort(Object a) { in sort() method
195 public void sort(Object[] a) { in sort() method
208 public void sort(Object a) { in sort() method
250 public void sort(Object[] a) { in sort() method
251 Arrays.sort(a); in sort()
264 public void sort(Object a) { in sort() method
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/Arrays/java.base/java/util/
H A DSortingHelper.java43 public void sort(Object a) {
85 public void sort(Object[] a) {
98 public void sort(Object a) {
140 public void sort(Object[] a) {
153 public void sort(Object a) {
195 public void sort(Object[] a) {
208 public void sort(Object a) {
250 public void sort(Object[] a) {
251 Arrays.sort(a);
264 public void sort(Object a) {
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Arrays/java.base/java/util/
H A DSortingHelper.java43 public void sort(Object a) { in sort() method
85 public void sort(Object[] a) { in sort() method
98 public void sort(Object a) { in sort() method
140 public void sort(Object[] a) { in sort() method
153 public void sort(Object a) { in sort() method
195 public void sort(Object[] a) { in sort() method
208 public void sort(Object a) { in sort() method
250 public void sort(Object[] a) { in sort() method
251 Arrays.sort(a); in sort()
264 public void sort(Object a) { in sort() method
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Arrays/java.base/java/util/
H A DSortingHelper.java43 public void sort(Object a) { in sort() method
85 public void sort(Object[] a) { in sort() method
98 public void sort(Object a) { in sort() method
140 public void sort(Object[] a) { in sort() method
153 public void sort(Object a) { in sort() method
195 public void sort(Object[] a) { in sort() method
208 public void sort(Object a) { in sort() method
250 public void sort(Object[] a) { in sort() method
251 Arrays.sort(a); in sort()
264 public void sort(Object a) { in sort() method
[all …]
/dports/games/xonotic/Xonotic/source/qcsrc/lib/
H A Dsortlist.qc6 sort.sort_next = NULL;
7 sort.chain = sort;
8 return sort;
13 entity sort;
14 sort = spawn();
17 sort.chain = sort;
18 return sort;
30 remove(sort);
36 parent = sort;
54 sort.chain = sort;
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/sorting/sdcc/
H A DWinmake.bat3 copy sort.sym sort-ran-20.sym
4 sdcc -mz80 qsort.rel sort.rel -o sort-ran-20.ihx
7 copy sort.sym sort-ord-20.sym
8 sdcc -mz80 qsort.rel sort.rel -o sort-ord-20.ihx
11 copy sort.sym sort-rev-20.sym
12 sdcc -mz80 qsort.rel sort.rel -o sort-rev-20.ihx
15 copy sort.sym sort-equ-20.sym
19 copy sort.sym sort-ran-5000.sym
23 copy sort.sym sort-ord-5000.sym
27 copy sort.sym sort-rev-5000.sym
[all …]
/dports/misc/gnuls/coreutils-8.30/tests/misc/
H A Dsort-debug-warn.sh20 print_ver_ sort
24 sort: using simple byte comparison
27 sort: using simple byte comparison
30 sort: using simple byte comparison
33 sort: using simple byte comparison
45 sort: options '-bg' are ignored
50 sort: option '-b' is ignored
62 sort: option '-d' is ignored
66 sort: option '-i' is ignored
114 sort: failed to set locale
[all …]
/dports/games/scid/scid/engines/togaII1.2.1a/src/
H A Dsort.cpp190 sort->killer_1 = Killer[sort->height][0]; in sort_init()
191 sort->killer_2 = Killer[sort->height][1]; in sort_init()
193 sort->killer_3 = Killer[sort->height-2][0]; in sort_init()
203 gen_legal_evasions(sort->list,sort->board,sort->attack); in sort_init()
204 note_moves(sort->list,sort->board,sort->height,sort->trans_killer); in sort_init()
332 list_copy(sort->list,sort->bad); in sort_next()
339 if (sort->killer_1 != MoveNone) LIST_ADD(sort->list,sort->killer_1); in sort_next()
340 if (sort->killer_2 != MoveNone) LIST_ADD(sort->list,sort->killer_2); in sort_next()
341 if (sort->killer_3 != MoveNone) LIST_ADD(sort->list,sort->killer_3); in sort_next()
342 if (sort->killer_4 != MoveNone) LIST_ADD(sort->list,sort->killer_4); in sort_next()
[all …]
/dports/www/osticket/upload/include/i18n/en_US/
H A Dqueue.yaml21 # sort: Manual sort order
34 sort: 1
41 sort: 1
82 sort: 1
122 sort: 2
162 sort: 3
207 sort: 3
254 sort: 1
300 sort: 2
345 sort: 4
[all …]
/dports/math/vampire/vampire-4.5.1/Test/
H A DSyntaxSugar.hpp64 #define __REPEAT_1(sort) sort argument
65 #define __REPEAT_2(sort) sort, __REPEAT_1(sort) argument
66 #define __REPEAT_3(sort) sort, __REPEAT_2(sort) argument
67 #define __REPEAT_4(sort) sort, __REPEAT_3(sort) argument
68 #define __REPEAT_5(sort) sort, __REPEAT_4(sort) argument
69 #define __REPEAT_6(sort) sort, __REPEAT_5(sort) argument
70 #define __REPEAT_7(sort) sort, __REPEAT_6(sort) argument
71 #define __REPEAT_8(sort) sort, __REPEAT_7(sort) argument
72 #define __REPEAT_9(sort) sort, __REPEAT_8(sort) argument
73 #define __REPEAT_10(sort) sort, __REPEAT_9(sort) argument
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Dsortlistmodel.c244 g_object_unref (sort); in test_create_empty()
262 g_object_unref (sort); in test_create()
284 g_object_unref (sort); in test_set_model()
300 g_object_unref (sort); in test_set_model()
332 g_object_unref (sort); in test_set_sorter()
350 g_object_unref (sort); in test_add_items()
361 g_object_unref (sort); in test_add_items()
372 g_object_unref (sort); in test_add_items()
390 g_object_unref (sort); in test_remove_items()
401 g_object_unref (sort); in test_remove_items()
[all …]
/dports/textproc/py-rdflib/rdflib-5.0.0/test/DAWG/data-r2-1.0/sort/
H A Dmanifest.ttl11 ( :dawg-sort-1 :dawg-sort-2 :dawg-sort-3 :dawg-sort-4
12 :dawg-sort-5 :dawg-sort-6 :dawg-sort-7 :dawg-sort-8
13 :dawg-sort-9 :dawg-sort-10
14 :dawg-sort-numbers
15 :dawg-sort-builtin
16 :dawg-sort-function
20 mf:name "sort-1" ;
30 mf:name "sort-2" ;
40 mf:name "sort-3" ;
50 mf:name "sort-4" ;
[all …]
/dports/textproc/py-rdflib/rdflib-5.0.0/test/DAWG/data-r2/sort/
H A Dmanifest.ttl11 ( :dawg-sort-1 :dawg-sort-2 :dawg-sort-3 :dawg-sort-4
12 :dawg-sort-5 :dawg-sort-6 :dawg-sort-7 :dawg-sort-8
13 :dawg-sort-9 :dawg-sort-10
14 :dawg-sort-numbers
15 :dawg-sort-builtin
16 :dawg-sort-function
20 mf:name "sort-1" ;
30 mf:name "sort-2" ;
40 mf:name "sort-3" ;
50 mf:name "sort-4" ;
[all …]
/dports/sysutils/coreutils/coreutils-8.32/tests/misc/
H A Dsort-debug-warn.sh20 print_ver_ sort
34 sort: options '-bghMRrV' are ignored
37 sort: options '-bghMRV' are ignored
45 sort: options '-bg' are ignored
50 sort: option '-b' is ignored
62 sort: option '-d' is ignored
66 sort: option '-i' is ignored
76 sort -s -k2,1 --debug /dev/null 2>>out
78 sort -s -k2,1n --debug /dev/null 2>>out
114 sort: failed to set locale
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/classUnloading/methodUnloading/
H A DTestOverloadCompileQueues.java72 public static void testA0() { Arrays.sort(iArr); } in testA0()
73 public static void testA1() { Arrays.sort(iArr); } in testA1()
74 public static void testA2() { Arrays.sort(iArr); } in testA2()
75 public static void testA3() { Arrays.sort(iArr); } in testA3()
76 public static void testA4() { Arrays.sort(iArr); } in testA4()
77 public static void testA5() { Arrays.sort(iArr); } in testA5()
78 public static void testA6() { Arrays.sort(iArr); } in testA6()
79 public static void testA7() { Arrays.sort(iArr); } in testA7()
80 public static void testA8() { Arrays.sort(iArr); } in testA8()
81 public static void testA9() { Arrays.sort(iArr); } in testA9()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/classUnloading/methodUnloading/
H A DTestOverloadCompileQueues.java72 public static void testA0() { Arrays.sort(iArr); } in testA0()
73 public static void testA1() { Arrays.sort(iArr); } in testA1()
74 public static void testA2() { Arrays.sort(iArr); } in testA2()
75 public static void testA3() { Arrays.sort(iArr); } in testA3()
76 public static void testA4() { Arrays.sort(iArr); } in testA4()
77 public static void testA5() { Arrays.sort(iArr); } in testA5()
78 public static void testA6() { Arrays.sort(iArr); } in testA6()
79 public static void testA7() { Arrays.sort(iArr); } in testA7()
80 public static void testA8() { Arrays.sort(iArr); } in testA8()
81 public static void testA9() { Arrays.sort(iArr); } in testA9()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/classUnloading/methodUnloading/
H A DTestOverloadCompileQueues.java72 public static void testA0() { Arrays.sort(iArr); } in testA0()
73 public static void testA1() { Arrays.sort(iArr); } in testA1()
74 public static void testA2() { Arrays.sort(iArr); } in testA2()
75 public static void testA3() { Arrays.sort(iArr); } in testA3()
76 public static void testA4() { Arrays.sort(iArr); } in testA4()
77 public static void testA5() { Arrays.sort(iArr); } in testA5()
78 public static void testA6() { Arrays.sort(iArr); } in testA6()
79 public static void testA7() { Arrays.sort(iArr); } in testA7()
80 public static void testA8() { Arrays.sort(iArr); } in testA8()
81 public static void testA9() { Arrays.sort(iArr); } in testA9()
[all …]

12345678910>>...561