Home
last modified time | relevance | path

Searched refs:t_b (Results 1 – 25 of 637) sorted by relevance

12345678910>>...26

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/perf/
H A Dmemrw.c53 if (t_b[m][b] < 255) in memrw_fn()
54 t_b[m][b] += differs; in memrw_fn()
56 t_b[m][b] = 0; in memrw_fn()
58 differs = t_b[m][b] != prev; in memrw_fn()
59 prev = t_b[m][b]; in memrw_fn()
122 t_b = malloc(nr_b * sizeof(char*)); in main()
123 if (t_b == NULL) in main()
126 t_b[i] = calloc(sz_b, 1); in main()
127 if (t_b[i] == NULL) in main()
144 free (t_b[i]); in main()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/perf/
H A Dmemrw.c53 if (t_b[m][b] < 255) in memrw_fn()
54 t_b[m][b] += differs; in memrw_fn()
56 t_b[m][b] = 0; in memrw_fn()
58 differs = t_b[m][b] != prev; in memrw_fn()
59 prev = t_b[m][b]; in memrw_fn()
122 t_b = malloc(nr_b * sizeof(char*)); in main()
123 if (t_b == NULL) in main()
126 t_b[i] = calloc(sz_b, 1); in main()
127 if (t_b[i] == NULL) in main()
144 free (t_b[i]); in main()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java67 thrinfo001b t_b = new thrinfo001b(); in run() local
68 t_b.setPriority(Thread.MIN_PRIORITY); in run()
69 t_b.setDaemon(true); in run()
70 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
71 t_b.start(); in run()
72 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
74 t_b.join(); in run()
76 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java67 thrinfo001b t_b = new thrinfo001b(); in run() local
68 t_b.setPriority(Thread.MIN_PRIORITY); in run()
69 t_b.setDaemon(true); in run()
70 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
71 t_b.start(); in run()
72 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
74 t_b.join(); in run()
76 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
/dports/devel/ga/ga-5.8/global/src/
H A Dcomplex.F65 $ g_b, t_b, bilo, bihi, bjlo, bjhi)
69 character*1 t_a, t_b local
74 $ g_b, t_b, bilo, bihi, bjlo, bjhi, ga_cdot_patch)
79 $ g_b, t_b, blo, bhi)
83 character*1 t_a, t_b local
88 $ g_b, t_b, blo, bhi, nga_cdot_patch)
93 $ g_b, t_b, bilo, bihi, bjlo, bjhi)
97 character*1 t_a, t_b local
107 $ g_b, t_b, blo, bhi)
111 character*1 t_a, t_b local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java68 thrinfo001b t_b = new thrinfo001b(); in run() local
69 t_b.setPriority(Thread.MIN_PRIORITY); in run()
70 t_b.setDaemon(true); in run()
71 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
72 t_b.start(); in run()
74 t_b.join(); in run()
76 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java68 thrinfo001b t_b = new thrinfo001b(); in run() local
69 t_b.setPriority(Thread.MIN_PRIORITY); in run()
70 t_b.setDaemon(true); in run()
71 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
72 t_b.start(); in run()
74 t_b.join(); in run()
76 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java68 thrinfo001b t_b = new thrinfo001b(); in run() local
69 t_b.setPriority(Thread.MIN_PRIORITY); in run()
70 t_b.setDaemon(true); in run()
71 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
72 t_b.start(); in run()
74 t_b.join(); in run()
76 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java68 thrinfo001b t_b = new thrinfo001b(); in run() local
69 t_b.setPriority(Thread.MIN_PRIORITY); in run()
70 t_b.setDaemon(true); in run()
71 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
72 t_b.start(); in run()
74 t_b.join(); in run()
76 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java68 thrinfo001b t_b = new thrinfo001b(); in run() local
69 t_b.setPriority(Thread.MIN_PRIORITY); in run()
70 t_b.setDaemon(true); in run()
71 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
72 t_b.start(); in run()
74 t_b.join(); in run()
76 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadInfo/
H A Dthrinfo001.java68 thrinfo001b t_b = new thrinfo001b(); in run() local
69 t_b.setPriority(Thread.MIN_PRIORITY); in run()
70 t_b.setDaemon(true); in run()
71 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
72 t_b.start(); in run()
74 t_b.join(); in run()
76 checkInfo(t_b, t_b.getThreadGroup(), 2); in run()
/dports/cad/magic/magic-8.3.245/utils/
H A Dgeometry.c165 if (t->t_b > 0)
169 if (t->t_b == t->t_d)
266 trans2->t_b = trans1->t_b;
299 trans2->t_b = trans1->t_b;
328 net->t_b = first->t_b*second->t_a + first->t_e*second->t_b;
614 t2.t_b = t2.t_d = 0;
618 t3.t_b = t->t_d;
619 t3.t_d = t->t_b;
1012 scale = t->t_b;
1040 trans2->t_b = trans1->t_b * m;
[all …]
H A Dgeofast.h88 transRectX(xr1, xr2, r_ybot, r_ytop, xt->t_b, 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))
122 transTransAC(_t1, _net, _t2->t_a, _t2->t_c, t_a, t_b, t_c); \
124 transTransAC(_t1, _net, _t2->t_b, _t2->t_c, t_d, t_e, t_f); \
126 transTransDF(_t1, _net, _t2->t_d, _t2->t_f, t_a, t_b, t_c); \
172 xinv->t_b = xt->t_d; \
173 xinv->t_d = xt->t_b; \
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/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dsubmodule_6.f0831 type t_b type
33 end type t_b
36 type(t_b) :: r
53 type(t_b) :: b
58 type(t_b) :: b
67 type is (t_b)

12345678910>>...26