Home
last modified time | relevance | path

Searched refs:q_t (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/dports/science/octopus/octopus-10.5/src/hamiltonian/
H A Dpcm_eom.F90263 q_tp = q_t
271 qext_tp = q_t
312 q_tp = q_t
332 qext_tp = q_t
357 qkick_tp = q_t
382 q_tp = q_t
392 qext_tp = q_t
400 qkick_tp = q_t
442 q_tp = q_t
450 q_tp = q_t
[all …]
/dports/net/netatalk3/netatalk-3.1.12/include/atalk/
H A Dqueue.h32 typedef qnode_t q_t; typedef
34 extern q_t *queue_init(void);
35 extern void queue_destroy(q_t *q, void (*callback)(void *));
37 extern qnode_t *enqueue(q_t *q, void *data);
38 extern qnode_t *prequeue(q_t *q, void *data);
39 extern void *dequeue(q_t *q);
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_func_complex.v8 typedef integer q_t[$]; typedef
10 function void queue_set(ref q_t q);
17 function void queue_check_nref(q_t q);
25 function void queue_check_ref(const ref q_t q);
32 function q_t queue_ret();
40 q_t iq;
/dports/math/xlapack/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_dtrexc_work.c51 double* q_t = NULL; in LAPACKE_dtrexc_work() local
70 q_t = (double*)LAPACKE_malloc( sizeof(double) * ldq_t * MAX(1,n) ); in LAPACKE_dtrexc_work()
71 if( q_t == NULL ) { in LAPACKE_dtrexc_work()
79 LAPACKE_dge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_dtrexc_work()
82 LAPACK_dtrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_dtrexc_work()
90 LAPACKE_dge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_dtrexc_work()
94 LAPACKE_free( q_t ); in LAPACKE_dtrexc_work()
H A Dlapacke_strexc_work.c51 float* q_t = NULL; in LAPACKE_strexc_work() local
70 q_t = (float*)LAPACKE_malloc( sizeof(float) * ldq_t * MAX(1,n) ); in LAPACKE_strexc_work()
71 if( q_t == NULL ) { in LAPACKE_strexc_work()
79 LAPACKE_sge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_strexc_work()
82 LAPACK_strexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_strexc_work()
90 LAPACKE_sge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_strexc_work()
94 LAPACKE_free( q_t ); in LAPACKE_strexc_work()
H A Dlapacke_ctrexc_work.c51 lapack_complex_float* q_t = NULL; in LAPACKE_ctrexc_work() local
71 q_t = (lapack_complex_float*) in LAPACKE_ctrexc_work()
74 if( q_t == NULL ) { in LAPACKE_ctrexc_work()
82 LAPACKE_cge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_ctrexc_work()
85 LAPACK_ctrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, &ifst, &ilst, in LAPACKE_ctrexc_work()
93 LAPACKE_cge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_ctrexc_work()
97 LAPACKE_free( q_t ); in LAPACKE_ctrexc_work()
H A Dlapacke_dsbtrd_work.c52 double* q_t = NULL; in LAPACKE_dsbtrd_work() local
71 q_t = (double*)LAPACKE_malloc( sizeof(double) * ldq_t * MAX(1,n) ); in LAPACKE_dsbtrd_work()
72 if( q_t == NULL ) { in LAPACKE_dsbtrd_work()
80 LAPACKE_dge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_dsbtrd_work()
83 LAPACK_dsbtrd( &vect, &uplo, &n, &kd, ab_t, &ldab_t, d, e, q_t, &ldq_t, in LAPACKE_dsbtrd_work()
92 LAPACKE_dge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_dsbtrd_work()
96 LAPACKE_free( q_t ); in LAPACKE_dsbtrd_work()
H A Dlapacke_ssbtrd_work.c52 float* q_t = NULL; in LAPACKE_ssbtrd_work() local
71 q_t = (float*)LAPACKE_malloc( sizeof(float) * ldq_t * MAX(1,n) ); in LAPACKE_ssbtrd_work()
72 if( q_t == NULL ) { in LAPACKE_ssbtrd_work()
80 LAPACKE_sge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_ssbtrd_work()
83 LAPACK_ssbtrd( &vect, &uplo, &n, &kd, ab_t, &ldab_t, d, e, q_t, &ldq_t, in LAPACKE_ssbtrd_work()
92 LAPACKE_sge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_ssbtrd_work()
96 LAPACKE_free( q_t ); in LAPACKE_ssbtrd_work()
H A Dlapacke_ztrexc_work.c51 lapack_complex_double* q_t = NULL; in LAPACKE_ztrexc_work() local
71 q_t = (lapack_complex_double*) in LAPACKE_ztrexc_work()
74 if( q_t == NULL ) { in LAPACKE_ztrexc_work()
82 LAPACKE_zge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_ztrexc_work()
85 LAPACK_ztrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, &ifst, &ilst, in LAPACKE_ztrexc_work()
93 LAPACKE_zge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_ztrexc_work()
97 LAPACKE_free( q_t ); in LAPACKE_ztrexc_work()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/ext/LAPACKBLAS/LAPACKE/src/
H A Dlapacke_dtrexc_work.c52 double* q_t = NULL; in LAPACKE_dtrexc_work() local
71 q_t = (double*)LAPACKE_malloc( sizeof(double) * ldq_t * MAX(1,n) ); in LAPACKE_dtrexc_work()
72 if( q_t == NULL ) { in LAPACKE_dtrexc_work()
80 LAPACKE_dge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_dtrexc_work()
83 LAPACK_dtrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_dtrexc_work()
91 LAPACKE_dge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_dtrexc_work()
95 LAPACKE_free( q_t ); in LAPACKE_dtrexc_work()
H A Dlapacke_strexc_work.c52 float* q_t = NULL; in LAPACKE_strexc_work() local
71 q_t = (float*)LAPACKE_malloc( sizeof(float) * ldq_t * MAX(1,n) ); in LAPACKE_strexc_work()
72 if( q_t == NULL ) { in LAPACKE_strexc_work()
80 LAPACKE_sge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_strexc_work()
83 LAPACK_strexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_strexc_work()
91 LAPACKE_sge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_strexc_work()
95 LAPACKE_free( q_t ); in LAPACKE_strexc_work()
H A Dlapacke_ztrexc_work.c52 lapack_complex_double* q_t = NULL; in LAPACKE_ztrexc_work() local
72 q_t = (lapack_complex_double*) in LAPACKE_ztrexc_work()
75 if( q_t == NULL ) { in LAPACKE_ztrexc_work()
83 LAPACKE_zge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_ztrexc_work()
86 LAPACK_ztrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, &ifst, &ilst, in LAPACKE_ztrexc_work()
94 LAPACKE_zge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_ztrexc_work()
98 LAPACKE_free( q_t ); in LAPACKE_ztrexc_work()
H A Dlapacke_ctrexc_work.c52 lapack_complex_float* q_t = NULL; in LAPACKE_ctrexc_work() local
72 q_t = (lapack_complex_float*) in LAPACKE_ctrexc_work()
75 if( q_t == NULL ) { in LAPACKE_ctrexc_work()
83 LAPACKE_cge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_ctrexc_work()
86 LAPACK_ctrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, &ifst, &ilst, in LAPACKE_ctrexc_work()
94 LAPACKE_cge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_ctrexc_work()
98 LAPACKE_free( q_t ); in LAPACKE_ctrexc_work()
H A Dlapacke_ssbtrd_work.c53 float* q_t = NULL; in LAPACKE_ssbtrd_work() local
72 q_t = (float*)LAPACKE_malloc( sizeof(float) * ldq_t * MAX(1,n) ); in LAPACKE_ssbtrd_work()
73 if( q_t == NULL ) { in LAPACKE_ssbtrd_work()
81 LAPACKE_sge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_ssbtrd_work()
84 LAPACK_ssbtrd( &vect, &uplo, &n, &kd, ab_t, &ldab_t, d, e, q_t, &ldq_t, in LAPACKE_ssbtrd_work()
93 LAPACKE_sge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_ssbtrd_work()
97 LAPACKE_free( q_t ); in LAPACKE_ssbtrd_work()
/dports/math/blas/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_dtrexc_work.c51 double* q_t = NULL; in LAPACKE_dtrexc_work() local
70 q_t = (double*)LAPACKE_malloc( sizeof(double) * ldq_t * MAX(1,n) ); in LAPACKE_dtrexc_work()
71 if( q_t == NULL ) { in LAPACKE_dtrexc_work()
79 LAPACKE_dge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_dtrexc_work()
82 LAPACK_dtrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_dtrexc_work()
90 LAPACKE_dge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_dtrexc_work()
94 LAPACKE_free( q_t ); in LAPACKE_dtrexc_work()
H A Dlapacke_strexc_work.c51 float* q_t = NULL; in LAPACKE_strexc_work() local
70 q_t = (float*)LAPACKE_malloc( sizeof(float) * ldq_t * MAX(1,n) ); in LAPACKE_strexc_work()
71 if( q_t == NULL ) { in LAPACKE_strexc_work()
79 LAPACKE_sge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_strexc_work()
82 LAPACK_strexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_strexc_work()
90 LAPACKE_sge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_strexc_work()
94 LAPACKE_free( q_t ); in LAPACKE_strexc_work()
H A Dlapacke_ztrexc_work.c51 lapack_complex_double* q_t = NULL; in LAPACKE_ztrexc_work() local
71 q_t = (lapack_complex_double*) in LAPACKE_ztrexc_work()
74 if( q_t == NULL ) { in LAPACKE_ztrexc_work()
82 LAPACKE_zge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_ztrexc_work()
85 LAPACK_ztrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, &ifst, &ilst, in LAPACKE_ztrexc_work()
93 LAPACKE_zge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_ztrexc_work()
97 LAPACKE_free( q_t ); in LAPACKE_ztrexc_work()
/dports/math/lapack/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_strexc_work.c51 float* q_t = NULL; in LAPACKE_strexc_work() local
70 q_t = (float*)LAPACKE_malloc( sizeof(float) * ldq_t * MAX(1,n) ); in LAPACKE_strexc_work()
71 if( q_t == NULL ) { in LAPACKE_strexc_work()
79 LAPACKE_sge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_strexc_work()
82 LAPACK_strexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_strexc_work()
90 LAPACKE_sge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_strexc_work()
94 LAPACKE_free( q_t ); in LAPACKE_strexc_work()
H A Dlapacke_dtrexc_work.c51 double* q_t = NULL; in LAPACKE_dtrexc_work() local
70 q_t = (double*)LAPACKE_malloc( sizeof(double) * ldq_t * MAX(1,n) ); in LAPACKE_dtrexc_work()
71 if( q_t == NULL ) { in LAPACKE_dtrexc_work()
79 LAPACKE_dge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_dtrexc_work()
82 LAPACK_dtrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_dtrexc_work()
90 LAPACKE_dge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_dtrexc_work()
94 LAPACKE_free( q_t ); in LAPACKE_dtrexc_work()
/dports/math/lapacke/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_dtrexc_work.c51 double* q_t = NULL; in LAPACKE_dtrexc_work() local
70 q_t = (double*)LAPACKE_malloc( sizeof(double) * ldq_t * MAX(1,n) ); in LAPACKE_dtrexc_work()
71 if( q_t == NULL ) { in LAPACKE_dtrexc_work()
79 LAPACKE_dge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_dtrexc_work()
82 LAPACK_dtrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_dtrexc_work()
90 LAPACKE_dge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_dtrexc_work()
94 LAPACKE_free( q_t ); in LAPACKE_dtrexc_work()
H A Dlapacke_strexc_work.c51 float* q_t = NULL; in LAPACKE_strexc_work() local
70 q_t = (float*)LAPACKE_malloc( sizeof(float) * ldq_t * MAX(1,n) ); in LAPACKE_strexc_work()
71 if( q_t == NULL ) { in LAPACKE_strexc_work()
79 LAPACKE_sge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_strexc_work()
82 LAPACK_strexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_strexc_work()
90 LAPACKE_sge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_strexc_work()
94 LAPACKE_free( q_t ); in LAPACKE_strexc_work()
/dports/math/openblas/OpenBLAS-0.3.18/lapack-netlib/LAPACKE/src/
H A Dlapacke_dtrexc_work.c52 double* q_t = NULL; in LAPACKE_dtrexc_work() local
71 q_t = (double*)LAPACKE_malloc( sizeof(double) * ldq_t * MAX(1,n) ); in LAPACKE_dtrexc_work()
72 if( q_t == NULL ) { in LAPACKE_dtrexc_work()
80 LAPACKE_dge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_dtrexc_work()
83 LAPACK_dtrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_dtrexc_work()
91 LAPACKE_dge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_dtrexc_work()
95 LAPACKE_free( q_t ); in LAPACKE_dtrexc_work()
H A Dlapacke_strexc_work.c52 float* q_t = NULL; in LAPACKE_strexc_work() local
71 q_t = (float*)LAPACKE_malloc( sizeof(float) * ldq_t * MAX(1,n) ); in LAPACKE_strexc_work()
72 if( q_t == NULL ) { in LAPACKE_strexc_work()
80 LAPACKE_sge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_strexc_work()
83 LAPACK_strexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_strexc_work()
91 LAPACKE_sge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_strexc_work()
95 LAPACKE_free( q_t ); in LAPACKE_strexc_work()
/dports/math/cblas/lapack-3.10.0/LAPACKE/src/
H A Dlapacke_dtrexc_work.c51 double* q_t = NULL; in LAPACKE_dtrexc_work() local
70 q_t = (double*)LAPACKE_malloc( sizeof(double) * ldq_t * MAX(1,n) ); in LAPACKE_dtrexc_work()
71 if( q_t == NULL ) { in LAPACKE_dtrexc_work()
79 LAPACKE_dge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_dtrexc_work()
82 LAPACK_dtrexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_dtrexc_work()
90 LAPACKE_dge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_dtrexc_work()
94 LAPACKE_free( q_t ); in LAPACKE_dtrexc_work()
H A Dlapacke_strexc_work.c51 float* q_t = NULL; in LAPACKE_strexc_work() local
70 q_t = (float*)LAPACKE_malloc( sizeof(float) * ldq_t * MAX(1,n) ); in LAPACKE_strexc_work()
71 if( q_t == NULL ) { in LAPACKE_strexc_work()
79 LAPACKE_sge_trans( matrix_layout, n, n, q, ldq, q_t, ldq_t ); in LAPACKE_strexc_work()
82 LAPACK_strexc( &compq, &n, t_t, &ldt_t, q_t, &ldq_t, ifst, ilst, work, in LAPACKE_strexc_work()
90 LAPACKE_sge_trans( LAPACK_COL_MAJOR, n, n, q_t, ldq_t, q, ldq ); in LAPACKE_strexc_work()
94 LAPACKE_free( q_t ); in LAPACKE_strexc_work()

12345678910>>...28