Home
last modified time | relevance | path

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

12345678910>>...231

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A DMakefile81 stress-aio.c \
92 stress-brk.c \
95 stress-cap.c \
106 stress-cpu.c \
113 stress-dev.c \
383 stress-ng.c
465 stress-vecmath.o: stress-vecmath.c
482 stress-ng.1.gz: stress-ng.1
501 man -t ./stress-ng.1 | ps2pdf - > stress-ng.pdf
506 $(V)rm -f stress-ng $(OBJS) stress-ng.1.gz stress-ng.pdf
[all …]
/dports/benchmarks/stress-ng/stress-ng-0.13.09/debian/
H A Dchangelog119 * stress-cpu: use stress-ng cpuid rather than gcc __cpuid
197 stress-ng
4165 * Rename sock stressor stress-socket.c to stress-sock.c
4618 * stress-seccomp: add maximum seccomp bpf filter stress
5216 * Move libaio.h from stress-aio-linux.c to stress-ng.h
5217 * Move several includes from stress-dev.c to stress-ng.h
5589 * stress-dir: add directory data sync'ing for more stress
7496 * stress-chdir, stress-dir: remove unused static flags
9428 * stress-stack should not be part of the CPU stress class
9679 * stress-ng: avoid compiler error in stress-vector
[all …]
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/GenericBehaviour/
H A DComputeStiffnessTensor.ixx32 …computeOrthotropicStiffnessTensor<H,stac,stress,real>(C,stress(mps[0]),stress(mps[1]),stress(mps[2…
34 stress(mps[0]),stress(mps[1]),stress(mps[2]));
46 …computeOrthotropicStiffnessTensor<H,stac,stress,real>(C,stress(mps[0]),stress(mps[1]),stress(mps[2…
48 stress(mps[6]),stress(mps[1]),stress(mps[2]));
59 …computeOrthotropicStiffnessTensor<H,stac,stress,real>(C,stress(mps[0]),stress(mps[1]),stress(mps[2…
61 stress(mps[6]),stress(mps[7]),stress(mps[8]));
73 …computeOrthotropicStiffnessTensor<H,stac,stress,real>(C,stress(mps[0]),stress(mps[1]),stress(mps[2…
75 stress(mps[0]),stress(mps[1]),stress(mps[2]));
87 …computeOrthotropicStiffnessTensor<H,stac,stress,real>(C,stress(mps[0]),stress(mps[1]),stress(mps[2…
89 stress(mps[6]),stress(mps[1]),stress(mps[2]));
[all …]
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/GenericBehaviour/
H A DComputeStiffnessTensor.ixx32 …computeOrthotropicStiffnessTensor<H,stac,stress,real>(C,stress(mps[0]),stress(mps[1]),stress(mps[2…
34 stress(mps[0]),stress(mps[1]),stress(mps[2]));
46 …computeOrthotropicStiffnessTensor<H,stac,stress,real>(C,stress(mps[0]),stress(mps[1]),stress(mps[2…
48 stress(mps[6]),stress(mps[1]),stress(mps[2]));
59 …computeOrthotropicStiffnessTensor<H,stac,stress,real>(C,stress(mps[0]),stress(mps[1]),stress(mps[2…
61 stress(mps[6]),stress(mps[7]),stress(mps[8]));
73 …computeOrthotropicStiffnessTensor<H,stac,stress,real>(C,stress(mps[0]),stress(mps[1]),stress(mps[2…
75 stress(mps[0]),stress(mps[1]),stress(mps[2]));
87 …computeOrthotropicStiffnessTensor<H,stac,stress,real>(C,stress(mps[0]),stress(mps[1]),stress(mps[2…
89 stress(mps[6]),stress(mps[1]),stress(mps[2]));
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_centroid_stress_atom.cpp107 memory->destroy(stress); in ~ComputeCentroidStressAtom()
175 array_atom = stress; in compute_peratom()
198 stress[i][j] = 0.0; in compute_peratom()
303 stress[i][0] = 0.0; in compute_peratom()
304 stress[i][1] = 0.0; in compute_peratom()
305 stress[i][2] = 0.0; in compute_peratom()
306 stress[i][3] = 0.0; in compute_peratom()
307 stress[i][4] = 0.0; in compute_peratom()
308 stress[i][5] = 0.0; in compute_peratom()
309 stress[i][6] = 0.0; in compute_peratom()
[all …]
H A Dcompute_stress_atom.cpp107 memory->destroy(stress); in ~ComputeStressAtom()
142 memory->destroy(stress); in compute_peratom()
145 array_atom = stress; in compute_peratom()
168 stress[i][j] = 0.0; in compute_peratom()
245 stress[i][0] = 0.0; in compute_peratom()
246 stress[i][1] = 0.0; in compute_peratom()
247 stress[i][2] = 0.0; in compute_peratom()
248 stress[i][3] = 0.0; in compute_peratom()
249 stress[i][4] = 0.0; in compute_peratom()
250 stress[i][5] = 0.0; in compute_peratom()
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Material/
H A DLame.hxx87 typedef typename tfel::config::Types<1u, T, true>::stress stress; in exe() typedef
88 stress G = 2 * mu; in exe()
98 typedef typename tfel::config::Types<1u, T, false>::stress stress; in exe() typedef
116 typedef typename tfel::config::Types<2u, T, true>::stress stress; in exe() typedef
133 typedef typename tfel::config::Types<2u, T, false>::stress stress; in exe() typedef
156 typedef typename tfel::config::Types<3u, T, true>::stress stress; in exe() typedef
180 typedef typename tfel::config::Types<3u, T, false>::stress stress; in exe() typedef
259 typedef typename tfel::config::Types<1u, T, true>::stress stress; in exe() typedef
272 typedef typename tfel::config::Types<1u, T, false>::stress stress; in exe() typedef
289 typedef typename tfel::config::Types<2u, T, true>::stress stress; in exe() typedef
[all …]
H A DFiniteStrainBehaviourTangentOperator.ixx139 Result<N, stress> & Kr,
160 Result<N, stress> & Kr,
182 Result<N, stress> & Kr,
205 Result<N, stress> & Kr,
227 Result<N, stress> & Kr,
258 Result<N, stress> & Kr,
280 Result<N, stress> & Kr,
304 Result<N, stress> & Kr,
329 Result<N, stress> & Kr,
957 exe(Result<N,stress>& Kr,
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Material/
H A DLame.hxx87 typedef typename tfel::config::Types<1u, T, true>::stress stress; in exe() typedef
88 stress G = 2 * mu; in exe()
98 typedef typename tfel::config::Types<1u, T, false>::stress stress; in exe() typedef
116 typedef typename tfel::config::Types<2u, T, true>::stress stress; in exe() typedef
133 typedef typename tfel::config::Types<2u, T, false>::stress stress; in exe() typedef
156 typedef typename tfel::config::Types<3u, T, true>::stress stress; in exe() typedef
180 typedef typename tfel::config::Types<3u, T, false>::stress stress; in exe() typedef
259 typedef typename tfel::config::Types<1u, T, true>::stress stress; in exe() typedef
272 typedef typename tfel::config::Types<1u, T, false>::stress stress; in exe() typedef
289 typedef typename tfel::config::Types<2u, T, true>::stress stress; in exe() typedef
[all …]
H A DFiniteStrainBehaviourTangentOperator.ixx137 exe(Result<N,stress>& Kr,
138 const Source<N,stress>& Ks,
160 exe(Result<N,stress>& Kr,
161 const Source<N,stress>& Ks,
183 exe(Result<N,stress>& Kr,
184 const Source<N,stress>& Ks,
207 const Source<N,stress>& Ks,
230 const Source<N,stress>& Ks,
259 const Source<N,stress>& Ks,
282 const Source<N,stress>& Ks,
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcompute_stress_atom.cpp117 stress = NULL; in ComputeStressAtom()
124 memory->destroy(stress); in ~ComputeStressAtom()
142 memory->destroy(stress); in compute_peratom()
145 array_atom = stress; in compute_peratom()
168 stress[i][j] = 0.0; in compute_peratom()
242 stress[i][0] = 0.0; in compute_peratom()
243 stress[i][1] = 0.0; in compute_peratom()
244 stress[i][2] = 0.0; in compute_peratom()
245 stress[i][3] = 0.0; in compute_peratom()
246 stress[i][4] = 0.0; in compute_peratom()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DStress.pm9 our %stress = (
21 $stress{$1} = $2;
28 $stress{fs} = ( 5, 7, 14, 18) [ int(rand(4)) ] ;
31 warn "** Prima::Stress: fs=$stress{fs} dpi=$stress{dpi} scr=$stress{scr}\n";
35 if ( $stress{dpi}) {
36 $::application->sys_action("resolution $stress{dpi} $stress{dpi}");
41 if ($stress{fs}) {
42 $::application->font->size( $stress{fs});
46 if ( $stress{fs}) {
55 if ( $stress{scr}) {
[all …]
/dports/science/tfel/tfel-3.4.0/include/TFEL/Math/ST2toST2/
H A DUmatNormaliseTangentOperator.hxx31 template <unsigned short N, typename stress>
37 template <typename stress>
38 struct UmatNormaliseTangentOperatorBase<1u, stress> {
48 static TFEL_MATH_INLINE void exe(stress* const, const stress* const);
54 template <typename stress>
65 static TFEL_MATH_INLINE void exe(stress* const, const stress* const);
71 template <typename stress>
82 static TFEL_MATH_INLINE void exe(stress* const, const stress* const);
91 template <unsigned short N, typename stress>
93 : UmatNormaliseTangentOperatorBase<N, stress> {
[all …]
/dports/science/tfel-edf/tfel-3.2.1/include/TFEL/Math/ST2toST2/
H A DUmatNormaliseTangentOperator.hxx31 template<unsigned short N,typename stress>
37 template<typename stress>
50 exe(stress* const,const stress* const);
56 template<typename stress>
69 exe(stress* const,const stress* const);
75 template<typename stress>
88 exe(stress* const,const stress* const);
97 template<unsigned short N,typename stress>
99 : UmatNormaliseTangentOperatorBase<N,stress>
110 static TFEL_MATH_INLINE st2tost2<N,stress>
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/src/TALLY/
H A Dcompute_stress_tally.cpp50 stress = nullptr; in ComputeStressTally()
60 memory->destroy(stress); in ~ComputeStressTally()
101 array_atom = stress; in pair_setup_callback()
133 stress[i][0] += v0; in pair_tally_callback()
135 stress[i][1] += v1; in pair_tally_callback()
137 stress[i][2] += v2; in pair_tally_callback()
139 stress[i][3] += v3; in pair_tally_callback()
141 stress[i][4] += v4; in pair_tally_callback()
143 stress[i][5] += v5; in pair_tally_callback()
147 stress[j][0] += v0; in pair_tally_callback()
[all …]
/dports/java/java-subversion/subversion-1.14.1/tools/dev/
H A Dstress.pl105 my $stress = 'stress.pl';
123 or die "$stress: open svnserve.conf: $!\n";
197 die "$stress: waitpid: $!\n" if $pid != waitpid $pid, 0;
198 die "$stress: unexpected update fail: exit status: $?\n"
265 die "$stress: waitpid: $!\n" if $pid != waitpid $pid, 0;
304 or die "$stress: write to $filename: $!\n";
310 close FOO or die "$stress: close $filename: $!\n";
347 close FOO or die "$stress: close $filename: $!\n";
352 close FOO or die "$stress: close $filename: $!\n";
460 and die "$stress: populate checkin failed\n";
[all …]
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/
H A Dstress.pl105 my $stress = 'stress.pl';
123 or die "$stress: open svnserve.conf: $!\n";
197 die "$stress: waitpid: $!\n" if $pid != waitpid $pid, 0;
198 die "$stress: unexpected update fail: exit status: $?\n"
265 die "$stress: waitpid: $!\n" if $pid != waitpid $pid, 0;
304 or die "$stress: write to $filename: $!\n";
310 close FOO or die "$stress: close $filename: $!\n";
347 close FOO or die "$stress: close $filename: $!\n";
352 close FOO or die "$stress: close $filename: $!\n";
460 and die "$stress: populate checkin failed\n";
[all …]
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/
H A Dstress.pl105 my $stress = 'stress.pl';
123 or die "$stress: open svnserve.conf: $!\n";
197 die "$stress: waitpid: $!\n" if $pid != waitpid $pid, 0;
198 die "$stress: unexpected update fail: exit status: $?\n"
265 die "$stress: waitpid: $!\n" if $pid != waitpid $pid, 0;
304 or die "$stress: write to $filename: $!\n";
310 close FOO or die "$stress: close $filename: $!\n";
347 close FOO or die "$stress: close $filename: $!\n";
352 close FOO or die "$stress: close $filename: $!\n";
460 and die "$stress: populate checkin failed\n";
[all …]
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/
H A Dstress.pl105 my $stress = 'stress.pl';
123 or die "$stress: open svnserve.conf: $!\n";
197 die "$stress: waitpid: $!\n" if $pid != waitpid $pid, 0;
198 die "$stress: unexpected update fail: exit status: $?\n"
265 die "$stress: waitpid: $!\n" if $pid != waitpid $pid, 0;
304 or die "$stress: write to $filename: $!\n";
310 close FOO or die "$stress: close $filename: $!\n";
347 close FOO or die "$stress: close $filename: $!\n";
352 close FOO or die "$stress: close $filename: $!\n";
460 and die "$stress: populate checkin failed\n";
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/mysql-test/
H A DREADME.stress9 mysql-stress-test.pl script.
11 The stress script allows:
42 --stress
43 Enable stress mode
45 --stress-suite=<suite name>
61 stress testing for initialization of the stress db. These tests will be
97 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
98 --stress-suite=example --stress-tests-file=testslist.txt
104 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
118 - mysql-test-run --extern --stress --stress-threads=10 \
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/mysql-test/
H A DREADME.stress9 mysql-stress-test.pl script.
11 The stress script allows:
42 --stress
43 Enable stress mode
45 --stress-suite=<suite name>
61 stress testing for initialization of the stress db. These tests will be
97 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
98 --stress-suite=example --stress-tests-file=testslist.txt
104 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
118 - mysql-test-run --extern --stress --stress-threads=10 \
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/
H A DREADME.stress9 mysql-stress-test.pl script.
11 The stress script allows:
42 --stress
43 Enable stress mode
45 --stress-suite=<suite name>
61 stress testing for initialization of the stress db. These tests will be
97 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
98 --stress-suite=example --stress-tests-file=testslist.txt
104 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
118 - mysql-test-run --extern --stress --stress-threads=10 \
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/
H A DREADME.stress9 mysql-stress-test.pl script.
11 The stress script allows:
42 --stress
43 Enable stress mode
45 --stress-suite=<suite name>
61 stress testing for initialization of the stress db. These tests will be
97 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
98 --stress-suite=example --stress-tests-file=testslist.txt
104 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
118 - mysql-test-run --extern --stress --stress-threads=10 \
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/mysql-test/
H A DREADME.stress9 mysql-stress-test.pl script.
11 The stress script allows:
42 --stress
43 Enable stress mode
45 --stress-suite=<suite name>
61 stress testing for initialization of the stress db. These tests will be
97 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
98 --stress-suite=example --stress-tests-file=testslist.txt
104 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
118 - mysql-test-run --extern --stress --stress-threads=10 \
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/
H A DREADME.stress9 mysql-stress-test.pl script.
11 The stress script allows:
42 --stress
43 Enable stress mode
45 --stress-suite=<suite name>
61 stress testing for initialization of the stress db. These tests will be
97 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
98 --stress-suite=example --stress-tests-file=testslist.txt
104 - mysql-test-run --stress --stress-threads=10 --stress-test-count=1000 \
118 - mysql-test-run --extern --stress --stress-threads=10 \
[all …]

12345678910>>...231