Home
last modified time | relevance | path

Searched refs:lsize (Results 1 – 25 of 2313) sorted by relevance

12345678910>>...93

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/qfitlib/src/
H A Dlinear_solver.F9090 lsize = size(A,1)
91 allocate( Atemp(lsize, lsize ) )
115 allocate( U(lsize, lsize) )
116 allocate( VT(lsize, lsize) )
121 call dgesvd( 'All', 'All', lsize, lsize, A, lsize, &
122 & S, U, lsize, VT, lsize, wrk, lwrk, info )
133 call dgesvd( 'A', 'A', lsize, lsize, A, lsize, &
134 & S, U, lsize, VT, lsize, wrk, lwrk, info )
144 call dgemv('T',lsize,lsize,1.0_dp,U,lsize,b,1,0.0_dp,c,1)
147 nsize = lsize
[all …]
/dports/devel/ga/ga-5.8/global/testing/
H A Dga_shift.F96 lsize = 1
98 lsize = 2*lsize
104 write(6,'(a,i8)') ' Testing block size of ',lsize*lsize
108 dims(1) = lsize
110 chunk(1) = lsize
133 do j = 1, lsize
140 hi(1) = lsize
154 bw = dble(8*lsize*lsize)/t_put
169 bw = dble(8*lsize*lsize)/(t_put+t_sync)
175 do j = 1, lsize
[all …]
/dports/math/gmp/gmp-6.2.1/mpz/
H A Dlucnum_ui.c125 lsize = xsize + ysize; in mpz_lucnum_ui()
126 lsize -= (c == 0); in mpz_lucnum_ui()
136 ASSERT (lalloc >= lsize+1); in mpz_lucnum_ui()
137 lp[lsize] = c; in mpz_lucnum_ui()
138 lsize += (c != 0); in mpz_lucnum_ui()
165 lsize = 1; in mpz_lucnum_ui()
168 mpn_trace (" l",lp, lsize)); in mpz_lucnum_ui()
180 mpn_sqr (xp, lp, lsize); in mpz_lucnum_ui()
181 lsize *= 2; in mpz_lucnum_ui()
182 lsize -= (xp[lsize-1] == 0); in mpz_lucnum_ui()
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/mpz/
H A Dlucnum_ui.c126 lsize = xsize + ysize; in mpz_lucnum_ui()
127 lsize -= (c == 0); in mpz_lucnum_ui()
137 ASSERT (lalloc >= lsize+1); in mpz_lucnum_ui()
138 lp[lsize] = c; in mpz_lucnum_ui()
139 lsize += (c != 0); in mpz_lucnum_ui()
166 lsize = 1; in mpz_lucnum_ui()
169 mpn_trace (" l",lp, lsize)); in mpz_lucnum_ui()
181 mpn_sqr (xp, lp, lsize); in mpz_lucnum_ui()
182 lsize *= 2; in mpz_lucnum_ui()
183 lsize -= (xp[lsize-1] == 0); in mpz_lucnum_ui()
[all …]
/dports/math/mpir/mpir-3.0.0/mpz/
H A Dlucnum_ui.c115 lsize = xsize + ysize; in mpz_lucnum_ui()
116 lsize -= (c == 0); in mpz_lucnum_ui()
126 ASSERT (lalloc >= lsize+1); in mpz_lucnum_ui()
127 lp[lsize] = c; in mpz_lucnum_ui()
128 lsize += (c != 0); in mpz_lucnum_ui()
155 lsize = 1; in mpz_lucnum_ui()
158 mpn_trace (" l",lp, lsize)); in mpz_lucnum_ui()
170 mpn_sqr (xp, lp, lsize); in mpz_lucnum_ui()
171 lsize *= 2; in mpz_lucnum_ui()
172 lsize -= (xp[lsize-1] == 0); in mpz_lucnum_ui()
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/mpz/
H A Dlucnum_ui.c126 lsize = xsize + ysize; in mpz_lucnum_ui()
127 lsize -= (c == 0); in mpz_lucnum_ui()
137 ASSERT (lalloc >= lsize+1); in mpz_lucnum_ui()
138 lp[lsize] = c; in mpz_lucnum_ui()
139 lsize += (c != 0); in mpz_lucnum_ui()
166 lsize = 1; in mpz_lucnum_ui()
169 mpn_trace (" l",lp, lsize)); in mpz_lucnum_ui()
181 mpn_sqr (xp, lp, lsize); in mpz_lucnum_ui()
182 lsize *= 2; in mpz_lucnum_ui()
183 lsize -= (xp[lsize-1] == 0); in mpz_lucnum_ui()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/mpz/
H A Dlucnum_ui.c125 lsize = xsize + ysize; in mpz_lucnum_ui()
126 lsize -= (c == 0); in mpz_lucnum_ui()
136 ASSERT (lalloc >= lsize+1); in mpz_lucnum_ui()
137 lp[lsize] = c; in mpz_lucnum_ui()
138 lsize += (c != 0); in mpz_lucnum_ui()
165 lsize = 1; in mpz_lucnum_ui()
168 mpn_trace (" l",lp, lsize)); in mpz_lucnum_ui()
180 mpn_sqr (xp, lp, lsize); in mpz_lucnum_ui()
181 lsize *= 2; in mpz_lucnum_ui()
182 lsize -= (xp[lsize-1] == 0); in mpz_lucnum_ui()
[all …]
/dports/math/elpa/elpa-2019.05.002/src/elpa2/qr/
H A Dqr_utils_template.F9069 lsize = 0
81 lsize = lsize - offset + 1
302 sendcount = lsize*fixedsize
317 work(sendoffset+(icol-1)*lsize:sendoffset+icol*lsize-1) = &
330 (0,lsize,lcols,work(sendoffset),lsize,work(work_offset),lwork)
335 do icol=1,lsize
344 work(sendoffset+(icol-1)*lsize:sendoffset+icol*lsize-1)
372 (0,lsize,lcols,work(recvoffset),lsize,work(work_offset),lwork)
377 do icol=1,lsize
386 work(recvoffset+(icol-1)*lsize:recvoffset+icol*lsize-1)
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/mips/cpu/
H A Dcpu.c55 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_cache() local
56 unsigned long addr = start_addr & ~(lsize - 1); in flush_cache()
64 addr += lsize; in flush_cache()
70 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range() local
71 unsigned long addr = start_addr & ~(lsize - 1); in flush_dcache_range()
72 unsigned long aend = (stop - 1) & ~(lsize - 1); in flush_dcache_range()
78 addr += lsize; in flush_dcache_range()
84 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range() local
85 unsigned long addr = start_addr & ~(lsize - 1); in invalidate_dcache_range()
86 unsigned long aend = (stop - 1) & ~(lsize - 1); in invalidate_dcache_range()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/mips/cpu/
H A Dcpu.c55 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_cache() local
56 unsigned long addr = start_addr & ~(lsize - 1); in flush_cache()
64 addr += lsize; in flush_cache()
70 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range() local
71 unsigned long addr = start_addr & ~(lsize - 1); in flush_dcache_range()
72 unsigned long aend = (stop - 1) & ~(lsize - 1); in flush_dcache_range()
78 addr += lsize; in flush_dcache_range()
84 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range() local
85 unsigned long addr = start_addr & ~(lsize - 1); in invalidate_dcache_range()
86 unsigned long aend = (stop - 1) & ~(lsize - 1); in invalidate_dcache_range()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/mips/cpu/
H A Dcpu.c55 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_cache() local
56 unsigned long addr = start_addr & ~(lsize - 1); in flush_cache()
64 addr += lsize; in flush_cache()
70 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range() local
71 unsigned long addr = start_addr & ~(lsize - 1); in flush_dcache_range()
72 unsigned long aend = (stop - 1) & ~(lsize - 1); in flush_dcache_range()
78 addr += lsize; in flush_dcache_range()
84 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range() local
85 unsigned long addr = start_addr & ~(lsize - 1); in invalidate_dcache_range()
86 unsigned long aend = (stop - 1) & ~(lsize - 1); in invalidate_dcache_range()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/mips/cpu/
H A Dcpu.c55 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_cache() local
56 unsigned long addr = start_addr & ~(lsize - 1); in flush_cache()
64 addr += lsize; in flush_cache()
70 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range() local
71 unsigned long addr = start_addr & ~(lsize - 1); in flush_dcache_range()
72 unsigned long aend = (stop - 1) & ~(lsize - 1); in flush_dcache_range()
78 addr += lsize; in flush_dcache_range()
84 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range() local
85 unsigned long addr = start_addr & ~(lsize - 1); in invalidate_dcache_range()
86 unsigned long aend = (stop - 1) & ~(lsize - 1); in invalidate_dcache_range()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/mips/cpu/
H A Dcpu.c55 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_cache() local
56 unsigned long addr = start_addr & ~(lsize - 1); in flush_cache()
64 addr += lsize; in flush_cache()
70 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range() local
71 unsigned long addr = start_addr & ~(lsize - 1); in flush_dcache_range()
72 unsigned long aend = (stop - 1) & ~(lsize - 1); in flush_dcache_range()
78 addr += lsize; in flush_dcache_range()
84 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range() local
85 unsigned long addr = start_addr & ~(lsize - 1); in invalidate_dcache_range()
86 unsigned long aend = (stop - 1) & ~(lsize - 1); in invalidate_dcache_range()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/mips/cpu/
H A Dcpu.c55 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_cache() local
56 unsigned long addr = start_addr & ~(lsize - 1); in flush_cache()
64 addr += lsize; in flush_cache()
70 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range() local
71 unsigned long addr = start_addr & ~(lsize - 1); in flush_dcache_range()
72 unsigned long aend = (stop - 1) & ~(lsize - 1); in flush_dcache_range()
78 addr += lsize; in flush_dcache_range()
84 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range() local
85 unsigned long addr = start_addr & ~(lsize - 1); in invalidate_dcache_range()
86 unsigned long aend = (stop - 1) & ~(lsize - 1); in invalidate_dcache_range()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/mips/cpu/
H A Dcpu.c55 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_cache() local
56 unsigned long addr = start_addr & ~(lsize - 1); in flush_cache()
64 addr += lsize; in flush_cache()
70 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range() local
71 unsigned long addr = start_addr & ~(lsize - 1); in flush_dcache_range()
72 unsigned long aend = (stop - 1) & ~(lsize - 1); in flush_dcache_range()
78 addr += lsize; in flush_dcache_range()
84 unsigned long lsize = CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range() local
85 unsigned long addr = start_addr & ~(lsize - 1); in invalidate_dcache_range()
86 unsigned long aend = (stop - 1) & ~(lsize - 1); in invalidate_dcache_range()
[all …]
/dports/mail/p5-MIME-Fast/MIME-Fast-1.6/cinclude/
H A Dgmime-newfunc.c8 guint lsize = 0; in get_content_length() local
18 lsize += get_content_length ( GMIME_OBJECT(child->data), method ); in get_content_length()
24 lsize = (mime_part->content && mime_part->content->stream) ? in get_content_length()
26 if ((method & GMIME_LENGTH_ENCODED) && lsize) { in get_content_length()
32 lsize = BASE64_ENCODE_LEN(lsize); in get_content_length()
35 lsize = QP_ENCODE_LEN(lsize); in get_content_length()
40lsize += get_content_length(GMIME_OBJECT((g_mime_message_part_get_message(GMIME_MESSAGE_PART(mime_… in get_content_length()
43lsize += get_content_length ( GMIME_OBJECT(GMIME_MESSAGE(mime_object)->mime_part), method ); in get_content_length()
46 return lsize; in get_content_length()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/pci/
H A Dpci.c28 unsigned int lsize; in pcibios_set_cache_line_size() local
34 lsize = cpu_dcache_line_size(); in pcibios_set_cache_line_size()
35 lsize = cpu_scache_line_size() ? : lsize; in pcibios_set_cache_line_size()
36 lsize = cpu_tcache_line_size() ? : lsize; in pcibios_set_cache_line_size()
38 BUG_ON(!lsize); in pcibios_set_cache_line_size()
40 pci_dfl_cache_line_size = lsize >> 2; in pcibios_set_cache_line_size()
42 pr_debug("PCI: pci_cache_line_size set to %d bytes\n", lsize); in pcibios_set_cache_line_size()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/pci/
H A Dpci.c28 unsigned int lsize; in pcibios_set_cache_line_size() local
34 lsize = cpu_dcache_line_size(); in pcibios_set_cache_line_size()
35 lsize = cpu_scache_line_size() ? : lsize; in pcibios_set_cache_line_size()
36 lsize = cpu_tcache_line_size() ? : lsize; in pcibios_set_cache_line_size()
38 BUG_ON(!lsize); in pcibios_set_cache_line_size()
40 pci_dfl_cache_line_size = lsize >> 2; in pcibios_set_cache_line_size()
42 pr_debug("PCI: pci_cache_line_size set to %d bytes\n", lsize); in pcibios_set_cache_line_size()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/pci/
H A Dpci.c28 unsigned int lsize; in pcibios_set_cache_line_size() local
34 lsize = cpu_dcache_line_size(); in pcibios_set_cache_line_size()
35 lsize = cpu_scache_line_size() ? : lsize; in pcibios_set_cache_line_size()
36 lsize = cpu_tcache_line_size() ? : lsize; in pcibios_set_cache_line_size()
38 BUG_ON(!lsize); in pcibios_set_cache_line_size()
40 pci_dfl_cache_line_size = lsize >> 2; in pcibios_set_cache_line_size()
42 pr_debug("PCI: pci_cache_line_size set to %d bytes\n", lsize); in pcibios_set_cache_line_size()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/include/asm/
H A Dr4kcache.h208 for (addr = start; addr < end; addr += lsize * 32) \
210 addr | ws, lsize); \
220 start += lsize * 32; \
235 for (addr = start; addr < end; addr += lsize * 32) \
237 addr | ws, lsize); \
269 start += lsize * 32; \
288 unsigned long lsize = cpu_##desc##_line_size(); \
289 unsigned long addr = start & ~(lsize - 1); \
290 unsigned long aend = (end - 1) & ~(lsize - 1); \
296 addr += lsize; \
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/include/asm/
H A Dr4kcache.h208 for (addr = start; addr < end; addr += lsize * 32) \
210 addr | ws, lsize); \
220 start += lsize * 32; \
235 for (addr = start; addr < end; addr += lsize * 32) \
237 addr | ws, lsize); \
269 start += lsize * 32; \
288 unsigned long lsize = cpu_##desc##_line_size(); \
289 unsigned long addr = start & ~(lsize - 1); \
290 unsigned long aend = (end - 1) & ~(lsize - 1); \
296 addr += lsize; \
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/include/asm/
H A Dr4kcache.h208 for (addr = start; addr < end; addr += lsize * 32) \
210 addr | ws, lsize); \
220 start += lsize * 32; \
235 for (addr = start; addr < end; addr += lsize * 32) \
237 addr | ws, lsize); \
269 start += lsize * 32; \
288 unsigned long lsize = cpu_##desc##_line_size(); \
289 unsigned long addr = start & ~(lsize - 1); \
290 unsigned long aend = (end - 1) & ~(lsize - 1); \
296 addr += lsize; \
[all …]
/dports/devel/p5-Sort-Key/Sort-Key-1.33/
H A DKey.xs152 IV lsize; in _keysort() local
178 lsize = lsizeof(SV*); in _keysort()
184 lsize = lsizeof(SV*); in _keysort()
190 lsize = lsizeof(NV); in _keysort()
196 lsize = lsizeof(IV); in _keysort()
202 lsize = lsizeof(UV); in _keysort()
220 lsize = lsizeof(NV); in _keysort()
226 lsize = lsizeof(IV); in _keysort()
232 lsize = lsizeof(UV); in _keysort()
300 IV lsize; member
[all …]
/dports/science/octopus/octopus-10.5/src/grid/
H A Dsymmetrizer.F9078 lsize(1:3) = TOFLOAT(mesh%idx%ll(1:3))
91 ASSERT(all(destpoint < lsize))
94 destpoint = destpoint - TOFLOAT(int(lsize)/2)
98 destpoint(idir) = destpoint(idir)/lsize(idir)
109 srcpoint(idir) = srcpoint(idir)*lsize(idir)
110 srcpoint_inv(idir) = srcpoint_inv(idir)*lsize(idir)
114 srcpoint = srcpoint + TOFLOAT(int(lsize)/2)
115 srcpoint_inv = srcpoint_inv + TOFLOAT(int(lsize)/2)
120 srcpoint(idir) = modulo(srcpoint(idir)+M_HALF*SYMPREC, lsize(idir))
127 ASSERT(all(srcpoint < lsize))
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/security/integrity/platform_certs/
H A Defi_parser.c50 size_t lsize, esize, hsize, elsize; in parse_efi_signature_list() local
61 lsize = list.signature_list_size; in parse_efi_signature_list()
64 elsize = lsize - sizeof(list) - hsize; in parse_efi_signature_list()
66 if (lsize > size) { in parse_efi_signature_list()
72 if (lsize < sizeof(list) || in parse_efi_signature_list()
73 lsize - sizeof(list) < hsize || in parse_efi_signature_list()
83 data += lsize; in parse_efi_signature_list()
84 size -= lsize; in parse_efi_signature_list()
85 offs += lsize; in parse_efi_signature_list()

12345678910>>...93