Home
last modified time | relevance | path

Searched refs:t_a (Results 126 – 150 of 562) sorted by relevance

12345678910>>...23

/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39202.c7 } t_a; typedef
17 t_a ddd;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39202.c7 } t_a; typedef
17 t_a ddd;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39202.c7 } t_a; typedef
17 t_a ddd;
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39202.c7 } t_a; typedef
17 t_a ddd;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39202.c7 } t_a; typedef
17 t_a ddd;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39202.c7 } t_a; typedef
17 t_a ddd;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39202.c7 } t_a; typedef
17 t_a ddd;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39202.c7 } t_a; typedef
17 t_a ddd;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39202.c7 } t_a; typedef
17 t_a ddd;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.c-torture/compile/
H A Dpr39202.c7 } t_a; typedef
17 t_a ddd;
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/mp2_grad/
H A Dmp2_wijab_uhf.F6 $ nob_lo,nob_hi,nbf,t_a,t_b,t_eps_a,t_eps_b,
38 double precision t_a(*),t_b(*),t_eps_a(*),t_eps_b(*)
127 $ num_oa, sym_hi_oa, sym_lo_oa, tunita, tunitptra, t_a)
139 $ =t_a(tcounta+j-sym_lo_oa(symj))*epsilon_a
171 $ t_a(tcounta),num_oa(symj),t_eps_a(tcounta),
176 $ t_a(tcounta),num_oa(symj),t_eps_a(tcounta),
H A Dmp2_wai_uhf.F6 $ nob_lo,nob_hi,nva,nvb,noa,nob,t_a,t_b,
35 double precision t_a(*),t_b(*),ij_ka(*)
81 call getwa(tunita,t_a(sym_lo_oa(symk)),
115 $ ij_ka,num_oa(symj),t_a,num_oa(symj),
/dports/science/nwchem-data/nwchem-7.0.2-release/src/mp2_grad/
H A Dmp2_wijab_uhf.F6 $ nob_lo,nob_hi,nbf,t_a,t_b,t_eps_a,t_eps_b,
38 double precision t_a(*),t_b(*),t_eps_a(*),t_eps_b(*)
127 $ num_oa, sym_hi_oa, sym_lo_oa, tunita, tunitptra, t_a)
139 $ =t_a(tcounta+j-sym_lo_oa(symj))*epsilon_a
171 $ t_a(tcounta),num_oa(symj),t_eps_a(tcounta),
176 $ t_a(tcounta),num_oa(symj),t_eps_a(tcounta),
H A Dmp2_wai_uhf.F6 $ nob_lo,nob_hi,nva,nvb,noa,nob,t_a,t_b,
35 double precision t_a(*),t_b(*),ij_ka(*)
81 call getwa(tunita,t_a(sym_lo_oa(symk)),
115 $ ij_ka,num_oa(symj),t_a,num_oa(symj),
/dports/science/py-pyscf/pyscf-2.0.1/examples/1-advanced/
H A D033-constrained_dft.py229 t_a, t_b = constraints.site_to_constraints_transform_matrix()
230 hess_arr = np.einsum('pq,pi,qj->ij', hess_a, t_a, t_a)
440 t_a = np.zeros((sites_a.size, n_constraints))
445 t_a[map_sites_a[orbidx],k] += 1
448 return t_a, t_b
455 t_a, t_b = self.site_to_constraints_transform_matrix()
456 V_c_a = np.einsum('pi,i->p', t_a, V_c)
462 t_a, t_b = self.site_to_constraints_transform_matrix()
463 N_c_new = np.array([np.einsum('pi,p->i', t_a, N_c[0]),
/dports/games/zangband/zangband/src/
H A Dzborg1.c500 byte t_a; in borg_what_text() local
523 t_a = *aa++; in borg_what_text()
527 if ((t_c == ' ') || !t_a) in borg_what_text()
540 if (t_a != d_a) break; in borg_what_text()
547 d_a = t_a; in borg_what_text()
571 byte t_a; in borg_term_text_comp() local
585 if (0 == borg_what_text(x, y, strlen(what), &t_a, buf) && in borg_term_text_comp()
/dports/graphics/clutter/clutter-1.26.4/clutter/deprecated/
H A Dclutter-timeout-pool.c100 const ClutterTimeout *t_a = a; in clutter_timeout_sort() local
104 if (TIMEOUT_READY (t_a)) in clutter_timeout_sort()
110 return _clutter_timeout_interval_compare_expiration (&t_a->interval, in clutter_timeout_sort()
118 const ClutterTimeout *t_a = a; in clutter_timeout_find_by_id() local
120 return t_a->id == GPOINTER_TO_UINT (b) ? 0 : 1; in clutter_timeout_find_by_id()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/deprecated/
H A Dclutter-timeout-pool.c100 const ClutterTimeout *t_a = a; in clutter_timeout_sort() local
104 if (TIMEOUT_READY (t_a)) in clutter_timeout_sort()
110 return _clutter_timeout_interval_compare_expiration (&t_a->interval, in clutter_timeout_sort()
118 const ClutterTimeout *t_a = a; in clutter_timeout_find_by_id() local
120 return t_a->id == GPOINTER_TO_UINT (b) ? 0 : 1; in clutter_timeout_find_by_id()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dcrossing.h53 … Crossing(double t_a, double t_b, bool direction) : dir(direction), ta(t_a), tb(t_b), a(0), b(1) {} in Crossing()
54 …Crossing(double t_a, double t_b, unsigned ai, unsigned bi, bool direction) : dir(direction), ta(t_… in Crossing()
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dcrossing.h53 … Crossing(double t_a, double t_b, bool direction) : dir(direction), ta(t_a), tb(t_b), a(0), b(1) {} in Crossing()
54 …Crossing(double t_a, double t_b, unsigned ai, unsigned bi, bool direction) : dir(direction), ta(t_… in Crossing()
/dports/devel/ga/ga-5.8/global/src/
H A Dga.h202 extern SingleComplex NGA_Cdot_patch(int g_a, char t_a, int alo[], int ahi[], int g_b, char t_b, int…
218 extern double NGA_Ddot_patch(int g_a, char t_a, int alo[], int ahi[], int g_b, char t_b, int…
223 extern float NGA_Fdot_patch(int g_a, char t_a, int alo[], int ahi[], int g_b, char t_b, int…
241 extern int NGA_Idot_patch(int g_a, char t_a, int alo[], int ahi[], int g_b, char t_b, int…
252 extern long NGA_Ldot_patch(int g_a, char t_a, int alo[], int ahi[], int g_b, char t_b, int…
253 extern long long NGA_Lldot_patch(int g_a, char t_a, int alo[], int ahi[], int g_b, char t_b, in…
354 extern DoubleComplex NGA_Zdot_patch(int g_a, char t_a, int alo[], int ahi[], int g_b, char t_b, int…
399 extern SingleComplex NGA_Cdot_patch64(int g_a, char t_a, int64_t alo[], int64_t ahi[], int g_b, cha…
409 extern double NGA_Ddot_patch64(int g_a, char t_a, int64_t alo[], int64_t ahi[], int g_b, cha…
411 extern float NGA_Fdot_patch64(int g_a, char t_a, int64_t alo[], int64_t ahi[], int g_b, cha…
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dwin_i_s.test13 select t_a.r1, t_b.r2
14 from (select a, b, rank() over (order by a) as r1 from t1) t_a,
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dwin_i_s.test13 select t_a.r1, t_b.r2
14 from (select a, b, rank() over (order by a) as r1 from t1) t_a,
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dwin_i_s.test13 select t_a.r1, t_b.r2
14 from (select a, b, rank() over (order by a) as r1 from t1) t_a,
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dwin_i_s.test13 select t_a.r1, t_b.r2
14 from (select a, b, rank() over (order by a) as r1 from t1) t_a,

12345678910>>...23