Home
last modified time | relevance | path

Searched defs:Q (Results 1 – 25 of 7978) sorted by relevance

12345678910>>...320

/dports/math/octave-forge-outliers/outliers-0.13.9/inst/
H A Ddixontest.m98 Q = [Q qq]; variable
136 Q = (x(2) - x(1))/(x(n) - x(1)); variable
138 Q = (x(2) - x(1))/(x(n - 1) - x(1)); variable
140 Q = (x(2) - x(1))/(x(n - 2) - x(1)); variable
142 Q = (x(3) - x(1))/(x(n) - x(1)); variable
144 Q = (x(3) - x(1))/(x(n - 1) - x(1)); variable
146 Q = (x(3) - x(1))/(x(n - 2) - x(1)); variable
150 Q = (x(n) - x(n - 1))/(x(n) - x(1)); variable
152 Q = (x(n) - x(n - 1))/(x(n) - x(2)); variable
154 Q = (x(n) - x(n - 1))/(x(n) - x(3)); variable
[all …]
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/core/codegen/tests/ui-fail/
H A Droute-type-errors.rs5 struct Q; struct
8 fn f0(foo: Q) {} //~ ERROR FromParam in f0()
11 fn f1(foo: Q) {} //~ ERROR FromSegments in f1()
14 fn f2(foo: Q) {} //~ ERROR FromFormValue in f2()
17 fn f3(foo: Q) {} //~ ERROR FromQuery in f3()
20 fn f4(foo: Q) {} //~ ERROR FromData in f4()
23 fn f5(a: Q, foo: Q) {} in f5()
28 fn f6(a: Q, foo: Q, good: usize, bar: Q) {} in f6()
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/sensu/lasr/
H A Dlasr.go14 type Q struct { struct
15 db *bolt.DB
16 name []byte
17 seq Sequencer
18 keys bucketKeys
19 messages *fifo
20 closed chan struct{}
21 inFlight sync.WaitGroup
22 waker *waker
23 optsApplied bool
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DBigRatOps.C49 const BigRat abs(const BigRat& Q) in abs()
215 bool IsZero(const BigRat& Q) in IsZero()
221 bool IsOne(const BigRat& Q) in IsOne()
227 bool IsMinusOne(const BigRat& Q) in IsMinusOne()
233 bool IsOneNum(const BigRat& Q) in IsOneNum()
239 bool IsOneDen(const BigRat& Q) in IsOneDen()
245 int sign(const BigRat& Q) in sign()
484 double log(const BigRat& Q) in log()
531 BigInt floor(const BigRat& Q) in floor()
538 BigInt ceil(const BigRat& Q) in ceil()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/common/
H A Derl_util_queue.h24 #define erts_circleq_head(Q) ((Q)->next) argument
25 #define erts_circleq_tail(Q) ((Q)->prev) argument
26 #define erts_circleq_next(Q) ((Q)->next) argument
27 #define erts_circleq_prev(Q) ((Q)->prev) argument
28 #define erts_circleq_is_empty(Q) ((Q)->next == (void *)(Q)) argument
38 #define erts_circleq_pop_head(Q, N) \ argument
47 #define erts_circleq_pop_tail(Q, N) \ argument
56 #define erts_circleq_push_head(Q, N) \ argument
64 #define erts_circleq_push_tail(Q, N) \ argument
72 #define erts_circleq_foreach(V, Q) \ argument
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_util_queue.h24 #define erts_circleq_head(Q) ((Q)->next) argument
25 #define erts_circleq_tail(Q) ((Q)->prev) argument
26 #define erts_circleq_next(Q) ((Q)->next) argument
27 #define erts_circleq_prev(Q) ((Q)->prev) argument
28 #define erts_circleq_is_empty(Q) ((Q)->next == (void *)(Q)) argument
38 #define erts_circleq_pop_head(Q, N) \ argument
47 #define erts_circleq_pop_tail(Q, N) \ argument
56 #define erts_circleq_push_head(Q, N) \ argument
64 #define erts_circleq_push_tail(Q, N) \ argument
72 #define erts_circleq_foreach(V, Q) \ argument
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/common/
H A Derl_util_queue.h24 #define erts_circleq_head(Q) ((Q)->next) argument
25 #define erts_circleq_tail(Q) ((Q)->prev) argument
26 #define erts_circleq_next(Q) ((Q)->next) argument
27 #define erts_circleq_prev(Q) ((Q)->prev) argument
28 #define erts_circleq_is_empty(Q) ((Q)->next == (void *)(Q)) argument
38 #define erts_circleq_pop_head(Q, N) \ argument
47 #define erts_circleq_pop_tail(Q, N) \ argument
56 #define erts_circleq_push_head(Q, N) \ argument
64 #define erts_circleq_push_tail(Q, N) \ argument
72 #define erts_circleq_foreach(V, Q) \ argument
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_util_queue.h24 #define erts_circleq_head(Q) ((Q)->next) argument
25 #define erts_circleq_tail(Q) ((Q)->prev) argument
26 #define erts_circleq_next(Q) ((Q)->next) argument
27 #define erts_circleq_prev(Q) ((Q)->prev) argument
28 #define erts_circleq_is_empty(Q) ((Q)->next == (void *)(Q)) argument
38 #define erts_circleq_pop_head(Q, N) \ argument
47 #define erts_circleq_pop_tail(Q, N) \ argument
56 #define erts_circleq_push_head(Q, N) \ argument
64 #define erts_circleq_push_tail(Q, N) \ argument
72 #define erts_circleq_foreach(V, Q) \ argument
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_util_queue.h24 #define erts_circleq_head(Q) ((Q)->next) argument
25 #define erts_circleq_tail(Q) ((Q)->prev) argument
26 #define erts_circleq_next(Q) ((Q)->next) argument
27 #define erts_circleq_prev(Q) ((Q)->prev) argument
28 #define erts_circleq_is_empty(Q) ((Q)->next == (void *)(Q)) argument
38 #define erts_circleq_pop_head(Q, N) \ argument
47 #define erts_circleq_pop_tail(Q, N) \ argument
56 #define erts_circleq_push_head(Q, N) \ argument
64 #define erts_circleq_push_tail(Q, N) \ argument
72 #define erts_circleq_foreach(V, Q) \ argument
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/common/
H A Derl_util_queue.h24 #define erts_circleq_head(Q) ((Q)->next) argument
25 #define erts_circleq_tail(Q) ((Q)->prev) argument
26 #define erts_circleq_next(Q) ((Q)->next) argument
27 #define erts_circleq_prev(Q) ((Q)->prev) argument
28 #define erts_circleq_is_empty(Q) ((Q)->next == (void *)(Q)) argument
38 #define erts_circleq_pop_head(Q, N) \ argument
47 #define erts_circleq_pop_tail(Q, N) \ argument
56 #define erts_circleq_push_head(Q, N) \ argument
64 #define erts_circleq_push_tail(Q, N) \ argument
72 #define erts_circleq_foreach(V, Q) \ argument
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/common/
H A Derl_util_queue.h24 #define erts_circleq_head(Q) ((Q)->next) argument
25 #define erts_circleq_tail(Q) ((Q)->prev) argument
26 #define erts_circleq_next(Q) ((Q)->next) argument
27 #define erts_circleq_prev(Q) ((Q)->prev) argument
28 #define erts_circleq_is_empty(Q) ((Q)->next == (void *)(Q)) argument
38 #define erts_circleq_pop_head(Q, N) \ argument
47 #define erts_circleq_pop_tail(Q, N) \ argument
56 #define erts_circleq_push_head(Q, N) \ argument
64 #define erts_circleq_push_tail(Q, N) \ argument
72 #define erts_circleq_foreach(V, Q) \ argument
[all …]
/dports/cad/yosys/yosys-yosys-0.12/techlibs/common/
H A Dsimcells.v478 output reg Q; port
501 output reg Q; port
524 output reg Q; port
547 output reg Q; port
566 output reg Q; port
586 output reg Q; port
605 output reg Q; port
624 output reg Q; port
643 output reg Q; port
662 output reg Q; port
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/struct/queue/
H A Dds.h18 typedef struct Q { struct
25 } Q; argument
/dports/devel/tcllibc/tcllib-1.20/modules/struct/queue/
H A Dds.h18 typedef struct Q { struct
25 } Q; argument
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() function
8 Q(const Q&) { } in Q() argument
15 void f(Q) { } in f() argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() argument
8 Q(const Q&) { } in Q() function
15 void f(Q) { } in f() argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() function
8 Q(const Q&) { } in Q() function
15 void f(Q) { } in f() argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() function
8 Q(const Q&) { } in Q() function
15 void f(Q) { } in f() argument
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() function
8 Q(const Q&) { } in Q() function
15 void f(Q) { } in f() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() argument
8 Q(const Q&) { } in Q() function
15 void f(Q) { } in f() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() argument
8 Q(const Q&) { } in Q() function
15 void f(Q) { } in f() argument
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() argument
8 Q(const Q&) { } in Q() argument
15 void f(Q) { } in f() argument
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() function
8 Q(const Q&) { } in Q() argument
15 void f(Q) { } in f() argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() argument
8 Q(const Q&) { } in Q() function
15 void f(Q) { } in f() argument
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/DRs/
H A Ddr2137-2.C6 struct Q { struct
7 Q() { } in Q() function
8 Q(const Q&) { } in Q() argument
15 void f(Q) { } in f() argument

12345678910>>...320