Home
last modified time | relevance | path

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

12345678910>>...24

/dports/math/openturns/openturns-1.18/python/doc/examples/reliability_sensitivity/design_of_experiments/
H A Dplot_plot_design.py31 import openturns.viewer as otv namespace
54 fig = otv.PlotDesign(sample)
63 fig = otv.PlotDesign(sample, bounds)
69 fig = otv.PlotDesign(sample)
76 fig = otv.PlotDesign(sample, subdivisions=[10, 5])
82 fig = otv.PlotDesign(sample, enableTicks=False)
88 fig = otv.PlotDesign(sample, plot_kw={"marker": '.', "color": "red"})
96 fig = otv.PlotDesign(sample, figure=fig)
112 fig = otv.PlotDesign(sample)
119 fig = otv.PlotDesign(sample, subdivisions=[12, 6, 3])
[all …]
H A Dplot_design_of_experiments.py15 import openturns.viewer as otv namespace
36 fig = otv.PlotDesign(sample, bounds)
56 fig = otv.PlotDesign(sample, bounds)
76 fig = otv.PlotDesign(sample, bounds)
103 fig = otv.PlotDesign(sample, bounds)
132 fig = otv.PlotDesign(sample, bounds, subdivisions)
162 fig = otv.PlotDesign(sample, bounds, subdivisions)
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/osf1/
H A Dosf1_time.c51 struct osf1_timeval otv; in osf1_sys_gettimeofday() local
57 memset(&otv, 0, sizeof otv); in osf1_sys_gettimeofday()
58 otv.tv_sec = tv.tv_sec; in osf1_sys_gettimeofday()
59 otv.tv_usec = tv.tv_usec; in osf1_sys_gettimeofday()
60 error = copyout(&otv, SCARG(uap, tp), sizeof otv); in osf1_sys_gettimeofday()
165 struct osf1_timeval otv; in osf1_sys_settimeofday() local
173 error = copyin(SCARG(uap, tv), &otv, sizeof otv); in osf1_sys_settimeofday()
177 tv.tv_sec = otv.tv_sec; in osf1_sys_settimeofday()
178 tv.tv_usec = otv.tv_usec; in osf1_sys_settimeofday()
H A Dosf1_generic.c161 struct osf1_timeval otv; in osf1_sys_select() local
167 error = copyin(SCARG(uap, tv), &otv, sizeof otv); in osf1_sys_select()
171 ats.tv_sec = otv.tv_sec; in osf1_sys_select()
172 ats.tv_nsec = otv.tv_usec * 1000; in osf1_sys_select()
/dports/math/openturns/openturns-1.18/python/doc/examples/probabilistic_modeling/distributions/
H A Dplot_create_draw_multivariate_distributions.py9 import openturns.viewer as otv namespace
37 view = otv.View(graphNormalPDF)
38 view = otv.View(graphGumbelPDF)
50 view = otv.View(graph)
55 view = otv.View(graph)
69 view = otv.View(graph)
91 view = otv.View(graph)
105 view = otv.View(graph)
142 view = otv.View(graph)
H A Dplot_create_extreme_value_distribution.py14 import openturns.viewer as otv namespace
42 view = otv.View(graphPDF)
47 view = otv.View(graphCDF)
63 view = otv.View(graphPDF)
69 view = otv.View(graphCDF)
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dchinese.c188 int *otv, space[] = {32, 0}; in UdmSegmentProcess() local
232 otv = &line[position[current]]; in UdmSegmentProcess()
233 h = (unsigned int)(otv[0] & 0xffff); in UdmSegmentProcess()
246 otv = NULL; in UdmSegmentProcess()
249 UDM_FREE(otv); in UdmSegmentProcess()
255 UDM_FREE(otv); in UdmSegmentProcess()
257 chiw.word = otv; in UdmSegmentProcess()
272 UdmUniStrCat(result[nextid], otv); in UdmSegmentProcess()
322 UDM_FREE(otv); in UdmSegmentProcess()
330 otv = result[top]; in UdmSegmentProcess()
[all …]
/dports/math/openturns/openturns-1.18/python/doc/examples/data_analysis/distribution_fitting/
H A Dplot_smoothing_mixture.py43 import openturns.viewer as otv namespace
86 view = otv.View(graph)
123 view = otv.View(graph)
153 view = otv.View(graph, figure=fig, axes=[ax])
156 view = otv.View(graph)
207 view = otv.View(graph, figure=fig, axes=[ax])
210 view = otv.View(graph)
212 otv.View.ShowAll()
/dports/math/openturns/openturns-1.18/python/doc/examples/meta_modeling/kriging_metamodel/
H A Dplot_kriging_chose_trend.py6 import openturns.viewer as otv namespace
93 view = otv.View(graph)
146 view = otv.View(graph)
179 view = otv.View(graph)
202 view = otv.View(graph)
241 view = otv.View(graph)
273 view = otv.View(graph)
284 view = otv.View(graph)
319 view = otv.View(graph)
356 view = otv.View(graph)
[all …]
H A Dplot_draw_covariance_models.py6 import openturns.viewer as otv namespace
104 _ = otv.View(graphModel, figure=fig, axes=[ax_pdf])
106 _ = otv.View(graphTraj, figure=fig, axes=[ax_cdf])
186 _ = otv.View(graphModel, figure=fig, axes=[ax_pdf])
188 _ = otv.View(graphTraj, figure=fig, axes=[ax_cdf])
269 _ = otv.View(graphModel, figure=fig, axes=[ax_pdf])
271 _ = otv.View(graphTraj, figure=fig, axes=[ax_cdf])
360 _ = otv.View(graphModel, figure=fig, axes=[ax_pdf])
362 _ = otv.View(graphTraj, figure=fig, axes=[ax_cdf])
444 _ = otv.View(graphModel, figure=fig, axes=[ax_pdf])
[all …]
/dports/math/openturns/openturns-1.18/python/doc/examples/reliability_sensitivity/reliability/
H A Dplot_form_explained.py15 import openturns.viewer as otv namespace
45 view = otv.View(graphPDF)
56 view = otv.View(graphModel)
104 view = otv.View(myGraph)
113 view = otv.View(graphPDF)
243 view = otv.View(graphStandardSpace)
303 view = otv.View(graphStandardSpace)
340 view = otv.View(graphStandardSpace)
393 view = otv.View(graphStandardSpace)
451 otv.View.ShowAll()
H A Dplot_create_domain_event.py13 import openturns.viewer as otv namespace
103 view = otv.View(graphModel0)
118 view = otv.View(graphModel1)
147 view = otv.View(myGraph)
169 view = otv.View(graphPDF)
186 view = otv.View(graphConvergence)
H A Dplot_multi_form.py15 import openturns.viewer as otv namespace
32 view = otv.View(graphPDF)
42 view = otv.View(graphModel)
67 view = otv.View(graphModel)
122 view = otv.View(graphModel)
/dports/games/xgalaga/xgalaga-2.1.1.0/
H A Dfrate.c166 static struct timeval otv; variable
170 gettimeofday(&otv, 0); in init_framerate()
180 - (1000000 * (tv.tv_sec - otv.tv_sec) + (tv.tv_usec - otv.tv_usec)); in do_framerate()
186 gettimeofday(&otv, 0); in do_framerate()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dutmpx.c75 struct otimeval otv; in old2new() local
77 (void)memcpy(&otv, tv, sizeof(otv)); in old2new()
78 tv->tv_sec = otv.tv_sec; in old2new()
79 tv->tv_usec = (suseconds_t)otv.tv_usec; in old2new()
85 struct otimeval otv; in new2old() local
88 otv.tv_sec = (long)tv->tv_sec; in new2old()
89 otv.tv_usec = (long)tv->tv_usec; in new2old()
90 (void)memcpy(tv, &otv, sizeof(otv)); in new2old()
/dports/dns/libidn/libidn-1.35/gltests/
H A Dgettimeofday.c116 struct timeval otv; in gettimeofday()
117 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
120 tv->tv_sec = otv.tv_sec; in gettimeofday()
121 tv->tv_usec = otv.tv_usec; in gettimeofday()
/dports/graphics/icoutils/icoutils-0.32.3/lib/
H A Dgettimeofday.c116 struct timeval otv; in gettimeofday()
117 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
120 tv->tv_sec = otv.tv_sec; in gettimeofday()
121 tv->tv_usec = otv.tv_usec; in gettimeofday()
/dports/editors/zile/zile-2.4.14/lib/
H A Dgettimeofday.c116 struct timeval otv; in gettimeofday()
117 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
120 tv->tv_sec = otv.tv_sec; in gettimeofday()
121 tv->tv_usec = otv.tv_usec; in gettimeofday()
/dports/devel/libdap/libdap-3.20.8/gl/
H A Dgettimeofday.c116 struct timeval otv; in gettimeofday()
117 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
120 tv->tv_sec = otv.tv_sec; in gettimeofday()
121 tv->tv_usec = otv.tv_usec; in gettimeofday()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/gllib/
H A Dgettimeofday.c116 struct timeval otv; in gettimeofday()
117 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
120 tv->tv_sec = otv.tv_sec; in gettimeofday()
121 tv->tv_usec = otv.tv_usec; in gettimeofday()
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dgettimeofday.c116 struct timeval otv; in gettimeofday()
117 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
120 tv->tv_sec = otv.tv_sec; in gettimeofday()
121 tv->tv_usec = otv.tv_usec; in gettimeofday()
/dports/devel/patch/patch-2.7.6/lib/
H A Dgettimeofday.c116 struct timeval otv;
117 int result = gettimeofday (&otv, (struct timezone *) tz);
120 tv->tv_sec = otv.tv_sec;
121 tv->tv_usec = otv.tv_usec;
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/
H A Dgettimeofday.c127 struct timeval otv; in gettimeofday()
128 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
131 tv->tv_sec = otv.tv_sec; in gettimeofday()
132 tv->tv_usec = otv.tv_usec; in gettimeofday()
/dports/misc/amanda-server/amanda-3.3.9/gnulib/
H A Dgettimeofday.c114 struct timeval otv; in gettimeofday() local
115 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
118 tv->tv_sec = otv.tv_sec; in gettimeofday()
119 tv->tv_usec = otv.tv_usec; in gettimeofday()
/dports/misc/amanda-client/amanda-3.3.9/gnulib/
H A Dgettimeofday.c114 struct timeval otv; in gettimeofday() local
115 int result = gettimeofday (&otv, (struct timezone *) tz); in gettimeofday()
118 tv->tv_sec = otv.tv_sec; in gettimeofday()
119 tv->tv_usec = otv.tv_usec; in gettimeofday()

12345678910>>...24