Home
last modified time | relevance | path

Searched refs:qhash (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/devel/clazy/clazy-1.5/tests/qhash-namespace/
H A Dmain.cpp.expected1 qhash-namespace/main.cpp:15:5: warning: Move qHash(NS::NS2::C) to NS::NS2 namespace for ADL lookup …
2 qhash-namespace/main.cpp:16:5: warning: Move qHash(A) out of namespace NS [-Wclazy-qhash-namespace]
3 qhash-namespace/main.cpp:24:1: warning: Move qHash(NS::B) into NS namespace for ADL lookup [-Wclazy…
4 qhash-namespace/main.cpp:25:1: warning: Move qHash(NS::B *) into NS namespace for ADL lookup [-Wcla…
5 qhash-namespace/main.cpp:26:1: warning: Move qHash(NS::B::B3) into NS namespace for ADL lookup [-Wc…
6 qhash-namespace/main.cpp:30:1: warning: qHash(E) must be declared before QT_END_NAMESPACE [-Wclazy-
H A Dtest_typedef.cpp.expected1 qhash-namespace/test_typedef.cpp:6:1: warning: Move qHash(NS::IntFoo) into NS namespace for ADL loo…
/dports/security/clamtk/clamtk-1f026f0/lib/
H A DQuarantine.pm274 my ( $qhash, $qpath, $qmode ) = split /:/;
275 $current_list->{ $qhash }->{ hash } = $qhash;
276 $current_list->{ $qhash }->{ path } = $qpath;
277 $current_list->{ $qhash }->{ mode } = $qmode;
283 $current_list->{ $qhash }->{ path },
284 $current_list->{ $qhash }->{ mode }
307 my ( $qhash, $qpath, $qmode ) = split /:/;
308 $current_list->{ $qhash }->{ hash } = $qhash;
309 $current_list->{ $qhash }->{ path } = $qpath;
356 my ( $qhash, $qpath, $qmode ) = split /:/;
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/misc/
H A Dfinancequote.pl87 my %qhash = $q->fetch($source, $symbol); # get price data from F::Q
94 if (!%qhash) { $errcode = 1;} # no data from fq (?bad exchange?)
95 …elsif ($qhash {$symbol, "success"} != 1) {$errcode = 2;} # got data but quote failed (?bad symbol?)
96 …elsif (!$qhash{$symbol, "last"} and !$qhash{$symbol, "price"} ) {$errcode = 3;} # can't find a pri…
102 $usdate = $qhash{$symbol, "date"};
111 my $price = $qhash {$symbol, "last"};
114 $price = $qhash {$symbol, "price"} if (!$price);
/dports/finance/alkimia/alkimia-8.1.0/src/
H A Dfinancequote.pl91 my %qhash = $q->fetch($source, $symbol); # get price data from F::Q
98 if (!%qhash) { $errcode = 1;} # no data from fq (?bad exchange?)
99 …elsif ($qhash {$symbol, "success"} != 1) {$errcode = 2;} # got data but quote failed (?bad symbol?)
100 …elsif (!$qhash{$symbol, "last"} and !$qhash{$symbol, "price"} ) {$errcode = 3;} # can't find a pri…
106 $usdate = $qhash{$symbol, "date"};
119 my $price = $qhash {$symbol, "last"};
122 $price = $qhash {$symbol, "price"} if (!$price);
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/qfb/
H A Dhash_insert.c22 void qfb_hash_insert(qfb_hash_t * qhash, qfb_t q, qfb_t q2, slong iter, slong depth) in qfb_hash_insert() argument
32 while (!fmpz_is_zero(qhash[i].q->a)) in qfb_hash_insert()
39 qfb_set(qhash[i].q, q); in qfb_hash_insert()
40 qhash[i].iter = iter; in qfb_hash_insert()
42 qfb_set(qhash[i].q2, q2); in qfb_hash_insert()
H A Dhash_clear.c21 void qfb_hash_clear(qfb_hash_t * qhash, slong depth) in qfb_hash_clear() argument
27 qfb_clear(qhash[i].q); in qfb_hash_clear()
28 qfb_clear(qhash[i].q2); in qfb_hash_clear()
31 flint_free(qhash); in qfb_hash_clear()
H A Dhash_init.c24 qfb_hash_t * qhash = flint_malloc(size*sizeof(qfb_hash_t)); in qfb_hash_init() local
28 qfb_init(qhash[i].q); in qfb_hash_init()
29 qfb_init(qhash[i].q2); in qfb_hash_init()
32 return qhash; in qfb_hash_init()
H A Dhash_find.c22 slong qfb_hash_find(qfb_hash_t * qhash, qfb_t q, slong depth) in qfb_hash_find() argument
32 while (!fmpz_is_zero(qhash[i].q->a)) in qfb_hash_find()
34 if (fmpz_cmp(qhash[i].q->a, q->a) == 0) in qfb_hash_find()
36 if (fmpz_cmpabs(qhash[i].q->b, q->b) == 0) in qfb_hash_find()
H A Dexponent_element.c43 qfb_hash_t * qhash = qfb_hash_init(depth); in qfb_exponent_element_stage2() local
53 qfb_hash_insert(qhash, f, NULL, 1, depth); in qfb_exponent_element_stage2()
65 qfb_hash_insert(qhash, pow, NULL, i + 2, depth); in qfb_exponent_element_stage2()
78 i2 = qfb_hash_find(qhash, pow2, depth); in qfb_exponent_element_stage2()
83 if (fmpz_sgn(qhash[i2].q->b) == fmpz_sgn(pow2->b)) in qfb_exponent_element_stage2()
84 fmpz_sub_ui(r, r, qhash[i2].iter); in qfb_exponent_element_stage2()
86 fmpz_add_ui(r, r, qhash[i2].iter); in qfb_exponent_element_stage2()
100 qfb_hash_clear(qhash, depth); in qfb_exponent_element_stage2()
/dports/math/e-antic/antic-f4e8a60/qfb/
H A Dhash_insert.c22 void qfb_hash_insert(qfb_hash_t * qhash, qfb_t q, qfb_t q2, slong iter, slong depth) in qfb_hash_insert() argument
32 while (!fmpz_is_zero(qhash[i].q->a)) in qfb_hash_insert()
39 qfb_set(qhash[i].q, q); in qfb_hash_insert()
40 qhash[i].iter = iter; in qfb_hash_insert()
42 qfb_set(qhash[i].q2, q2); in qfb_hash_insert()
H A Dhash_clear.c21 void qfb_hash_clear(qfb_hash_t * qhash, slong depth) in qfb_hash_clear() argument
27 qfb_clear(qhash[i].q); in qfb_hash_clear()
28 qfb_clear(qhash[i].q2); in qfb_hash_clear()
31 flint_free(qhash); in qfb_hash_clear()
H A Dhash_init.c24 qfb_hash_t * qhash = flint_malloc(size*sizeof(qfb_hash_t)); in qfb_hash_init() local
28 qfb_init(qhash[i].q); in qfb_hash_init()
29 qfb_init(qhash[i].q2); in qfb_hash_init()
32 return qhash; in qfb_hash_init()
H A Dhash_find.c22 slong qfb_hash_find(qfb_hash_t * qhash, qfb_t q, slong depth) in qfb_hash_find() argument
32 while (!fmpz_is_zero(qhash[i].q->a)) in qfb_hash_find()
34 if (fmpz_cmp(qhash[i].q->a, q->a) == 0) in qfb_hash_find()
36 if (fmpz_cmpabs(qhash[i].q->b, q->b) == 0) in qfb_hash_find()
H A Dexponent_element.c43 qfb_hash_t * qhash = qfb_hash_init(depth); in qfb_exponent_element_stage2() local
53 qfb_hash_insert(qhash, f, NULL, 1, depth); in qfb_exponent_element_stage2()
65 qfb_hash_insert(qhash, pow, NULL, i + 2, depth); in qfb_exponent_element_stage2()
78 i2 = qfb_hash_find(qhash, pow2, depth); in qfb_exponent_element_stage2()
83 if (fmpz_sgn(qhash[i2].q->b) == fmpz_sgn(pow2->b)) in qfb_exponent_element_stage2()
84 fmpz_sub_ui(r, r, qhash[i2].iter); in qfb_exponent_element_stage2()
86 fmpz_add_ui(r, r, qhash[i2].iter); in qfb_exponent_element_stage2()
100 qfb_hash_clear(qhash, depth); in qfb_exponent_element_stage2()
/dports/math/antic/antic-0.2.4/qfb/
H A Dhash_insert.c22 void qfb_hash_insert(qfb_hash_t * qhash, qfb_t q, qfb_t q2, slong iter, slong depth) in qfb_hash_insert() argument
32 while (!fmpz_is_zero(qhash[i].q->a)) in qfb_hash_insert()
39 qfb_set(qhash[i].q, q); in qfb_hash_insert()
40 qhash[i].iter = iter; in qfb_hash_insert()
42 qfb_set(qhash[i].q2, q2); in qfb_hash_insert()
H A Dhash_clear.c21 void qfb_hash_clear(qfb_hash_t * qhash, slong depth) in qfb_hash_clear() argument
27 qfb_clear(qhash[i].q); in qfb_hash_clear()
28 qfb_clear(qhash[i].q2); in qfb_hash_clear()
31 flint_free(qhash); in qfb_hash_clear()
H A Dhash_init.c24 qfb_hash_t * qhash = flint_malloc(size*sizeof(qfb_hash_t)); in qfb_hash_init() local
28 qfb_init(qhash[i].q); in qfb_hash_init()
29 qfb_init(qhash[i].q2); in qfb_hash_init()
32 return qhash; in qfb_hash_init()
H A Dhash_find.c22 slong qfb_hash_find(qfb_hash_t * qhash, qfb_t q, slong depth) in qfb_hash_find() argument
32 while (!fmpz_is_zero(qhash[i].q->a)) in qfb_hash_find()
34 if (fmpz_cmp(qhash[i].q->a, q->a) == 0) in qfb_hash_find()
36 if (fmpz_cmpabs(qhash[i].q->b, q->b) == 0) in qfb_hash_find()
H A Dexponent_element.c43 qfb_hash_t * qhash = qfb_hash_init(depth); in qfb_exponent_element_stage2() local
53 qfb_hash_insert(qhash, f, NULL, 1, depth); in qfb_exponent_element_stage2()
65 qfb_hash_insert(qhash, pow, NULL, i + 2, depth); in qfb_exponent_element_stage2()
78 i2 = qfb_hash_find(qhash, pow2, depth); in qfb_exponent_element_stage2()
83 if (fmpz_sgn(qhash[i2].q->b) == fmpz_sgn(pow2->b)) in qfb_exponent_element_stage2()
84 fmpz_sub_ui(r, r, qhash[i2].iter); in qfb_exponent_element_stage2()
86 fmpz_add_ui(r, r, qhash[i2].iter); in qfb_exponent_element_stage2()
100 qfb_hash_clear(qhash, depth); in qfb_exponent_element_stage2()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/qfb/profile/
H A Dp-factor_qfb.c30 qfb_hash_t * qhash; in main() local
131 qhash = qfb_hash_init(depth); in main()
141 qfb_hash_insert(qhash, twopow, pow, i, depth); in main()
155 iters2 = qfb_hash_find(qhash, twopow, depth); in main()
158 if (fmpz_sgn(qhash[iters2].q->b) == fmpz_sgn(twopow->b)) in main()
159 qfb_inverse(qhash[iters2].q2, qhash[iters2].q2); in main()
161 qfb_nucomp(pow, pow, qhash[iters2].q2, n, L); in main()
206 qfb_hash_clear(qhash, depth); in main()
/dports/math/e-antic/antic-f4e8a60/qfb/profile/
H A Dp-factor_qfb.c30 qfb_hash_t * qhash; in main() local
131 qhash = qfb_hash_init(depth); in main()
141 qfb_hash_insert(qhash, twopow, pow, i, depth); in main()
155 iters2 = qfb_hash_find(qhash, twopow, depth); in main()
158 if (fmpz_sgn(qhash[iters2].q->b) == fmpz_sgn(twopow->b)) in main()
159 qfb_inverse(qhash[iters2].q2, qhash[iters2].q2); in main()
161 qfb_nucomp(pow, pow, qhash[iters2].q2, n, L); in main()
206 qfb_hash_clear(qhash, depth); in main()
/dports/math/antic/antic-0.2.4/qfb/profile/
H A Dp-factor_qfb.c30 qfb_hash_t * qhash; in main() local
131 qhash = qfb_hash_init(depth); in main()
141 qfb_hash_insert(qhash, twopow, pow, i, depth); in main()
155 iters2 = qfb_hash_find(qhash, twopow, depth); in main()
158 if (fmpz_sgn(qhash[iters2].q->b) == fmpz_sgn(twopow->b)) in main()
159 qfb_inverse(qhash[iters2].q2, qhash[iters2].q2); in main()
161 qfb_nucomp(pow, pow, qhash[iters2].q2, n, L); in main()
206 qfb_hash_clear(qhash, depth); in main()
/dports/deskutils/zanshin/zanshin-21.12.3/src/zanshin/migrator/
H A DNOTES15 // iteration qhash
25 iteration qhash
27 iteration qhash
29 iteration qhash
/dports/devel/clazy/clazy-1.5/tests/qhash-with-char-pointer-key/
H A Dmain.cpp.expected1 qhash-with-char-pointer-key/main.cpp:6:5: warning: Using QHash<const char *, T> is dangerous [-Wcla…

12345678910>>...16