Home
last modified time | relevance | path

Searched defs:ahi (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/lr_tddft_grad/
H A Dtddft_grad_compute_t.F197 subroutine tddft_transpatch(g_a,g_t,alo,ahi) argument
204 integer alo(3),ahi(3) local
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Ddbldblarith.h171 #define SCIPdbldblSum21(rhi, rlo, ahi, alo, b) \ argument
184 #define SCIPdbldblProd21(rhi, rlo, ahi, alo, b) \ argument
212 #define SCIPdbldblDiv21(rhi, rlo, ahi, alo, b) \ argument
228 #define SCIPdbldblProd22(rhi, rlo, ahi, alo, bhi, blo) \ argument
240 #define SCIPdbldblSum22(rhi, rlo, ahi, alo, bhi, blo) \ argument
249 #define SCIPdbldblSquare2(rhi, rlo, ahi, alo) \ argument
258 #define SCIPdbldblDiv22(rhi, rlo, ahi, alo, bhi, blo) \ argument
295 #define SCIPdbldblSqrt2(rhi, rlo, ahi, alo) \ argument
313 #define SCIPdbldblAbs2(rhi, rlo, ahi, alo) \ argument
328 #define SCIPdbldblFloor2(rhi, rlo, ahi, alo) \ argument
[all …]
/dports/textproc/py-zope.tal/zope.tal-3.6.1/src/zope/tal/
H A Dndiff.py237 def find_longest_match(self, alo, ahi, blo, bhi): argument
335 def __helper(self, alo, ahi, blo, bhi, answer): argument
423 def plain_replace(a, alo, ahi, b, blo, bhi): argument
439 def fancy_replace(a, alo, ahi, b, blo, bhi): argument
524 def fancy_helper(a, alo, ahi, b, blo, bhi): argument
/dports/devel/apitrace/apitrace-9.0/scripts/
H A Dtracediff.py320 def replace(self, alo, ahi, blo, bhi): argument
343 def replace_similar(self, alo, ahi, blo, bhi): argument
378 def replace_dissimilar(self, alo, ahi, blo, bhi): argument
402 def delete(self, alo, ahi, blo, bhi): argument
413 def insert(self, alo, ahi, blo, bhi): argument
423 def equal(self, alo, ahi, blo, bhi): argument
/dports/devel/avr-gdb/gdb-7.3.1/sim/common/
H A Dcgen-utils.c170 SI ahi = GETHIDI (a); local
181 SI ahi = GETHIDI (a); local
192 USI ahi = GETHIDI (a); local
204 USI ahi = GETHIDI (a); local
269 SI ahi = GETHIDI (a); local
284 SI ahi = GETHIDI (a); local
/dports/devel/gdb761/gdb-7.6.1/sim/common/
H A Dcgen-utils.c170 SI ahi = GETHIDI (a); local
181 SI ahi = GETHIDI (a); local
192 USI ahi = GETHIDI (a); local
204 USI ahi = GETHIDI (a); local
269 SI ahi = GETHIDI (a); local
284 SI ahi = GETHIDI (a); local
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dcgen-utils.c170 SI ahi = GETHIDI (a); local
181 SI ahi = GETHIDI (a); local
192 USI ahi = GETHIDI (a); local
204 USI ahi = GETHIDI (a); local
269 SI ahi = GETHIDI (a); local
284 SI ahi = GETHIDI (a); local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/common/
H A Dcgen-utils.c170 SI ahi = GETHIDI (a); local
181 SI ahi = GETHIDI (a); local
192 USI ahi = GETHIDI (a); local
204 USI ahi = GETHIDI (a); local
269 SI ahi = GETHIDI (a); local
284 SI ahi = GETHIDI (a); local
/dports/devel/ga/ga-5.8/global/testing/unit-tests/
H A Dga_fillpatch.c19 int dims[DIM]={SIZE,SIZE}, alo[DIM]={1,1}, ahi[DIM]={2,2}, ld=5; in fillandscale() local
45 int dims[DIM]={SIZE,SIZE}, alo[DIM]={1,1}, ahi[DIM]={2,2}, ld=5; in fillonly() local
H A Dga_add_constantpatch.c23 int alo[DIM]={2,2}, ahi[DIM]={3,3}, ld=SIZ; in main() local
H A Dga_fillpatch1.c21 int dims[DIM]={5,5}, alo[DIM]={1,1}, ahi[DIM]={3,2}, blo[DIM]={1,1}, bhi[DIM]={2,3}, ld=5; in main() local
H A Dga_copypatch2.c24 int dims[DIM]={SIZE,SIZE}, alo[DIM]={0,0}, ahi[DIM]={3,3}, blo[DIM]={0,0}, bhi[DIM]={3,3}, ld=5; in main() local
H A Dga_copypatch.c23 int dims[DIM]={SIZE,SIZE}, alo[DIM]={0,0}, ahi[DIM]={3,3}, blo[DIM]={0,0}, bhi[DIM]={3,3}, ld=5; in main() local
H A Dga_zeropatch.c24 int dims[DIM]={5,5}, alo[DIM]={1,1}, ahi[DIM]={3,2}, blo[DIM]={1,1}, bhi[DIM]={2,3}, ld=5; in main() local
H A Dga_zeropatch2.c24 …int dims[DIM]={SIZE,SIZE}, alo[DIM]={0,0}, ahi[DIM]={SIZE-1,SIZE-1}, blo[DIM]={0,0}, bhi[DIM]={4,4… in main() local
/dports/devel/codeville/codeville-0.1.18/Codeville/
H A Dmergelcs.py13 def unique_lcs(a, b, alo, ahi, blo, bhi): argument
118 def recurse(a, b, alo, ahi, blo, bhi, answer, maxrecursion=20): argument
/dports/devel/ga/ga-5.8/cca/ga_cca_classic/
H A DGlobalArray.cxx105 const GA::GlobalArray * g_a, int alo[], int ahi[], in addPatch()
130 int ahi[], int blo[], int bhi[]) const { in copyPatch()
140 GA::GlobalArray::ddotPatch(char ta, int alo[], int ahi[], in ddotPatch()
198 GA::GlobalArray::fdotPatch(char t_a, int alo[], int ahi[], in fdotPatch()
236 GA::GlobalArray::idotPatch(char ta, int alo[], int ahi[], in idotPatch()
292 const GA::GlobalArray *g_a, int *alo, int *ahi, in matmulPatch()
434 GA::GlobalArray::zdotPatch(char ta, int alo[], int ahi[], in zdotPatch()
523 GA::GlobalArray::stepMaxPatch(int *alo, int *ahi, in stepMaxPatch()
531 int *alo,int *ahi, in elemMultiplyPatch()
549 int *alo,int *ahi, in elemMaximumPatch()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/diff/
H A Dview.py756 def equal(self, alo, ahi, blo, bhi): argument
762 def delete(self, alo, ahi, blo, bhi): argument
768 def insert(self, alo, ahi, blo, bhi): argument
774 def trim_identical_leading_lines(self, alo, ahi, blo, bhi): argument
789 def replace(self, alo, ahi, blo, bhi): argument
859 def replace_helper(self, alo, ahi, blo, bhi): argument
868 def do_replace(self, alo, ahi, blo, bhi): argument
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/
H A Dlong_extras.h37 ulong ahi, alo; in z_mul_checked() local
/dports/math/e-antic/flint2-ae7ec89/
H A Dlong_extras.h37 ulong ahi, alo; in z_mul_checked() local
/dports/devel/ga/ga-5.8/ga++/src/
H A DGlobalArray.cc243 const GA::GlobalArray * g_a, int alo[], int ahi[], in addPatch()
288 int ahi[], int blo[], int bhi[]) const { in copyPatch()
304 GA::GlobalArray::ddotPatch(char ta, int alo[], int ahi[], in ddotPatch()
560 const GA::GlobalArray *g_a, int *alo, int *ahi, in matmulPatch()
1287 GA::GlobalArray::stepMaxPatch(int *alo, int *ahi, in stepMaxPatch()
1302 int *alo,int *ahi, in elemMultiplyPatch()
1312 int64_t *alo,int64_t *ahi, in elemMultiplyPatch()
1338 int *alo,int *ahi, in elemMaximumPatch()
1348 int64_t *alo, int64_t *ahi, in elemMaximumPatch()
1358 int *alo,int *ahi, in elemMinimumPatch()
[all …]
/dports/math/flint2/flint-2.8.4/fmpz/
H A Dcmp2abs.c21 mp_limb_t xhi, ahi; in flint_mpn_cmp2abs() local
/dports/devel/ga/ga-5.8/global/src/
H A Dcomplex.F81 integer g_a, alo, ahi local
109 integer g_a, alo, ahi local
H A Delem_alg.c1823 static void ngai_elem2_patch_(g_a, alo, ahi, g_b, blo, bhi, in ngai_elem2_patch_() argument
2243 Integer alo[MAXDIM],ahi[MAXDIM]; in pnga_elem_multiply() local
2274 Integer alo[MAXDIM],ahi[MAXDIM]; in pnga_elem_divide() local
2308 Integer alo[MAXDIM],ahi[MAXDIM]; in pnga_elem_maximum() local
2340 Integer alo[MAXDIM],ahi[MAXDIM]; in pnga_elem_minimum() local
2375 void pnga_elem_divide_patch(Integer g_a,Integer *alo,Integer *ahi, in pnga_elem_divide_patch()
2405 void pnga_step_mask_patch(Integer g_a,Integer *alo,Integer *ahi, in pnga_step_mask_patch()
2415 void pnga_elem_maximum_patch(Integer g_a,Integer *alo,Integer *ahi, in pnga_elem_maximum_patch()
2835 static Integer has_negative_elem(g_a, alo, ahi) in has_negative_elem() argument
3487 void pnga_step_max_patch(g_a, alo, ahi, g_b, blo, bhi, result) in pnga_step_max_patch() argument
[all …]
/dports/devel/libowfat/libowfat-0.32/mult/
H A Dumult64.c25 uint32 ahi=a>>32; in umult64() local

12345678910