Home
last modified time | relevance | path

Searched refs:t_a (Results 1 – 25 of 562) sorted by relevance

12345678910>>...23

/dports/devel/ga/ga-5.8/global/src/
H A Dcomplex.F64 $ g_a, t_a, ailo, aihi, ajlo, ajhi,
69 character*1 t_a, t_b local
73 $ g_a, t_a, ailo, aihi, ajlo, ajhi,
78 $ g_a, t_a, alo, ahi,
83 character*1 t_a, t_b local
87 $ g_a, t_a, alo, ahi,
92 $ g_a, t_a, ailo, aihi, ajlo, ajhi,
97 character*1 t_a, t_b local
106 $ g_a, t_a, alo, ahi,
111 character*1 t_a, t_b local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Delemental_assignment_1.f908 type :: t_a type
10 end type t_a
19 type(t_a), intent(in) :: x
20 type(t_a), intent(out) :: y
26 type(t_a) :: res
39 type(t_a) :: tmp
40 type(t_a), allocatable :: v(:)
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Delemental_assignment_1.f908 type :: t_a type
10 end type t_a
19 type(t_a), intent(in) :: x
20 type(t_a), intent(out) :: y
26 type(t_a) :: res
39 type(t_a) :: tmp
40 type(t_a), allocatable :: v(:)
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Delemental_assignment_1.f908 type :: t_a type
10 end type t_a
19 type(t_a), intent(in) :: x
20 type(t_a), intent(out) :: y
26 type(t_a) :: res
39 type(t_a) :: tmp
40 type(t_a), allocatable :: v(:)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Delemental_assignment_1.f908 type :: t_a type
10 end type t_a
19 type(t_a), intent(in) :: x
20 type(t_a), intent(out) :: y
26 type(t_a) :: res
39 type(t_a) :: tmp
40 type(t_a), allocatable :: v(:)
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/cad/magic/magic-8.3.245/utils/
H A Dgeometry.c174 if (t->t_a < 0)
176 if (t->t_a != t->t_e)
265 trans2->t_a = trans1->t_a;
298 trans2->t_a = trans1->t_a;
327 net->t_a = first->t_a*second->t_a + first->t_d*second->t_b;
505 if (t->t_a <= 0)
516 if ((t->t_a != t->t_e) || ((t->t_a == 0) && (t->t_b == t->t_d)))
613 t2.t_a = t2.t_e = 1;
617 t3.t_a = t->t_a;
1010 scale = t->t_a;
[all …]
H A Dgeofast.h81 if (xt->t_a) \
83 transRectX(xr1, xr2, r_xbot, r_xtop, xt->t_a, xt->t_c); \
110 ? (net->t_a = t1->da, net->t_b = t1->db, net->t_c = t1->dc + tc) \
111 : (net->t_a = -t1->da, net->t_b = -t1->db, net->t_c = tc - t1->dc))
121 if (_t2->t_a) \
122 transTransAC(_t1, _net, _t2->t_a, _t2->t_c, t_a, t_b, t_c); \
126 transTransDF(_t1, _net, _t2->t_d, _t2->t_f, t_a, t_b, t_c); \
171 xinv->t_a = xt->t_a; \
175 xinv->t_c = - tMul(xt->t_c, xinv->t_a) - tMul(xt->t_f, xinv->t_b); \
187 (tresult)->t_c += tMul(x, xt->t_a) + tMul(y, xt->t_b); \
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java58 thrinfo001a t_a = new thrinfo001a(tg, "thread1"); in run() local
59 t_a.setPriority(Thread.MIN_PRIORITY + 2); in run()
60 t_a.setDaemon(true); in run()
61 checkInfo(t_a, tg, 1); in run()
62 t_a.start(); in run()
64 t_a.join(); in run()
66 checkInfo(t_a, t_a.getThreadGroup(), 1); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java58 thrinfo001a t_a = new thrinfo001a(tg, "thread1"); in run() local
59 t_a.setPriority(Thread.MIN_PRIORITY + 2); in run()
60 t_a.setDaemon(true); in run()
61 checkInfo(t_a, tg, 1); in run()
62 t_a.start(); in run()
64 t_a.join(); in run()
66 checkInfo(t_a, t_a.getThreadGroup(), 1); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java58 thrinfo001a t_a = new thrinfo001a(tg, "thread1"); in run() local
59 t_a.setPriority(Thread.MIN_PRIORITY + 2); in run()
60 t_a.setDaemon(true); in run()
61 checkInfo(t_a, tg, 1); in run()
62 t_a.start(); in run()
64 t_a.join(); in run()
66 checkInfo(t_a, t_a.getThreadGroup(), 1); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java58 thrinfo001a t_a = new thrinfo001a(tg, "thread1"); in run() local
59 t_a.setPriority(Thread.MIN_PRIORITY + 2); in run()
60 t_a.setDaemon(true); in run()
61 checkInfo(t_a, tg, 1); in run()
62 t_a.start(); in run()
64 t_a.join(); in run()
66 checkInfo(t_a, t_a.getThreadGroup(), 1); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java58 thrinfo001a t_a = new thrinfo001a(tg, "thread1"); in run() local
59 t_a.setPriority(Thread.MIN_PRIORITY + 2); in run()
60 t_a.setDaemon(true); in run()
61 checkInfo(t_a, tg, 1); in run()
62 t_a.start(); in run()
64 t_a.join(); in run()
66 checkInfo(t_a, t_a.getThreadGroup(), 1); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java58 thrinfo001a t_a = new thrinfo001a(tg, "thread1"); in run() local
59 t_a.setPriority(Thread.MIN_PRIORITY + 2); in run()
60 t_a.setDaemon(true); in run()
61 checkInfo(t_a, tg, 1); in run()
62 t_a.start(); in run()
64 t_a.join(); in run()
66 checkInfo(t_a, t_a.getThreadGroup(), 1); in run()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0813 type, abstract :: t_a type
14 end type t_a
17 class(t_a), intent(inout) :: this
21 class(t_a), allocatable :: r
24 class(t_a), intent(in) :: this
52 type, extends(t_a) :: t_imp
90 class(t_a), allocatable :: a

12345678910>>...23