Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 12224) sorted by relevance

12345678910>>...489

/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/
H A Dtuned_numbers.c133 { blockSizes t = { 32, 4, 4, 8, 0 }; bestBlockSizes[CAYMAN][TYPE_FLOAT][GEMM_NN_CALL] = t; } in bestBlockSizeForDevice() local
134 { blockSizes t = { 8, 32, 4, 8, 1 }; bestBlockSizes[CAYMAN][TYPE_FLOAT][GEMM_NT_CALL] = t; } in bestBlockSizeForDevice() local
137 { blockSizes t = { 8, 8, 8, 2, 0 }; bestBlockSizes[CAYMAN][TYPE_DOUBLE][GEMM_NN_CALL] = t; } in bestBlockSizeForDevice() local
151 { blockSizes t = { 8, 8, 8, 8, 0 }; bestBlockSizes[CAYMAN][TYPE_FLOAT][SYMM_LU_CALL] = t; } in bestBlockSizeForDevice() local
152 { blockSizes t = { 32, 4, 4, 8, 0 }; bestBlockSizes[CAYMAN][TYPE_FLOAT][SYMM_RU_CALL] = t; } in bestBlockSizeForDevice() local
153 { blockSizes t = { 8, 8, 8, 8, 0 }; bestBlockSizes[CAYMAN][TYPE_FLOAT][SYMM_LL_CALL] = t; } in bestBlockSizeForDevice() local
154 { blockSizes t = { 16, 4, 8, 8, 0 }; bestBlockSizes[CAYMAN][TYPE_FLOAT][SYMM_RL_CALL] = t; } in bestBlockSizeForDevice() local
156 { blockSizes t = { 8, 8, 8, 4, 0 }; bestBlockSizes[CAYMAN][TYPE_DOUBLE][SYMM_LU_CALL] = t; } in bestBlockSizeForDevice() local
157 { blockSizes t = { 8, 8, 8, 4, 0 }; bestBlockSizes[CAYMAN][TYPE_DOUBLE][SYMM_RU_CALL] = t; } in bestBlockSizeForDevice() local
158 { blockSizes t = { 8, 8, 4, 4, 0 }; bestBlockSizes[CAYMAN][TYPE_DOUBLE][SYMM_LL_CALL] = t; } in bestBlockSizeForDevice() local
[all …]
/dports/audio/sidplayer/SIDPlayer-4.4/src/
H A Dcpu_opcodes.h219 uint8 t; variable
224 uint8 t; variable
229 uint8 t; variable
234 uint8 t; variable
239 uint8 t; variable
244 uint8 t; variable
249 uint8 t; variable
254 uint8 t; variable
260 uint8 t; variable
265 uint8 t; variable
[all …]
/dports/science/libxc/libxc-5.0.0/src/
H A Dfaddeeva.c75 double t = 2*y100 - 1; in erfcx_y100() local
79 double t = 2*y100 - 3; in erfcx_y100() local
83 double t = 2*y100 - 5; in erfcx_y100() local
87 double t = 2*y100 - 7; in erfcx_y100() local
91 double t = 2*y100 - 9; in erfcx_y100() local
95 double t = 2*y100 - 11; in erfcx_y100() local
99 double t = 2*y100 - 13; in erfcx_y100() local
103 double t = 2*y100 - 15; in erfcx_y100() local
107 double t = 2*y100 - 17; in erfcx_y100() local
111 double t = 2*y100 - 19; in erfcx_y100() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
133 { int t = *x; assert (t == 7); } in Foo2() local
134 { int t = !x; assert (t == 7); } in Foo2() local
135 { int t = ~x; assert (t == 7); } in Foo2() local
143 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
133 { int t = *x; assert (t == 7); } in Foo2() local
134 { int t = !x; assert (t == 7); } in Foo2() local
135 { int t = ~x; assert (t == 7); } in Foo2() local
143 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
133 { int t = *x; assert (t == 7); } in Foo2() local
134 { int t = !x; assert (t == 7); } in Foo2() local
135 { int t = ~x; assert (t == 7); } in Foo2() local
143 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
133 { int t = *x; assert (t == 7); } in Foo2() local
134 { int t = !x; assert (t == 7); } in Foo2() local
135 { int t = ~x; assert (t == 7); } in Foo2() local
143 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
133 { int t = *x; assert (t == 7); } in Foo2() local
134 { int t = !x; assert (t == 7); } in Foo2() local
135 { int t = ~x; assert (t == 7); } in Foo2() local
143 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
132 { int t = *x; assert (t == 7); } in Foo2() local
133 { int t = !x; assert (t == 7); } in Foo2() local
134 { int t = ~x; assert (t == 7); } in Foo2() local
142 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
133 { int t = *x; assert (t == 7); } in Foo2() local
134 { int t = !x; assert (t == 7); } in Foo2() local
135 { int t = ~x; assert (t == 7); } in Foo2() local
143 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/lookup/
H A Dpr21802.C89 { int t = *x; assert (t == 7); } in Foo1() local
90 { int t = !x; assert (t == 7); } in Foo1() local
91 { int t = ~x; assert (t == 7); } in Foo1() local
92 { int t = x++; assert (t == 7); } in Foo1() local
93 { int t = x--; assert (t == 7); } in Foo1() local
105 { int t = &x; assert (t == 8); } in Foo1() local
133 { int t = *x; assert (t == 7); } in Foo2() local
134 { int t = !x; assert (t == 7); } in Foo2() local
135 { int t = ~x; assert (t == 7); } in Foo2() local
143 { int t = &x; assert (t == 7); } in Foo2() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dmath_special_kokkos.cpp75 double t = 2*y100 - 1; in erfcx_y100() local
79 double t = 2*y100 - 3; in erfcx_y100() local
83 double t = 2*y100 - 5; in erfcx_y100() local
87 double t = 2*y100 - 7; in erfcx_y100() local
91 double t = 2*y100 - 9; in erfcx_y100() local
95 double t = 2*y100 - 11; in erfcx_y100() local
99 double t = 2*y100 - 13; in erfcx_y100() local
103 double t = 2*y100 - 15; in erfcx_y100() local
107 double t = 2*y100 - 17; in erfcx_y100() local
111 double t = 2*y100 - 19; in erfcx_y100() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dmath_special.cpp266 double t = 2*y100 - 1; in erfcx_y100() local
270 double t = 2*y100 - 3; in erfcx_y100() local
274 double t = 2*y100 - 5; in erfcx_y100() local
278 double t = 2*y100 - 7; in erfcx_y100() local
282 double t = 2*y100 - 9; in erfcx_y100() local
286 double t = 2*y100 - 11; in erfcx_y100() local
290 double t = 2*y100 - 13; in erfcx_y100() local
294 double t = 2*y100 - 15; in erfcx_y100() local
298 double t = 2*y100 - 17; in erfcx_y100() local
302 double t = 2*y100 - 19; in erfcx_y100() local
[all …]
/dports/science/bagel/bagel-1.2.2/src/integral/rys/
H A D_vrr.h54 for (int t = 0; t != rank_; ++t) in vrr() local
57 for (int t = 0; t != rank_; ++t) in vrr() local
61 for (int t = 0; t != rank_; ++t) in vrr() local
66 for (int t = 0; t != rank_; ++t) in vrr() local
68 for (int t = 0; t != rank_; ++t) in vrr() local
79 for (int t = 0; t != rank_; ++t) in vrr() local
83 for (int t = 0; t != rank_; ++t) in vrr() local
86 for (int t = 0; t != rank_; ++t) in vrr() local
143 for (int t = 0; t != rank_; ++t) in vrr() local
146 for (int t = 0; t != rank_; ++t) in vrr() local
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/
H A DFaddeeva.cc815 double t = 2*y100 - 1; in erfcx_y100() local
819 double t = 2*y100 - 3; in erfcx_y100() local
823 double t = 2*y100 - 5; in erfcx_y100() local
827 double t = 2*y100 - 7; in erfcx_y100() local
831 double t = 2*y100 - 9; in erfcx_y100() local
835 double t = 2*y100 - 11; in erfcx_y100() local
839 double t = 2*y100 - 13; in erfcx_y100() local
843 double t = 2*y100 - 15; in erfcx_y100() local
847 double t = 2*y100 - 17; in erfcx_y100() local
851 double t = 2*y100 - 19; in erfcx_y100() local
[all …]

12345678910>>...489