Home
last modified time | relevance | path

Searched +defs:tmp1 +defs:tmp2 (Results 1 – 25 of 10271) sorted by relevance

12345678910>>...411

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/D3dB/
H A DD3dBs-mpi.F10 subroutine D3dBs_c_transpose_jk(nb,A,tmp1,tmp2) argument
192 subroutine D3dBs_c_timereverse(nb,A,tmp1,tmp2) argument
381 subroutine D3dBs_c_transpose_ijk(nb,op,A,tmp1,tmp2) argument
580 subroutine D3dBs_t_transpose_ijk(nb,op,A,tmp1,tmp2) argument
767 subroutine D3dBs_c_ptranspose1_jk(nbb,A,tmp1,tmp2) argument
944 subroutine D3dBs_c_ptranspose2_jk(nbb,A,tmp1,tmp2) argument
1116 subroutine D3dBs_c_ptranspose_ijk(nbb,op,A,tmp1,tmp2) argument
2202 subroutine D3dBs_c_timereverse_start(nb,A,tmp1,tmp2, argument
2413 real tmp1(*),tmp2(*) local
2704 subroutine D3dBs_r_3to1_Expand(center,A,tmp1,tmp2) argument
[all …]
/dports/misc/libiio/libiio-0.21/
H A Dsort.c40 const struct iio_channel *tmp1 = *(struct iio_channel **)p1; in iio_channel_compare() local
41 const struct iio_channel *tmp2 = *(struct iio_channel **)p2; in iio_channel_compare() local
64 const struct iio_channel_attr *tmp1 = (struct iio_channel_attr *)p1; in iio_channel_attr_compare() local
65 const struct iio_channel_attr *tmp2 = (struct iio_channel_attr *)p2; in iio_channel_attr_compare() local
72 const struct iio_device *tmp1 = *(struct iio_device **)p1; in iio_device_compare() local
73 const struct iio_device *tmp2 = *(struct iio_device **)p2; in iio_device_compare() local
80 const char *tmp1 = *(const char **)p1; in iio_device_attr_compare() local
81 const char *tmp2 = *(const char **)p2; in iio_device_attr_compare() local
88 const char *tmp1 = *(const char **)p1; in iio_buffer_attr_compare() local
89 const char *tmp2 = *(const char **)p2; in iio_buffer_attr_compare() local
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t400_Classification/
H A Dfindclassifier1.m275 tmp1 = d(1-min(T(:))+T(CC.TI,:),cl==CL(1)); variable
277 tmp2 = d(1-min(T(:))+T(CC.TI,:),cl==CL(2)); variable
292 tmp1 = stat2(d(:,cl==CL(1)),2); variable
301 tmp1 = d(1-min(T(:))+T(CC.TI,:),cl==CL(1)); variable
303 tmp2 = d(1-min(T(:))+T(CC.TI,:),cl==CL(2)); variable
327 tmp1 = d(1-min(T(:))+T(CC.TI,:),cl==CL(1)); variable
329 tmp2 = d(1-min(T(:))+T(CC.TI,:),cl==CL(2)); variable
370 tmp1 = d(1-min(T(:))+T(CC.TI,:),cl==CL(1)); variable
372 tmp2 = d(1-min(T(:))+T(CC.TI,:),cl==CL(2)); variable
396 tmp1 = d(1-min(T(:))+T(CC.TI,:),cl==CL(1)); variable
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/src/basic/src/
H A DInstantiateIntersection.C45 const VectorSpace<V,M>* tmp1 = dynamic_cast<const VectorSpace<V,M>* >(&domain1); in InstantiateIntersection() local
46 const VectorSpace<V,M>* tmp2 = dynamic_cast<const VectorSpace<V,M>* >(&domain2); in InstantiateIntersection() local
71 const VectorSubset<V,M>* tmp1 = dynamic_cast<const VectorSubset<V,M>* >(&domain1); in InstantiateIntersection() local
72 const VectorSubset<V,M>* tmp2 = dynamic_cast<const VectorSubset<V,M>* >(&domain2); in InstantiateIntersection() local
110 const VectorSubset<V,M>* tmp1 = dynamic_cast<const VectorSubset<V,M>* >(&domain1); in InstantiateIntersection() local
111 const VectorSpace <V,M>* tmp2 = dynamic_cast<const VectorSpace <V,M>* >(&domain2); in InstantiateIntersection() local
133 const VectorSpace <V,M>* tmp1 = dynamic_cast<const VectorSpace <V,M>* >(&domain1); in InstantiateIntersection() local
134 const VectorSubset<V,M>* tmp2 = dynamic_cast<const VectorSubset<V,M>* >(&domain2); in InstantiateIntersection() local
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dreassoc-39.c59 float tmp1 = 7.5f; in f8() local
60 float tmp2 = __builtin_copysignf (2.0f, x); in f8() local
67 double tmp1 = 7.5; in f9() local
68 double tmp2 = __builtin_copysign (2.0, x); in f9() local
75 float tmp1 = 7.5f; in f10() local
76 float tmp2 = __builtin_copysignf (2.0f, x); in f10() local
84 double tmp1 = 7.5; in f11() local
85 double tmp2 = __builtin_copysign (2.0, x); in f11() local
93 float tmp1 = 7.5f; in f12() local
102 double tmp1 = 7.5; in f13() local
[all …]
/dports/math/calc/calc-2.14.0.14/
H A Dcomfunc.c696 COMPLEX *tmp1, *tmp2, *tmp3; in c_cosh() local
718 COMPLEX *tmp1, *tmp2, *tmp3; in c_sinh() local
740 COMPLEX *tmp1, *tmp2; in c_asin() local
754 COMPLEX *tmp1, *tmp2; in c_acos() local
776 COMPLEX *tmp1, *tmp2, *tmp3; in c_asinh() local
803 COMPLEX *tmp1, *tmp2; in c_acosh() local
864 COMPLEX *tmp1, *tmp2; in c_asec() local
875 COMPLEX *tmp1, *tmp2; in c_acsc() local
926 COMPLEX *tmp1, *tmp2; in c_asech() local
937 COMPLEX *tmp1, *tmp2; in c_acsch() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/lib/
H A Duaccess.c65 unsigned long tmp1, tmp2; in copy_from_user_mvcos() local
94 unsigned long tmp1, tmp2; in copy_from_user_mvcp() local
137 unsigned long tmp1, tmp2; in copy_to_user_mvcos() local
166 unsigned long tmp1, tmp2; in copy_to_user_mvcs() local
209 unsigned long tmp1, tmp2; in copy_in_user_mvcos() local
231 unsigned long tmp1; in copy_in_user_mvc() local
270 unsigned long tmp1, tmp2; in clear_user_mvcos() local
297 unsigned long tmp1, tmp2; in clear_user_xc() local
342 unsigned long tmp1, tmp2; in strnlen_user_srst() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/lib/
H A Duaccess.c65 unsigned long tmp1, tmp2; in copy_from_user_mvcos() local
94 unsigned long tmp1, tmp2; in copy_from_user_mvcp() local
137 unsigned long tmp1, tmp2; in copy_to_user_mvcos() local
166 unsigned long tmp1, tmp2; in copy_to_user_mvcs() local
209 unsigned long tmp1, tmp2; in copy_in_user_mvcos() local
231 unsigned long tmp1; in copy_in_user_mvc() local
270 unsigned long tmp1, tmp2; in clear_user_mvcos() local
297 unsigned long tmp1, tmp2; in clear_user_xc() local
342 unsigned long tmp1, tmp2; in strnlen_user_srst() local

12345678910>>...411