Home
last modified time | relevance | path

Searched refs:a_i (Results 1 – 25 of 1502) sorted by relevance

12345678910>>...61

/dports/math/blasfeo/blasfeo-0.1.2/kernel/avx2/
H A Dkernel_dgetrf_pivot_lib.c229 a_i = _mm256_fnmadd_pd( a_0, u_2, a_i ); in kernel_dgetrf_pivot_12_lib()
233 a_i = _mm256_fnmadd_pd( a_0, u_3, a_i ); in kernel_dgetrf_pivot_12_lib()
237 a_i = _mm256_fnmadd_pd( a_0, u_4, a_i ); in kernel_dgetrf_pivot_12_lib()
241 a_i = _mm256_fnmadd_pd( a_0, u_5, a_i ); in kernel_dgetrf_pivot_12_lib()
245 a_i = _mm256_fnmadd_pd( a_0, u_6, a_i ); in kernel_dgetrf_pivot_12_lib()
249 a_i = _mm256_fnmadd_pd( a_0, u_7, a_i ); in kernel_dgetrf_pivot_12_lib()
253 a_i = _mm256_fnmadd_pd( a_0, u_8, a_i ); in kernel_dgetrf_pivot_12_lib()
257 a_i = _mm256_fnmadd_pd( a_0, u_9, a_i ); in kernel_dgetrf_pivot_12_lib()
261 a_i = _mm256_fnmadd_pd( a_0, u_10, a_i ); in kernel_dgetrf_pivot_12_lib()
265 a_i = _mm256_fnmadd_pd( a_0, u_11, a_i ); in kernel_dgetrf_pivot_12_lib()
[all …]
H A Dkernel_dgetrf_pivot_lib4.c249 a_i = _mm256_fnmadd_pd( a_0, u_2, a_i ); in kernel_dgetrf_pivot_12_lib4()
253 a_i = _mm256_fnmadd_pd( a_0, u_3, a_i ); in kernel_dgetrf_pivot_12_lib4()
257 a_i = _mm256_fnmadd_pd( a_0, u_4, a_i ); in kernel_dgetrf_pivot_12_lib4()
261 a_i = _mm256_fnmadd_pd( a_0, u_5, a_i ); in kernel_dgetrf_pivot_12_lib4()
265 a_i = _mm256_fnmadd_pd( a_0, u_6, a_i ); in kernel_dgetrf_pivot_12_lib4()
269 a_i = _mm256_fnmadd_pd( a_0, u_7, a_i ); in kernel_dgetrf_pivot_12_lib4()
273 a_i = _mm256_fnmadd_pd( a_0, u_8, a_i ); in kernel_dgetrf_pivot_12_lib4()
277 a_i = _mm256_fnmadd_pd( a_0, u_9, a_i ); in kernel_dgetrf_pivot_12_lib4()
281 a_i = _mm256_fnmadd_pd( a_0, u_10, a_i ); in kernel_dgetrf_pivot_12_lib4()
285 a_i = _mm256_fnmadd_pd( a_0, u_11, a_i ); in kernel_dgetrf_pivot_12_lib4()
[all …]
/dports/math/blasfeo/blasfeo-0.1.2/kernel/avx/
H A Dkernel_dgetrf_pivot_lib.c227 a_i = _mm256_sub_pd( a_i, tmp ); in kernel_dgetrf_pivot_8_lib()
232 a_i = _mm256_sub_pd( a_i, tmp ); in kernel_dgetrf_pivot_8_lib()
237 a_i = _mm256_sub_pd( a_i, tmp ); in kernel_dgetrf_pivot_8_lib()
242 a_i = _mm256_sub_pd( a_i, tmp ); in kernel_dgetrf_pivot_8_lib()
247 a_i = _mm256_sub_pd( a_i, tmp ); in kernel_dgetrf_pivot_8_lib()
252 a_i = _mm256_sub_pd( a_i, tmp ); in kernel_dgetrf_pivot_8_lib()
277 a_i = _mm256_sub_pd( a_i, tmp ); in kernel_dgetrf_pivot_8_lib()
282 a_i = _mm256_sub_pd( a_i, tmp ); in kernel_dgetrf_pivot_8_lib()
287 a_i = _mm256_sub_pd( a_i, tmp ); in kernel_dgetrf_pivot_8_lib()
431 a_i = _mm256_sub_pd( a_i, tmp ); in kernel_dgetrf_pivot_8_lib()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-symv/
H A Dsymv-support.c18 float *a_i = a; in ssy_commit_row() local
39 a_i[ai] = a_elem; in ssy_commit_row()
44 a_i[ai] = a_elem; in ssy_commit_row()
62 double *a_i = a; in dsy_commit_row() local
83 a_i[ai] = a_elem; in dsy_commit_row()
88 a_i[ai] = a_elem; in dsy_commit_row()
203 const float *a_i = a; in ssy_copy_row() local
223 a_elem = a_i[ai]; in ssy_copy_row()
228 a_elem = a_i[ai]; in ssy_copy_row()
267 a_elem = a_i[ai]; in dsy_copy_row()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-tpmv/
H A Dtpmv-support.c34 const float *a_i = a; in stpmv_copy_row() local
52 tmp = a_i[ind]; in stpmv_copy_row()
68 tmp = a_i[ind]; in stpmv_copy_row()
85 tmp = a_i[ind]; in stpmv_copy_row()
96 tmp = a_i[ind]; in stpmv_copy_row()
155 tmp = a_i[ind]; in dtpmv_copy_row()
171 tmp = a_i[ind]; in dtpmv_copy_row()
188 tmp = a_i[ind]; in dtpmv_copy_row()
199 tmp = a_i[ind]; in dtpmv_copy_row()
465 float *a_i = a; in stpmv_commit_row() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) call abort()
45 if (o2%a_i /= 2) call abort()
57 if (o2%a_i /= 2) call abort()
69 if (o2%a_i /= 2) call abort()
83 if (o2%a_i /= 2) call abort()
102 if (o2%a_i /= 2) call abort()
123 if (o2%a_i /= 2) call abort()
151 allocate (o3%a_i, source=2)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) call abort()
45 if (o2%a_i /= 2) call abort()
57 if (o2%a_i /= 2) call abort()
69 if (o2%a_i /= 2) call abort()
83 if (o2%a_i /= 2) call abort()
102 if (o2%a_i /= 2) call abort()
123 if (o2%a_i /= 2) call abort()
151 allocate (o3%a_i, source=2)
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_deep_copy_1.f0317 integer, allocatable :: a_i component
32 allocate (o1%a_i, source=2)
36 if (o2%a_i /= 2) STOP 7
45 if (o2%a_i /= 2) STOP 12
57 if (o2%a_i /= 2) STOP 20
69 if (o2%a_i /= 2) STOP 29
83 if (o2%a_i /= 2) STOP 39
102 if (o2%a_i /= 2) STOP 54
123 if (o2%a_i /= 2) STOP 71
155 if (o4%a_i /= 2) STOP 94
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-hpmv/
H A Dhpmv-support.c25 tmp[0] = a_i[ind]; in chpmv_copy_row()
26 tmp[1] = a_i[ind + 1]; in chpmv_copy_row()
37 tmp[0] = a_i[ind]; in chpmv_copy_row()
54 tmp[0] = a_i[ind]; in chpmv_copy_row()
66 tmp[0] = a_i[ind]; in chpmv_copy_row()
101 tmp[0] = a_i[ind]; in zhpmv_copy_row()
113 tmp[0] = a_i[ind]; in zhpmv_copy_row()
130 tmp[0] = a_i[ind]; in zhpmv_copy_row()
142 tmp[0] = a_i[ind]; in zhpmv_copy_row()
184 a_i[ind] = tmp[0]; in chpmv_commit_row()
[all …]
/dports/math/xblas/xblas-1.0.248/testing/test-spmv/
H A Dspmv-support.c35 const float *a_i = a; in sspmv_copy_row() local
47 tmp = a_i[ind]; in sspmv_copy_row()
54 tmp = a_i[ind]; in sspmv_copy_row()
63 tmp = a_i[ind]; in sspmv_copy_row()
70 tmp = a_i[ind]; in sspmv_copy_row()
119 tmp = a_i[ind]; in dspmv_copy_row()
126 tmp = a_i[ind]; in dspmv_copy_row()
135 tmp = a_i[ind]; in dspmv_copy_row()
142 tmp = a_i[ind]; in dspmv_copy_row()
340 float *a_i = a; in sspmv_commit_row() local
[all …]

12345678910>>...61