Home
last modified time | relevance | path

Searched refs:compfun (Results 1 – 21 of 21) sorted by relevance

/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/tests/nonreg_tests/
H A Dbug_68.tst24 // compfun : the comparison function
38 // Get the comparison function compfun
40 compfun = sort_merge_comparison;
42 compfun = varargin(2);
53 x1 = sort_merge ( x(1:m) , compfun , data )
54 x2 = sort_merge ( x(m+1:n) , compfun , data )
56 x1 = sort_merge ( x(1:m) , compfun )
57 x2 = sort_merge ( x(m+1:n) , compfun )
64 order = compfun ( x1(i1) , x2(i2) , data );
66 order = compfun ( x1(i1) , x2(i2) );
H A Dbug_68.dia.ref21 // compfun : the comparison function
35 // Get the comparison function compfun
37 compfun = sort_merge_comparison;
39 compfun = varargin(2);
50 x1 = sort_merge ( x(1:m) , compfun , data )
51 x2 = sort_merge ( x(m+1:n) , compfun , data )
53 x1 = sort_merge ( x(1:m) , compfun )
54 x2 = sort_merge ( x(m+1:n) , compfun )
61 order = compfun ( x1(i1) , x2(i2) , data );
63 order = compfun ( x1(i1) , x2(i2) );
/dports/math/scilab/scilab-6.1.1/scilab/modules/development_tools/macros/assert/
H A Dassert_checkfilesequal.sci26 compfun = []
28 compfun = varargin(3)
40 if ( compfun <> [] ) then
41 if ( and ( typeof(compfun) <> [ "function" "list" ] ) ) then
42 … %s instead.") , "assert_checkfilesequal" , "function" , "list" , "compfun" , 3 , typeof(compfun) )
104 if ( compfun <> [] ) then
105 if ( typeof(compfun) == "function" ) then
106 areeq = compfun ( txtcomp , txtref )
108 // compfun is a list
109 cf = compfun(1)
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/polynomials/tests/nonreg_tests/
H A Dbug_415.tst92 // compfun : the comparison function
106 // Get the comparison function compfun
108 compfun = sort_merge_comparison;
110 compfun = varargin(2);
121 x1 = sort_merge ( x(1:m) , compfun , data )
122 x2 = sort_merge ( x(m+1:n) , compfun , data )
124 x1 = sort_merge ( x(1:m) , compfun )
125 x2 = sort_merge ( x(m+1:n) , compfun )
132 order = compfun ( x1(i1) , x2(i2) , data );
134 order = compfun ( x1(i1) , x2(i2) );
H A Dbug_415.dia.ref88 // compfun : the comparison function
102 // Get the comparison function compfun
104 compfun = sort_merge_comparison;
106 compfun = varargin(2);
117 x1 = sort_merge ( x(1:m) , compfun , data )
118 x2 = sort_merge ( x(m+1:n) , compfun , data )
120 x1 = sort_merge ( x(1:m) , compfun )
121 x2 = sort_merge ( x(m+1:n) , compfun )
128 order = compfun ( x1(i1) , x2(i2) , data );
130 order = compfun ( x1(i1) , x2(i2) );
H A Dbug_7101.dia.ref36 // compfun : the comparison function
49 // Get the comparison function compfun
51 compfun = sort_merge_comparison;
53 compfun = varargin(2);
60 x1 = sort_merge ( x(1:m) , compfun )
61 x2 = sort_merge ( x(m+1:n) , compfun )
66 order = compfun ( x1(i1) , x2(i2) );
H A Dbug_7101.tst40 // compfun : the comparison function
53 // Get the comparison function compfun
55 compfun = sort_merge_comparison;
57 compfun = varargin(2);
64 x1 = sort_merge ( x(1:m) , compfun )
65 x2 = sort_merge ( x(m+1:n) , compfun )
70 order = compfun ( x1(i1) , x2(i2) );
/dports/mail/mailutils/mailutils-3.13/libmu_sieve/
H A Dcomparator.c155 mu_sieve_comparator_t compfun = NULL; in mu_sieve_match_part_checker() local
224 compfun = comp_false; in mu_sieve_match_part_checker()
273 if (!compfun) in mu_sieve_match_part_checker()
277 compfun = mu_sieve_comparator_lookup (mach, compname, matchtype); in mu_sieve_match_part_checker()
278 if (!compfun) in mu_sieve_match_part_checker()
295 mach->comparator = compfun; in mu_sieve_match_part_checker()
/dports/mail/mailutils/mailutils-3.13/mh/
H A Dsortm.c55 typedef int (*compfun) (void *, void *); typedef
56 static void addop (char const *field, compfun comp);
57 static void remop (compfun comp);
203 compfun comp;
209 addop (char const *field, compfun comp) in addop()
230 compfun comp;
244 remop (compfun comp) in remop()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/khash/c_src/
H A Dhash.c291 hash_t *kl_hash_create(hashcount_t maxcount, hash_comp_t compfun, in kl_hash_create() argument
309 hash->compare = compfun ? compfun : hash_comp_default; in kl_hash_create()
399 hash_comp_t compfun, hash_fun_t hashfun, hnode_t **table, in kl_hash_init() argument
411 hash->compare = compfun ? compfun : hash_comp_default; in kl_hash_init()
/dports/multimedia/camserv/camserv-0.5.1/common/
H A Dhash.c318 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun, in hash_create() argument
336 hash->compare = compfun ? compfun : hash_comp_default; in hash_create()
406 hash_comp_t compfun, hash_fun_t hashfun, hnode_t **table, in hash_init() argument
418 hash->compare = compfun ? compfun : hash_comp_default; in hash_init()
/dports/security/rats/rats-2.4/
H A Dkazhash.c291 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun, in hash_create() argument
309 hash->compare = compfun ? compfun : hash_comp_default; in hash_create()
399 hash_comp_t compfun, hash_fun_t hashfun, hnode_t **table, in hash_init() argument
411 hash->compare = compfun ? compfun : hash_comp_default; in hash_init()
/dports/security/openvpn-auth-ldap/openvpn-auth-ldap-auth-ldap-2.0.4/src/
H A Dhash.c291 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun, in hash_create() argument
309 hash->compare = compfun ? compfun : hash_comp_default; in hash_create()
399 hash_comp_t compfun, hash_fun_t hashfun, hnode_t **table, in hash_init() argument
411 hash->compare = compfun ? compfun : hash_comp_default; in hash_init()
/dports/textproc/ekhtml/ekhtml-0.3.2/src/
H A Dhash.c291 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun, in hash_create() argument
309 hash->compare = compfun ? compfun : hash_comp_default; in hash_create()
399 hash_comp_t compfun, hash_fun_t hashfun, hnode_t **table, in hash_init() argument
411 hash->compare = compfun ? compfun : hash_comp_default; in hash_init()
/dports/net/netatalk3/netatalk-3.1.12/etc/afpd/
H A Dhash.c289 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun, in hash_create() argument
307 hash->compare = compfun ? compfun : hash_comp_default; in hash_create()
397 hash_comp_t compfun, hash_fun_t hashfun, hnode_t **table, in hash_init() argument
409 hash->compare = compfun ? compfun : hash_comp_default; in hash_init()
/dports/textproc/augeas/augeas-1.12.0/src/
H A Dhash.c304 hash_t *hash_create(hashcount_t maxcount, hash_comp_t compfun, in hash_create() argument
322 hash->compare = compfun ? compfun : hash_comp_default; in hash_create()
416 hash_comp_t compfun, hash_fun_t hashfun, hnode_t **table, in hash_init() argument
428 hash->compare = compfun ? compfun : hash_comp_default; in hash_init()
/dports/lang/parrot/parrot-8.1.0/runtime/parrot/library/Test/
H A DMore.pir1162 .local pmc compfun
1171 compfun = compiler(target)
1172 $P9 = compfun.'first_sub_in_const_table'()
1224 .local pmc compfun
1233 compfun = compiler(target)
1234 $P9 = compfun.'first_sub_in_const_table'()
1289 .local pmc compfun
1298 compfun = compiler(target)
1299 $P9 = compfun.'first_sub_in_const_table'()
1349 .local pmc compfun
[all …]
/dports/math/aribas/aribas-1.64/src/
H A Darray.c137 PRIVATE int compfun _((truc *ptr1, truc *ptr2));
1578 PRIVATE int compfun(ptr1,ptr2) in compfun() function
1687 sortarr(arr,len,(ifuntt)compfun);
1816 vergl = compfun(ele,arr+m);
1835 vergl = compfun(ele,arr+m);
H A Daribas.hlp1733 sort(var vec: array of Type; compfun: function): array of Type;
1737 compfun(x,y: Type): integer;
1740 compfun(x,y) <= 0 must be transitive. Then vec is sorted in
1741 non-decreasing order, where x <= y is defined by compfun(x,y) <= 0.
1748 [; compfun: function]): integer;
1756 compfun(x,y: <type>): integer;
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dloop.lisp1090 (let* ((compfun
1096 (case compfun
/dports/math/aribas/aribas-1.64/doc/
H A Daribas.doc2865 sort(var vec: array of Type; compfun: function): array of Type;
2869 compfun(x,y: Type): integer;
2872 compfun(x,y) <= 0 must be transitive. Then vec is sorted in
2873 non-decreasing order, where x <= y is defined by compfun(x,y) <= 0.
2890 [; compfun: function]): integer;
2898 compfun(x,y: <type>): integer;