Home
last modified time | relevance | path

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

123

/dports/math/cppad/CppAD-20210000.8/include/cppad/local/sparse/
H A Dsvec_setvec.hpp1031 size_t this_target , in assignment() argument
1048 size_t post = post_[this_target]; in assignment()
1053 post_[this_target] = 0; in assignment()
1068 start_[this_target] = 0; in assignment()
1108 size_t this_target , in binary_union() argument
1146 size_t post = post_[this_target]; in binary_union()
1151 post_[this_target] = 0; in binary_union()
1156 start_[this_target] = start; in binary_union()
1267 size_t post = post_[this_target]; in binary_intersection()
1272 post_[this_target] = 0; in binary_intersection()
[all …]
H A Dlist_setvec.hpp1132 size_t this_target , in assignment() argument
1186 size_t number_drop = drop(this_target); in assignment()
1190 start_[this_target] = this_start; in assignment()
1210 size_t this_target , in binary_union() argument
1231 { assignment(this_target, this_left, *this); in binary_union()
1299 { assignment(this_target, this_left, *this); in binary_union()
1320 size_t number_drop = drop(this_target); in binary_union()
1354 size_t this_target , in binary_intersection() argument
1375 { clear(this_target); in binary_intersection()
1436 { assignment(this_target, this_left, *this); in binary_intersection()
[all …]
H A Dpack_setvec.hpp533 size_t this_target , in assignment() argument
539 { CPPAD_ASSERT_UNKNOWN( this_target < n_set_ ); in assignment()
542 size_t t = this_target * n_pack_; in assignment()
565 size_t this_target , in binary_union() argument
572 { CPPAD_ASSERT_UNKNOWN( this_target < n_set_ ); in binary_union()
577 size_t t = this_target * n_pack_; in binary_union()
601 size_t this_target , in binary_intersection() argument
608 { CPPAD_ASSERT_UNKNOWN( this_target < n_set_ ); in binary_intersection()
613 size_t t = this_target * n_pack_; in binary_intersection()
H A Dsetvector.omh156 If $icode this_target$$ and $icode other_source$$
159 %vec%.assignment(%this_target%, %other_source%, %other%)
161 sets the $icode this_target$$ set in $icode vec$$
166 It is OK (is an error) to have postings to $icode this_target$$
170 If $icode this_target$$, $icode this_left$$, and $icode other_right$$
174 %this_target%, %this_left%, %other_right%, %other%
177 sets the $icode this_target$$ set in $icode vec$$ equal to the union of
184 It is OK (is an error) to have postings to $icode this_target$$
188 If $icode this_target$$, $icode this_left$$, and $icode other_right$$
192 %this_target%, %this_left%, %other_right%, %other%
[all …]
/dports/math/SCIP/scip-7.0.3/src/cppad/local/
H A Dsparse_sizevec.hpp1022 size_t post = post_[this_target]; in assignment()
1027 post_[this_target] = 0; in assignment()
1034 start_[this_target] = other_start; in assignment()
1042 start_[this_target] = 0; in assignment()
1120 size_t post = post_[this_target]; in binary_union()
1125 post_[this_target] = 0; in binary_union()
1130 start_[this_target] = start; in binary_union()
1241 size_t post = post_[this_target]; in binary_intersection()
1246 post_[this_target] = 0; in binary_intersection()
1251 start_[this_target] = start; in binary_intersection()
[all …]
H A Dsparse_pack.hpp304 size_t this_target , in assignment() argument
307 { CPPAD_ASSERT_UNKNOWN( this_target < n_set_ ); in assignment()
310 size_t t = this_target * n_pack_; in assignment()
345 size_t this_target , in binary_union() argument
349 { CPPAD_ASSERT_UNKNOWN( this_target < n_set_ ); in binary_union()
354 size_t t = this_target * n_pack_; in binary_union()
390 size_t this_target , in binary_intersection() argument
394 { CPPAD_ASSERT_UNKNOWN( this_target < n_set_ ); in binary_intersection()
399 size_t t = this_target * n_pack_; in binary_intersection()
H A Dsparse_list.hpp995 size_t this_target , in assignment() argument
1046 size_t number_drop = drop(this_target); in assignment()
1050 start_[this_target] = this_start; in assignment()
1076 size_t this_target , in binary_union() argument
1093 { assignment(this_target, this_left, *this); in binary_union()
1153 size_t number_drop = drop(this_target); in binary_union()
1157 start_[this_target] = start; in binary_union()
1183 size_t this_target , in binary_intersection() argument
1236 start_[this_target] = start; in binary_intersection()
1267 size_t number_drop = drop(this_target); in binary_intersection()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/downgrade/
H A Ddowngrade_utils.cc80 const base::FilePath this_target = target.Append(name); in MoveContents() local
90 if (MoveWithoutFallback(path, this_target)) in MoveContents()
97 MoveContents(path, this_target, ExclusionPredicate()).value_or(0); in MoveContents()
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Dconfigure.in91 for this_target in $target $canon_targets ; do
93 targ=${this_target}
103 if test ${this_target} = $target ; then
112 if test ${this_target} = $target; then
144 if test ${this_target} = $target; then
158 if test ${this_target} = $target ; then
329 if test $this_target = $target ; then
362 if test $this_target = $target ; then
/dports/devel/gnulibiberty/binutils-2.37/gas/
H A Dconfigure.ac218 for this_target in $target $canon_targets ; do
220 targ=${this_target}
230 if test ${this_target} = $target ; then
245 if test ${this_target} = $target \
256 if test ${this_target} = $target \
272 if test ${this_target} = $target; then
282 if test ${this_target} = $target ; then
440 if test $this_target = $target ; then
579 if test $this_target = $target ; then
586 if test $this_target = $target ; then
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/gas/
H A Dconfigure.ac218 for this_target in $target $canon_targets ; do
220 targ=${this_target}
230 if test ${this_target} = $target ; then
245 if test ${this_target} = $target \
256 if test ${this_target} = $target \
272 if test ${this_target} = $target; then
282 if test ${this_target} = $target ; then
440 if test $this_target = $target ; then
579 if test $this_target = $target ; then
586 if test $this_target = $target ; then
[all …]
/dports/devel/binutils/binutils-2.37/gas/
H A Dconfigure.ac218 for this_target in $target $canon_targets ; do
220 targ=${this_target}
230 if test ${this_target} = $target ; then
245 if test ${this_target} = $target \
256 if test ${this_target} = $target \
272 if test ${this_target} = $target; then
282 if test ${this_target} = $target ; then
440 if test $this_target = $target ; then
579 if test $this_target = $target ; then
586 if test $this_target = $target ; then
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dconfigure.in118 for this_target in $target $canon_targets ; do
120 targ=${this_target}
130 if test ${this_target} = $target ; then
139 if test ${this_target} = $target; then
171 if test ${this_target} = $target; then
185 if test ${this_target} = $target ; then
337 if test $this_target = $target ; then
366 if test $this_target = $target ; then
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/
H A Dconfigure.ac172 for this_target in $target $canon_targets ; do
174 targ=${this_target}
184 if test ${this_target} = $target ; then
193 if test ${this_target} = $target; then
209 if test ${this_target} = $target \
229 if test ${this_target} = $target; then
243 if test ${this_target} = $target ; then
514 if test $this_target = $target ; then
561 if test $this_target = $target ; then
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/
H A Dconfigure.ac172 for this_target in $target $canon_targets ; do
174 targ=${this_target}
184 if test ${this_target} = $target ; then
193 if test ${this_target} = $target; then
209 if test ${this_target} = $target \
229 if test ${this_target} = $target; then
243 if test ${this_target} = $target ; then
514 if test $this_target = $target ; then
561 if test $this_target = $target ; then
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/lac/
H A Dslepc_solver.cc116 SolverBase::set_target_eigenvalue(const PetscScalar &this_target) in set_target_eigenvalue() argument
121 const PetscErrorCode ierr = EPSSetTarget(eps, this_target); in set_target_eigenvalue()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dconfigure.in115 for this_target in $target $canon_targets ; do
118 eval `echo $this_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
173 if test ${this_target} = $target ; then
299 if test ${this_target} = $target; then
430 if test ${this_target} = $target; then
530 if test ${this_target} = $target ; then
689 if test $this_target = $target ; then
718 if test $this_target = $target ; then
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dconfigure.in115 for this_target in $target $canon_targets ; do
118 eval `echo $this_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
173 if test ${this_target} = $target ; then
299 if test ${this_target} = $target; then
430 if test ${this_target} = $target; then
530 if test ${this_target} = $target ; then
689 if test $this_target = $target ; then
718 if test $this_target = $target ; then
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-cfgcleanup.c806 tree this_target = gimple_label_label (label_stmt); in maybe_dead_abnormal_edge_p() local
807 if (DECL_NONLOCAL (this_target)) in maybe_dead_abnormal_edge_p()
809 if (FORCED_LABEL (this_target)) in maybe_dead_abnormal_edge_p()
813 target = this_target; in maybe_dead_abnormal_edge_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-cfgcleanup.c806 tree this_target = gimple_label_label (label_stmt); in maybe_dead_abnormal_edge_p() local
807 if (DECL_NONLOCAL (this_target)) in maybe_dead_abnormal_edge_p()
809 if (FORCED_LABEL (this_target)) in maybe_dead_abnormal_edge_p()
813 target = this_target; in maybe_dead_abnormal_edge_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-cfgcleanup.c784 tree this_target = gimple_label_label (label_stmt); in maybe_dead_abnormal_edge_p() local
785 if (DECL_NONLOCAL (this_target)) in maybe_dead_abnormal_edge_p()
787 if (FORCED_LABEL (this_target)) in maybe_dead_abnormal_edge_p()
791 target = this_target; in maybe_dead_abnormal_edge_p()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-cfgcleanup.c784 tree this_target = gimple_label_label (label_stmt); in maybe_dead_abnormal_edge_p() local
785 if (DECL_NONLOCAL (this_target)) in maybe_dead_abnormal_edge_p()
787 if (FORCED_LABEL (this_target)) in maybe_dead_abnormal_edge_p()
791 target = this_target; in maybe_dead_abnormal_edge_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-cfgcleanup.c806 tree this_target = gimple_label_label (label_stmt); in maybe_dead_abnormal_edge_p() local
807 if (DECL_NONLOCAL (this_target)) in maybe_dead_abnormal_edge_p()
809 if (FORCED_LABEL (this_target)) in maybe_dead_abnormal_edge_p()
813 target = this_target; in maybe_dead_abnormal_edge_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-cfgcleanup.c784 tree this_target = gimple_label_label (label_stmt); in maybe_dead_abnormal_edge_p() local
785 if (DECL_NONLOCAL (this_target)) in maybe_dead_abnormal_edge_p()
787 if (FORCED_LABEL (this_target)) in maybe_dead_abnormal_edge_p()
791 target = this_target; in maybe_dead_abnormal_edge_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-cfgcleanup.c806 tree this_target = gimple_label_label (label_stmt); in maybe_dead_abnormal_edge_p() local
807 if (DECL_NONLOCAL (this_target)) in maybe_dead_abnormal_edge_p()
809 if (FORCED_LABEL (this_target)) in maybe_dead_abnormal_edge_p()
813 target = this_target; in maybe_dead_abnormal_edge_p()

123