Home
last modified time | relevance | path

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

12

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/ElectronGas/
H A DElectronGasOrbitalBuilder.cpp49 ValueType rntype(0); in buildComponent() local
55 aAttrib.add(rntype, "primary"); in buildComponent()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfold-const.c3888 tree lntype, rntype, result; in fold_truthop() local
4157 rntype = (*lang_hooks.types.type_for_size) (rnbitsize, 1); in fold_truthop()
4166 lr_mask = const_binop (LSHIFT_EXPR, fold_convert (rntype, lr_mask), in fold_truthop()
4168 rr_mask = const_binop (LSHIFT_EXPR, fold_convert (rntype, rr_mask), in fold_truthop()
4185 rhs = make_bit_field_ref (lr_inner, rntype, rnbitsize, rnbitpos, in fold_truthop()
4188 rhs = build (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truthop()
4209 rhs = make_bit_field_ref (lr_inner, rntype, lr_bitsize + rr_bitsize, in fold_truthop()
4219 if (lntype != rntype) in fold_truthop()
4223 lhs = fold_convert (rntype, lhs); in fold_truthop()
4224 ll_mask = fold_convert (rntype, ll_mask); in fold_truthop()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dfold-const.c3888 tree lntype, rntype, result;
4157 rntype = (*lang_hooks.types.type_for_size) (rnbitsize, 1);
4166 lr_mask = const_binop (LSHIFT_EXPR, fold_convert (rntype, lr_mask),
4168 rr_mask = const_binop (LSHIFT_EXPR, fold_convert (rntype, rr_mask),
4185 rhs = make_bit_field_ref (lr_inner, rntype, rnbitsize, rnbitpos,
4188 rhs = build (BIT_AND_EXPR, rntype, rhs, lr_mask);
4209 rhs = make_bit_field_ref (lr_inner, rntype, lr_bitsize + rr_bitsize,
4219 if (lntype != rntype)
4223 lhs = fold_convert (rntype, lhs);
4224 ll_mask = fold_convert (rntype, ll_mask);
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Fermion/
H A DSlaterDetBuilder.cpp393 int rntype(0); in putDeterminant() local
398 aAttrib.add(rntype, "primary"); in putDeterminant()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dfold-const.c4725 tree lntype, rntype, result; in fold_truthop() local
4982 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truthop()
4991 lr_mask = const_binop (LSHIFT_EXPR, fold_convert (rntype, lr_mask), in fold_truthop()
4993 rr_mask = const_binop (LSHIFT_EXPR, fold_convert (rntype, rr_mask), in fold_truthop()
5010 rhs = make_bit_field_ref (lr_inner, rntype, rnbitsize, rnbitpos, in fold_truthop()
5013 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truthop()
5034 rhs = make_bit_field_ref (lr_inner, rntype, lr_bitsize + rr_bitsize, in fold_truthop()
5044 if (lntype != rntype) in fold_truthop()
5048 lhs = fold_convert (rntype, lhs); in fold_truthop()
5049 ll_mask = fold_convert (rntype, ll_mask); in fold_truthop()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5745 tree lntype, rntype, result; in fold_truth_andor_1() local
5999 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6009 rntype, lr_mask), in fold_truth_andor_1()
6012 rntype, rr_mask), in fold_truth_andor_1()
6034 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6037 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6064 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6076 if (lntype != rntype) in fold_truth_andor_1()
6080 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6081 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dfold-const.c5618 tree lntype, rntype, result; in fold_truth_andor_1() local
5873 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
5883 rntype, lr_mask), in fold_truth_andor_1()
5886 rntype, rr_mask), in fold_truth_andor_1()
5908 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
5911 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
5938 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
5950 if (lntype != rntype) in fold_truth_andor_1()
5954 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
5955 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dfold-const.c5722 tree lntype, rntype, result; in fold_truth_andor_1() local
5976 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
5986 rntype, lr_mask), in fold_truth_andor_1()
5989 rntype, rr_mask), in fold_truth_andor_1()
6011 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6014 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6041 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6053 if (lntype != rntype) in fold_truth_andor_1()
6057 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6058 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5745 tree lntype, rntype, result; in fold_truth_andor_1() local
5999 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6009 rntype, lr_mask), in fold_truth_andor_1()
6012 rntype, rr_mask), in fold_truth_andor_1()
6034 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6037 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6064 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6076 if (lntype != rntype) in fold_truth_andor_1()
6080 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6081 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5745 tree lntype, rntype, result; in fold_truth_andor_1() local
5999 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6009 rntype, lr_mask), in fold_truth_andor_1()
6012 rntype, rr_mask), in fold_truth_andor_1()
6034 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6037 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6064 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6076 if (lntype != rntype) in fold_truth_andor_1()
6080 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6081 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dfold-const.c5745 tree lntype, rntype, result; in fold_truth_andor_1() local
5999 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6009 rntype, lr_mask), in fold_truth_andor_1()
6012 rntype, rr_mask), in fold_truth_andor_1()
6034 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6037 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6064 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6076 if (lntype != rntype) in fold_truth_andor_1()
6080 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6081 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dfold-const.c5798 tree lntype, rntype, result; in fold_truth_andor_1() local
6052 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6062 rntype, lr_mask), in fold_truth_andor_1()
6065 rntype, rr_mask), in fold_truth_andor_1()
6087 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6090 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6117 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6129 if (lntype != rntype) in fold_truth_andor_1()
6133 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6134 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dfold-const.c5828 tree lntype, rntype, result; in fold_truth_andor_1() local
6082 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6092 rntype, lr_mask), in fold_truth_andor_1()
6095 rntype, rr_mask), in fold_truth_andor_1()
6117 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6120 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6147 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6159 if (lntype != rntype) in fold_truth_andor_1()
6163 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6164 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dfold-const.c5752 tree lntype, rntype, result; in fold_truth_andor_1() local
6006 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6016 rntype, lr_mask), in fold_truth_andor_1()
6019 rntype, rr_mask), in fold_truth_andor_1()
6041 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6044 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6071 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6083 if (lntype != rntype) in fold_truth_andor_1()
6087 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6088 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dfold-const.c5828 tree lntype, rntype, result; in fold_truth_andor_1() local
6082 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6092 rntype, lr_mask), in fold_truth_andor_1()
6095 rntype, rr_mask), in fold_truth_andor_1()
6117 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6120 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6147 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6159 if (lntype != rntype) in fold_truth_andor_1()
6163 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6164 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dfold-const.c5618 tree lntype, rntype, result; in fold_truth_andor_1() local
5873 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
5883 rntype, lr_mask), in fold_truth_andor_1()
5886 rntype, rr_mask), in fold_truth_andor_1()
5908 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
5911 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
5938 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
5950 if (lntype != rntype) in fold_truth_andor_1()
5954 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
5955 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfold-const.c6255 tree lntype, rntype, result; in fold_truth_andor_1() local
6509 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6519 rntype, lr_mask), in fold_truth_andor_1()
6522 rntype, rr_mask), in fold_truth_andor_1()
6544 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6547 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6574 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6586 if (lntype != rntype) in fold_truth_andor_1()
6590 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6591 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dfold-const.c6168 tree lntype, rntype, result; in fold_truth_andor_1() local
6422 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6432 rntype, lr_mask), in fold_truth_andor_1()
6435 rntype, rr_mask), in fold_truth_andor_1()
6457 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6460 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6487 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6499 if (lntype != rntype) in fold_truth_andor_1()
6503 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6504 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfold-const.c6231 tree lntype, rntype, result; in fold_truth_andor_1() local
6485 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6495 rntype, lr_mask), in fold_truth_andor_1()
6498 rntype, rr_mask), in fold_truth_andor_1()
6520 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6523 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6550 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6562 if (lntype != rntype) in fold_truth_andor_1()
6566 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6567 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dfold-const.c6175 tree lntype, rntype, result; in fold_truth_andor_1() local
6429 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6439 rntype, lr_mask), in fold_truth_andor_1()
6442 rntype, rr_mask), in fold_truth_andor_1()
6464 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6467 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6494 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6506 if (lntype != rntype) in fold_truth_andor_1()
6510 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6511 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfold-const.c6230 tree lntype, rntype, result; in fold_truth_andor_1() local
6484 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6494 rntype, lr_mask), in fold_truth_andor_1()
6497 rntype, rr_mask), in fold_truth_andor_1()
6519 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6522 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6549 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6561 if (lntype != rntype) in fold_truth_andor_1()
6565 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6566 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dfold-const.c6175 tree lntype, rntype, result; in fold_truth_andor_1() local
6429 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6439 rntype, lr_mask), in fold_truth_andor_1()
6442 rntype, rr_mask), in fold_truth_andor_1()
6464 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6467 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6494 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6506 if (lntype != rntype) in fold_truth_andor_1()
6510 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6511 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfold-const.c6230 tree lntype, rntype, result; in fold_truth_andor_1() local
6484 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
6494 rntype, lr_mask), in fold_truth_andor_1()
6497 rntype, rr_mask), in fold_truth_andor_1()
6519 rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
6522 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
6549 rhs = make_bit_field_ref (loc, lr_inner, lr_arg, rntype, in fold_truth_andor_1()
6561 if (lntype != rntype) in fold_truth_andor_1()
6565 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
6566 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dfold-const.c5157 tree lntype, rntype, result; in fold_truth_andor_1() local
5405 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
5415 rntype, lr_mask), in fold_truth_andor_1()
5418 rntype, rr_mask), in fold_truth_andor_1()
5435 rhs = make_bit_field_ref (loc, lr_inner, rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
5438 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
5460 rhs = make_bit_field_ref (loc, lr_inner, rntype, in fold_truth_andor_1()
5471 if (lntype != rntype) in fold_truth_andor_1()
5475 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
5476 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dfold-const.c5139 tree lntype, rntype, result; in fold_truth_andor_1() local
5387 rntype = lang_hooks.types.type_for_size (rnbitsize, 1); in fold_truth_andor_1()
5397 rntype, lr_mask), in fold_truth_andor_1()
5400 rntype, rr_mask), in fold_truth_andor_1()
5417 rhs = make_bit_field_ref (loc, lr_inner, rntype, rnbitsize, rnbitpos, in fold_truth_andor_1()
5420 rhs = build2 (BIT_AND_EXPR, rntype, rhs, lr_mask); in fold_truth_andor_1()
5442 rhs = make_bit_field_ref (loc, lr_inner, rntype, in fold_truth_andor_1()
5453 if (lntype != rntype) in fold_truth_andor_1()
5457 lhs = fold_convert_loc (loc, rntype, lhs); in fold_truth_andor_1()
5458 ll_mask = fold_convert_loc (loc, rntype, ll_mask); in fold_truth_andor_1()
[all …]

12