Home
last modified time | relevance | path

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

12345678910>>...441

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/arm/
H A Dv8fpsimd_t.stdout.exp1 randV128: doing v->u32[3] = v->u32[2]
6 randV128: doing v->u32[3] = v->u32[2]
12 randV128: doing v->u32[0] = v->u32[2]
14 randV128: doing v->u32[3] = v->u32[0]
16 randV128: doing v->u32[0] = v->u32[2]
20 randV128: doing v->u32[3] = v->u32[1]
22 randV128: doing v->u32[2] = v->u32[0]
24 randV128: doing v->u32[0] = v->u32[2]
25 randV128: doing v->u32[2] = v->u32[0]
36 randV128: doing v->u32[0] = v->u32[3]
[all …]
H A Dv8fpsimd_a.stdout.exp1 randV128: doing v->u32[3] = v->u32[2]
6 randV128: doing v->u32[3] = v->u32[2]
12 randV128: doing v->u32[0] = v->u32[2]
14 randV128: doing v->u32[3] = v->u32[0]
16 randV128: doing v->u32[0] = v->u32[2]
20 randV128: doing v->u32[3] = v->u32[1]
22 randV128: doing v->u32[2] = v->u32[0]
24 randV128: doing v->u32[0] = v->u32[2]
25 randV128: doing v->u32[2] = v->u32[0]
36 randV128: doing v->u32[0] = v->u32[3]
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/arm/
H A Dv8fpsimd_a.stdout.exp1 randV128: doing v->u32[3] = v->u32[2]
6 randV128: doing v->u32[3] = v->u32[2]
12 randV128: doing v->u32[0] = v->u32[2]
14 randV128: doing v->u32[3] = v->u32[0]
16 randV128: doing v->u32[0] = v->u32[2]
20 randV128: doing v->u32[3] = v->u32[1]
22 randV128: doing v->u32[2] = v->u32[0]
24 randV128: doing v->u32[0] = v->u32[2]
25 randV128: doing v->u32[2] = v->u32[0]
36 randV128: doing v->u32[0] = v->u32[3]
[all …]
H A Dv8fpsimd_t.stdout.exp1 randV128: doing v->u32[3] = v->u32[2]
6 randV128: doing v->u32[3] = v->u32[2]
12 randV128: doing v->u32[0] = v->u32[2]
14 randV128: doing v->u32[3] = v->u32[0]
16 randV128: doing v->u32[0] = v->u32[2]
20 randV128: doing v->u32[3] = v->u32[1]
22 randV128: doing v->u32[2] = v->u32[0]
24 randV128: doing v->u32[0] = v->u32[2]
25 randV128: doing v->u32[2] = v->u32[0]
36 randV128: doing v->u32[0] = v->u32[3]
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-descent.cpp43 if (mpz_cmp(doing.p, v.p) == 0) in register_contending_relation()
103 for(int i = 0 ; i < doing.depth ; i++) { in postprocess_specialq_descent()
117 (mpz_srcptr) doing.p, in postprocess_specialq_descent()
118 (mpz_srcptr) doing.r); in postprocess_specialq_descent()
134 unsigned int n = mpz_sizeinbase(doing.p, 2); in postprocess_specialq_descent()
135 …verbose_output_print (0, 1, "# taking path: %d@%d -> loop (#%d)", n, doing.side, doing.iteration +… in postprocess_specialq_descent()
137 (mpz_srcptr) doing.p, in postprocess_specialq_descent()
138 (mpz_srcptr) doing.r); in postprocess_specialq_descent()
140 (mpz_srcptr) doing.p, in postprocess_specialq_descent()
141 (mpz_srcptr) doing.r, n, doing.side, doing.iteration); in postprocess_specialq_descent()
[all …]
H A Dlas-choose-sieve-area.cpp25 las_todo_entry const & doing, in choose_sieve_area() argument
55 doing.side, in choose_sieve_area()
56 (mpz_srcptr) doing.p, in choose_sieve_area()
57 (mpz_srcptr) doing.r); in choose_sieve_area()
98 doing.side, in choose_sieve_area()
99 (mpz_srcptr) doing.p, in choose_sieve_area()
100 (mpz_srcptr) doing.r, in choose_sieve_area()
132 doing.side, in choose_sieve_area()
133 (mpz_srcptr) doing.p, in choose_sieve_area()
160 las_todo_entry const & doing, in choose_sieve_area() argument
[all …]
H A Dlas-todo-entry.cpp67 os << "side-" << doing.side << " q=" << doing.p; in operator <<()
68 if (!doing.is_prime()) { in operator <<()
70 for(auto const & p : doing.prime_factors) { in operator <<()
75 os << "; rho=" << doing.r; in operator <<()
101 doing = las_todo_entry(); in operator >>()
102 is >> std::ws >> expect("side-") >> doing.side; in operator >>()
112 iss >> doing.p; in operator >>()
120 doing.prime_factors.push_back(g); in operator >>()
122 if (doing.prime_factors.empty()) in operator >>()
123 doing.find_prime_factors(); in operator >>()
[all …]
H A Ddupsup.cpp23 dupsup (FILE *output, relation & rel, las_todo_entry const& doing, const int is_dupe) in dupsup() argument
27 (mpz_srcptr) doing.p, in dupsup()
28 (mpz_srcptr) doing.r, doing.side); in dupsup()
36 read_sq_comment(las_todo_entry & doing, const char *line) in read_sq_comment() argument
46 doing = las_todo_entry(p, r, side); in read_sq_comment()
168 las_todo_entry doing; in main() local
181 if (read_sq_comment(doing, line)) { in main()
194 if (las.dupqmin[doing.side] == ULONG_MAX) in main()
195 las.dupqmin[doing.side] = las.config_pool.base.sides[doing.side].lim; in main()
202 int is_dupe = relation_is_duplicate(rel, doing, las); in main()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Dmysqlcheck.result43 note : Table does not support optimize, doing recreate + analyze instead
46 note : Table does not support optimize, doing recreate + analyze instead
49 note : Table does not support optimize, doing recreate + analyze instead
52 note : Table does not support optimize, doing recreate + analyze instead
55 note : Table does not support optimize, doing recreate + analyze instead
58 note : Table does not support optimize, doing recreate + analyze instead
61 note : Table does not support optimize, doing recreate + analyze instead
64 note : Table does not support optimize, doing recreate + analyze instead
69 note : Table does not support optimize, doing recreate + analyze instead
73 note : Table does not support optimize, doing recreate + analyze instead
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/jacoco-operator/org/jacoco/operator/
H A DMain.java123 String doing = null; in proceedMerge() local
129 doing = null; in proceedMerge()
137 doing = null; in proceedMerge()
140 if (doing == null) { in proceedMerge()
174 String doing = null; in proceedReport() local
184 doing = null; in proceedReport()
189 doing = xml_output; in proceedReport()
191 doing = input_srcs; in proceedReport()
195 doing = title; in proceedReport()
200 doing = null; in proceedReport()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmBuildCommand.cxx40 Doing doing = DoingNone; in MainSignature() local
43 doing = DoingConfiguration; in MainSignature()
45 doing = DoingProjectName; in MainSignature()
47 doing = DoingTarget; in MainSignature()
49 doing = DoingParallel; in MainSignature()
51 doing = DoingNone; in MainSignature()
54 doing = DoingNone; in MainSignature()
56 } else if (doing == DoingTarget) { in MainSignature()
57 doing = DoingNone; in MainSignature()
59 } else if (doing == DoingParallel) { in MainSignature()
[all …]
H A DcmAddTestCommand.cxx74 Doing doing = DoingName; in cmAddTestCommandHandleNameMode() local
81 doing = DoingCommand; in cmAddTestCommandHandleNameMode()
87 doing = DoingConfigs; in cmAddTestCommandHandleNameMode()
93 doing = DoingWorkingDirectory; in cmAddTestCommandHandleNameMode()
100 doing = DoingNone; in cmAddTestCommandHandleNameMode()
101 } else if (doing == DoingName) { in cmAddTestCommandHandleNameMode()
103 doing = DoingNone; in cmAddTestCommandHandleNameMode()
104 } else if (doing == DoingCommand) { in cmAddTestCommandHandleNameMode()
106 } else if (doing == DoingConfigs) { in cmAddTestCommandHandleNameMode()
108 } else if (doing == DoingWorkingDirectory) { in cmAddTestCommandHandleNameMode()
[all …]
H A DcmDefinePropertyCommand.cxx56 Doing doing = DoingNone; in cmDefinePropertyCommand() local
59 doing = DoingProperty; in cmDefinePropertyCommand()
61 doing = DoingBrief; in cmDefinePropertyCommand()
63 doing = DoingFull; in cmDefinePropertyCommand()
65 doing = DoingNone; in cmDefinePropertyCommand()
67 } else if (doing == DoingProperty) { in cmDefinePropertyCommand()
68 doing = DoingNone; in cmDefinePropertyCommand()
70 } else if (doing == DoingBrief) { in cmDefinePropertyCommand()
72 } else if (doing == DoingFull) { in cmDefinePropertyCommand()
H A DcmAddCustomCommandCommand.cxx79 tdoing doing = doing_nothing; in cmAddCustomCommandCommand() local
132 doing = doing_source; in cmAddCustomCommandCommand()
134 doing = doing_command; in cmAddCustomCommandCommand()
156 doing = doing_target; in cmAddCustomCommandCommand()
160 doing = doing_depends; in cmAddCustomCommandCommand()
162 doing = doing_outputs; in cmAddCustomCommandCommand()
164 doing = doing_output; in cmAddCustomCommandCommand()
174 doing = doing_comment; in cmAddCustomCommandCommand()
176 doing = doing_depfile; in cmAddCustomCommandCommand()
187 switch (doing) { in cmAddCustomCommandCommand()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmBuildCommand.cxx40 Doing doing = DoingNone; in MainSignature() local
43 doing = DoingConfiguration; in MainSignature()
45 doing = DoingProjectName; in MainSignature()
47 doing = DoingTarget; in MainSignature()
49 doing = DoingParallel; in MainSignature()
51 doing = DoingNone; in MainSignature()
54 doing = DoingNone; in MainSignature()
56 } else if (doing == DoingTarget) { in MainSignature()
57 doing = DoingNone; in MainSignature()
59 } else if (doing == DoingParallel) { in MainSignature()
[all …]
H A DcmAddTestCommand.cxx74 Doing doing = DoingName; in cmAddTestCommandHandleNameMode() local
81 doing = DoingCommand; in cmAddTestCommandHandleNameMode()
87 doing = DoingConfigs; in cmAddTestCommandHandleNameMode()
93 doing = DoingWorkingDirectory; in cmAddTestCommandHandleNameMode()
100 doing = DoingNone; in cmAddTestCommandHandleNameMode()
101 } else if (doing == DoingName) { in cmAddTestCommandHandleNameMode()
103 doing = DoingNone; in cmAddTestCommandHandleNameMode()
104 } else if (doing == DoingCommand) { in cmAddTestCommandHandleNameMode()
106 } else if (doing == DoingConfigs) { in cmAddTestCommandHandleNameMode()
108 } else if (doing == DoingWorkingDirectory) { in cmAddTestCommandHandleNameMode()
[all …]
H A DcmDefinePropertyCommand.cxx56 Doing doing = DoingNone; in cmDefinePropertyCommand() local
59 doing = DoingProperty; in cmDefinePropertyCommand()
61 doing = DoingBrief; in cmDefinePropertyCommand()
63 doing = DoingFull; in cmDefinePropertyCommand()
65 doing = DoingNone; in cmDefinePropertyCommand()
67 } else if (doing == DoingProperty) { in cmDefinePropertyCommand()
68 doing = DoingNone; in cmDefinePropertyCommand()
70 } else if (doing == DoingBrief) { in cmDefinePropertyCommand()
72 } else if (doing == DoingFull) { in cmDefinePropertyCommand()
H A DcmAddCustomCommandCommand.cxx79 tdoing doing = doing_nothing; in cmAddCustomCommandCommand() local
132 doing = doing_source; in cmAddCustomCommandCommand()
134 doing = doing_command; in cmAddCustomCommandCommand()
156 doing = doing_target; in cmAddCustomCommandCommand()
160 doing = doing_depends; in cmAddCustomCommandCommand()
162 doing = doing_outputs; in cmAddCustomCommandCommand()
164 doing = doing_output; in cmAddCustomCommandCommand()
174 doing = doing_comment; in cmAddCustomCommandCommand()
176 doing = doing_depfile; in cmAddCustomCommandCommand()
187 switch (doing) { in cmAddCustomCommandCommand()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmBuildCommand.cxx40 Doing doing = DoingNone; in MainSignature() local
43 doing = DoingConfiguration; in MainSignature()
45 doing = DoingProjectName; in MainSignature()
47 doing = DoingTarget; in MainSignature()
49 doing = DoingParallel; in MainSignature()
51 doing = DoingNone; in MainSignature()
54 doing = DoingNone; in MainSignature()
56 } else if (doing == DoingTarget) { in MainSignature()
57 doing = DoingNone; in MainSignature()
59 } else if (doing == DoingParallel) { in MainSignature()
[all …]
H A DcmAddTestCommand.cxx74 Doing doing = DoingName; in cmAddTestCommandHandleNameMode() local
81 doing = DoingCommand; in cmAddTestCommandHandleNameMode()
87 doing = DoingConfigs; in cmAddTestCommandHandleNameMode()
93 doing = DoingWorkingDirectory; in cmAddTestCommandHandleNameMode()
100 doing = DoingNone; in cmAddTestCommandHandleNameMode()
101 } else if (doing == DoingName) { in cmAddTestCommandHandleNameMode()
103 doing = DoingNone; in cmAddTestCommandHandleNameMode()
104 } else if (doing == DoingCommand) { in cmAddTestCommandHandleNameMode()
106 } else if (doing == DoingConfigs) { in cmAddTestCommandHandleNameMode()
108 } else if (doing == DoingWorkingDirectory) { in cmAddTestCommandHandleNameMode()
[all …]
H A DcmDefinePropertyCommand.cxx56 Doing doing = DoingNone; in cmDefinePropertyCommand() local
59 doing = DoingProperty; in cmDefinePropertyCommand()
61 doing = DoingBrief; in cmDefinePropertyCommand()
63 doing = DoingFull; in cmDefinePropertyCommand()
65 doing = DoingNone; in cmDefinePropertyCommand()
67 } else if (doing == DoingProperty) { in cmDefinePropertyCommand()
68 doing = DoingNone; in cmDefinePropertyCommand()
70 } else if (doing == DoingBrief) { in cmDefinePropertyCommand()
72 } else if (doing == DoingFull) { in cmDefinePropertyCommand()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CTest/
H A DcmCTestLaunch.cxx66 Doing doing = DoingNone; in ParseArguments() local
73 doing = DoingOutput; in ParseArguments()
75 doing = DoingSource; in ParseArguments()
77 doing = DoingLanguage; in ParseArguments()
88 doing = DoingNone; in ParseArguments()
91 doing = DoingNone; in ParseArguments()
97 doing = DoingNone; in ParseArguments()
100 doing = DoingNone; in ParseArguments()
103 doing = DoingNone; in ParseArguments()
106 doing = DoingNone; in ParseArguments()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/CTest/
H A DcmCTestLaunch.cxx66 Doing doing = DoingNone; in ParseArguments() local
73 doing = DoingOutput; in ParseArguments()
75 doing = DoingSource; in ParseArguments()
77 doing = DoingLanguage; in ParseArguments()
88 doing = DoingNone; in ParseArguments()
91 doing = DoingNone; in ParseArguments()
97 doing = DoingNone; in ParseArguments()
100 doing = DoingNone; in ParseArguments()
103 doing = DoingNone; in ParseArguments()
106 doing = DoingNone; in ParseArguments()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/CTest/
H A DcmCTestLaunch.cxx66 Doing doing = DoingNone; in ParseArguments() local
73 doing = DoingOutput; in ParseArguments()
75 doing = DoingSource; in ParseArguments()
77 doing = DoingLanguage; in ParseArguments()
88 doing = DoingNone; in ParseArguments()
91 doing = DoingNone; in ParseArguments()
97 doing = DoingNone; in ParseArguments()
100 doing = DoingNone; in ParseArguments()
103 doing = DoingNone; in ParseArguments()
106 doing = DoingNone; in ParseArguments()
[all …]
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/lib/VCP/
H A DLogger.pm133 my $doing;
213 ? $doing
257 if ( $options || ! defined $doing || $doing ne $msg ) {
265 if defined $doing;
267 $doing = $msg;
268 _lg $doing, "\n";
318 return unless defined $doing;
319 _lg $doing, " completed\n";
322 $doing = undef;
335 _lg $doing, " FAILED\n";
[all …]

12345678910>>...441