Home
last modified time | relevance | path

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

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/tce/ttlg/
H A Dfvigeneralolap.cu51 int toffset2 = texpr2[Id]; in fvinomgeneralolap_rem_coars() local
52 if(toffset2 % (shm2) < ilimitr && toffset2/shm2 < olimitr) in fvinomgeneralolap_rem_coars()
53 Btmp[bexpr[Id]+i*bcoars] = alpha* tile[toffset2] + beta * Btmp[bexpr[Id]+i*bcoars]; in fvinomgeneralolap_rem_coars()
70 int toffset2 = texpr2[Id]; in fvinomgeneralolap_main() local
71 Btmp[bexpr[Id]] =alpha* tile[toffset2] + beta*Btmp[bexpr[Id]]; in fvinomgeneralolap_main()
84 int toffset2 = texpr2[Id]; in fvinomgeneralolap_rem() local
85 if(toffset2 % (shm2) < ilimitr && toffset2/shm2 < olimitr) in fvinomgeneralolap_rem()
86 Btmp[bexpr[Id]] = alpha* tile[toffset2] + beta*Btmp[bexpr[Id]]; in fvinomgeneralolap_rem()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/tce/ttlg/
H A Dfvigeneralolap.cu51 int toffset2 = texpr2[Id]; in fvinomgeneralolap_rem_coars() local
52 if(toffset2 % (shm2) < ilimitr && toffset2/shm2 < olimitr) in fvinomgeneralolap_rem_coars()
53 Btmp[bexpr[Id]+i*bcoars] = alpha* tile[toffset2] + beta * Btmp[bexpr[Id]+i*bcoars]; in fvinomgeneralolap_rem_coars()
70 int toffset2 = texpr2[Id]; in fvinomgeneralolap_main() local
71 Btmp[bexpr[Id]] =alpha* tile[toffset2] + beta*Btmp[bexpr[Id]]; in fvinomgeneralolap_main()
84 int toffset2 = texpr2[Id]; in fvinomgeneralolap_rem() local
85 if(toffset2 % (shm2) < ilimitr && toffset2/shm2 < olimitr) in fvinomgeneralolap_rem()
86 Btmp[bexpr[Id]] = alpha* tile[toffset2] + beta*Btmp[bexpr[Id]]; in fvinomgeneralolap_rem()
/dports/math/cgal/CGAL-5.3/include/CGAL/ImageIO/
H A Dreech4x4_impl.h172 tpt -= toffset2; in Reech3DTriLin4x4_u8()
210 tpt += toffset2+1; in Reech3DTriLin4x4_u8()
336 tpt -= toffset2; in Reech3DTriLin4x4gb_u8()
378 tpt += toffset2+1; in Reech3DTriLin4x4gb_u8()
788 tpt -= toffset2; in Reech3DTriLin4x4_s8()
952 tpt -= toffset2; in Reech3DTriLin4x4gb_s8()
1405 tpt -= toffset2; in Reech3DTriLin4x4_u16()
1569 tpt -= toffset2; in Reech3DTriLin4x4gb_u16()
2022 tpt -= toffset2; in Reech3DTriLin4x4_s16()
2186 tpt -= toffset2; in Reech3DTriLin4x4gb_s16()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dfold-const.c11824 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
11827 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
11834 if (toffset1 && toffset2) in ptr_difference_const()
11837 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
11838 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
11840 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
11846 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c14523 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14526 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14534 if (toffset1 && toffset2) in ptr_difference_const()
14537 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14538 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14540 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14546 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfold-const.c14669 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14672 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14679 if (toffset1 && toffset2) in ptr_difference_const()
14682 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14683 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14685 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14691 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfold-const.c14496 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14499 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14507 if (toffset1 && toffset2) in ptr_difference_const()
14510 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14511 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14513 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14519 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c14523 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14526 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14534 if (toffset1 && toffset2) in ptr_difference_const()
14537 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14538 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14540 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14546 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c14523 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14526 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14534 if (toffset1 && toffset2) in ptr_difference_const()
14537 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14538 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14540 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14546 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c14523 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14526 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14534 if (toffset1 && toffset2) in ptr_difference_const()
14537 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14538 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14540 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14546 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfold-const.c14545 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14548 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14556 if (toffset1 && toffset2) in ptr_difference_const()
14559 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14560 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14562 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14568 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfold-const.c14581 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14584 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14592 if (toffset1 && toffset2) in ptr_difference_const()
14595 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14596 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14598 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14604 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfold-const.c14530 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14533 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14541 if (toffset1 && toffset2) in ptr_difference_const()
14544 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14545 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14547 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14553 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfold-const.c14581 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14584 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14592 if (toffset1 && toffset2) in ptr_difference_const()
14595 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14596 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14598 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14604 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfold-const.c14669 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
14672 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
14679 if (toffset1 && toffset2) in ptr_difference_const()
14682 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
14683 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
14685 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
14691 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfold-const.c16300 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
16303 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
16311 if (toffset1 && toffset2) in ptr_difference_const()
16314 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
16315 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
16317 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
16323 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfold-const.c15364 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
15367 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
15375 if (toffset1 && toffset2) in ptr_difference_const()
15378 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
15379 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
15381 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
15387 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfold-const.c16192 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
16195 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
16203 if (toffset1 && toffset2) in ptr_difference_const()
16206 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
16207 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
16209 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
16215 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfold-const.c15401 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
15404 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
15412 if (toffset1 && toffset2) in ptr_difference_const()
15415 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
15416 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
15418 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
15424 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfold-const.c16191 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
16194 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
16202 if (toffset1 && toffset2) in ptr_difference_const()
16205 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
16206 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
16208 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
16214 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfold-const.c15401 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
15404 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
15412 if (toffset1 && toffset2) in ptr_difference_const()
15415 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
15416 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
15418 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
15424 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfold-const.c16191 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
16194 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
16202 if (toffset1 && toffset2) in ptr_difference_const()
16205 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
16206 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
16208 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
16214 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dfold-const.c16889 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
16892 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
16899 if (toffset1 && toffset2) in ptr_difference_const()
16902 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
16903 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
16905 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
16911 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dfold-const.c16814 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
16817 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
16824 if (toffset1 && toffset2) in ptr_difference_const()
16827 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
16828 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
16830 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
16836 else if (toffset1 || toffset2) in ptr_difference_const()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dfold-const.c17024 tree toffset1, toffset2, tdiff, type; in ptr_difference_const() local
17027 core2 = split_address_to_core_and_offset (e2, &bitpos2, &toffset2); in ptr_difference_const()
17034 if (toffset1 && toffset2) in ptr_difference_const()
17037 if (type != TREE_TYPE (toffset2)) in ptr_difference_const()
17038 toffset2 = fold_convert (type, toffset2); in ptr_difference_const()
17040 tdiff = fold_build2 (MINUS_EXPR, type, toffset1, toffset2); in ptr_difference_const()
17046 else if (toffset1 || toffset2) in ptr_difference_const()