Home
last modified time | relevance | path

Searched refs:sdv (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/extras/
H A DPackage_gallsystem.mk14 sg1.sdv \
17 sg4.sdv \
20 sg24.sdv \
23 sg36.sdv \
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DSharedSurfpackApproxData.hpp81 void add_sd_to_surfdata(const Pecos::SurrogateDataVars& sdv,
96 void sdv_to_realarray(const Pecos::SurrogateDataVars& sdv, RealArrayType& ra);
153 sdv_to_realarray(const Pecos::SurrogateDataVars& sdv, RealArrayType& ra) in sdv_to_realarray() argument
158 const RealVector& cv = sdv.continuous_variables(); in sdv_to_realarray()
159 const IntVector& div = sdv.discrete_int_variables(); in sdv_to_realarray()
160 const RealVector& drv = sdv.discrete_real_variables(); in sdv_to_realarray()
H A DNonDGlobalEvidence.cpp125 const Pecos::SurrogateDataVars& sdv = sdv_array[i]; in get_best_sample() local
126 const RealVector& c_vars = sdv.continuous_variables(); in get_best_sample()
127 const IntVector& di_vars = sdv.discrete_int_variables(); in get_best_sample()
128 const RealVector& dr_vars = sdv.discrete_real_variables(); in get_best_sample()
176 const Pecos::SurrogateDataVars& sdv = sdv_array[index_star]; in get_best_sample() local
178 fHatModel.continuous_variables(sdv.continuous_variables()); in get_best_sample()
180 fHatModel.discrete_int_variables(sdv.discrete_int_variables()); in get_best_sample()
182 fHatModel.discrete_real_variables(sdv.discrete_real_variables()); in get_best_sample()
H A DDakotaApproximation.hpp285 void add(const Pecos::SurrogateDataVars& sdv, bool anchor_flag,
432 add(const Pecos::SurrogateDataVars& sdv, bool anchor_flag, bool deep_copy, in add() argument
436 approxRep->add(sdv, anchor_flag, deep_copy, key_index); in add()
447 if (anchor_flag) approxData.anchor_variables(sdv.copy()); in add()
448 else approxData.push_back(sdv.copy()); in add()
451 if (anchor_flag) approxData.anchor_variables(sdv); in add()
452 else approxData.push_back(sdv); in add()
467 Pecos::SurrogateDataVars sdv(c_vars, di_vars, dr_vars, Pecos::SHALLOW_COPY); in add() local
468 add(sdv, anchor_flag, deep_copy, key_index);// deep copy applied here in add()
487 Pecos::SurrogateDataVars sdv(c_vars, Pecos::SHALLOW_COPY); in add() local
[all …]
H A Ddakota_data_util.hpp38 { return boost::hash_range( sdv.values(), sdv.values() + sdv.length() ); } in hash_value()
582 sdm(i,j) = sdv[counter]; in copy_data()
736 vec[i] = sdv[i]; in copy_data()
749 vec[i] = (ScalarType2)sdv[i]; in copy_data()
759 if (sdv.length() != size_da) in copy_data()
760 sdv.sizeUninitialized(size_da); in copy_data()
762 sdv[i] = da[i]; in copy_data()
770 if (sdv.length() != ptr_len) in copy_data()
773 sdv[i] = ptr[i]; in copy_data()
791 ptr[i] = sdv[i]; in copy_data()
[all …]
H A DNonDGlobalSingleInterval.cpp64 const Pecos::SurrogateDataVars& sdv = sdv_array[index_star]; in get_best_sample() local
66 fHatModel.continuous_variables(sdv.continuous_variables()); in get_best_sample()
68 fHatModel.discrete_int_variables(sdv.discrete_int_variables()); in get_best_sample()
70 fHatModel.discrete_real_variables(sdv.discrete_real_variables()); in get_best_sample()
/dports/math/R-cran-igraph/igraph/R/
H A Dscan.R371 sdv <- apply(as.matrix(input_stat[, (i - tau):(i-1)]), 1, sd) functionVar
372 sdv[is.na(sdv)] <- 1
373 nstat[, i] <- (input_stat[, i] - muv) / pmax(sdv, 1)
388 sdv <- apply(as.matrix(input_stat[, (1 : tau), i]), 1, sd)
389 sdv[is.na(sdv)] <- 1
390 nstat[, i] <- (input_stat[, (tau + 1),i] - muv) / pmax(sdv, 1)
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/macros/
H A DCOMPUTELABSTATS.DP14 . sdv (vector) = lab data standard deviations (= within-lab SDs)
45 delete nv ybarv sdv labv sdmv
52 let sdv(j) = 0
53 if ni >= 1; let sdv(j) = sd yz ^qzz; end if
56 let sdmv = sdv/sqrt(nv)
65 if numlab = 1; let sdvp = sdv for i = 1 1 1; end if
72 let sdvp = sdv
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dstat_c.cpp55 cv::Scalar mean, sdv; in cvAvgSdv() local
61 cv::meanStdDev(cv::cvarrToMat(imgarr, false, true, 1), mean, sdv, mask ); in cvAvgSdv()
70 sdv = cv::Scalar(sdv[coi-1]); in cvAvgSdv()
77 *(cv::Scalar*)_sdv = sdv; in cvAvgSdv()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/
H A DReaderWriterDOT.cpp39 osgDot::SimpleDotVisitor sdv; in writeNode() local
40 sdv.setOptions(options); in writeNode()
41 sdv.run( *const_cast<osg::Node*>( &node ), &fout ); in writeNode()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/
H A DReaderWriterDOT.cpp40 osgDot::SimpleDotVisitor sdv; in writeNode() local
41 sdv.setOptions(options); in writeNode()
42 sdv.run( *const_cast<osg::Node*>( &node ), &fout ); in writeNode()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A Dpecos_data_types.hpp523 v[i] = sdv[i]; in copy_data()
534 if (sdv.length() != size_v) in copy_data()
535 sdv.sizeUninitialized(size_v); in copy_data()
537 sdv[i] = v[i]; in copy_data()
603 if (sdv.length() != ptr_len) in copy_data()
604 sdv.sizeUninitialized(ptr_len); in copy_data()
606 sdv[i] = ptr[i]; in copy_data()
826 sdm(row, i) = sdv[i]; in copy_row()
838 if (sdv.length() != len) in copy_row()
839 sdv.sizeUninitialized(len); in copy_row()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dclone.c234 StructDeclaration *sdv = ((TypeStruct *)tv)->sym; in buildOpAssign() local
808 if (!sdv->postblit) in buildPostBlit()
810 assert(!sdv->isUnionDeclaration()); in buildPostBlit()
811 sdv->postblit->functionSemantic(); in buildPostBlit()
813 stc = mergeFuncAttrs(stc, sdv->postblit); in buildPostBlit()
814 stc = mergeFuncAttrs(stc, sdv->dtor); in buildPostBlit()
875 if (!sdv->dtor) in buildPostBlit()
877 sdv->dtor->functionSemantic(); in buildPostBlit()
1018 if (!sdv->dtor) in buildDtor()
1020 sdv->dtor->functionSemantic(); in buildDtor()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dclone.c234 StructDeclaration *sdv = ((TypeStruct *)tv)->sym; in buildOpAssign() local
808 if (!sdv->postblit) in buildPostBlit()
810 assert(!sdv->isUnionDeclaration()); in buildPostBlit()
811 sdv->postblit->functionSemantic(); in buildPostBlit()
813 stc = mergeFuncAttrs(stc, sdv->postblit); in buildPostBlit()
814 stc = mergeFuncAttrs(stc, sdv->dtor); in buildPostBlit()
870 if (!sdv->dtor) in buildPostBlit()
872 sdv->dtor->functionSemantic(); in buildPostBlit()
1008 if (!sdv->dtor) in buildDtor()
1010 sdv->dtor->functionSemantic(); in buildDtor()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dclone.c231 StructDeclaration *sdv = ((TypeStruct *)tv)->sym; in buildOpAssign() local
806 if (!sdv->postblit) in buildPostBlit()
808 assert(!sdv->isUnionDeclaration()); in buildPostBlit()
809 sdv->postblit->functionSemantic(); in buildPostBlit()
811 stc = mergeFuncAttrs(stc, sdv->postblit); in buildPostBlit()
812 stc = mergeFuncAttrs(stc, sdv->dtor); in buildPostBlit()
868 if (!sdv->dtor) in buildPostBlit()
870 sdv->dtor->functionSemantic(); in buildPostBlit()
1006 if (!sdv->dtor) in buildDtor()
1008 sdv->dtor->functionSemantic(); in buildDtor()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dclone.c231 StructDeclaration *sdv = ((TypeStruct *)tv)->sym; in buildOpAssign() local
806 if (!sdv->postblit) in buildPostBlit()
808 assert(!sdv->isUnionDeclaration()); in buildPostBlit()
809 sdv->postblit->functionSemantic(); in buildPostBlit()
811 stc = mergeFuncAttrs(stc, sdv->postblit); in buildPostBlit()
812 stc = mergeFuncAttrs(stc, sdv->dtor); in buildPostBlit()
868 if (!sdv->dtor) in buildPostBlit()
870 sdv->dtor->functionSemantic(); in buildPostBlit()
1006 if (!sdv->dtor) in buildDtor()
1008 sdv->dtor->functionSemantic(); in buildDtor()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dclone.c234 StructDeclaration *sdv = ((TypeStruct *)tv)->sym; in buildOpAssign() local
808 if (!sdv->postblit) in buildPostBlit()
810 assert(!sdv->isUnionDeclaration()); in buildPostBlit()
811 sdv->postblit->functionSemantic(); in buildPostBlit()
813 stc = mergeFuncAttrs(stc, sdv->postblit); in buildPostBlit()
814 stc = mergeFuncAttrs(stc, sdv->dtor); in buildPostBlit()
875 if (!sdv->dtor) in buildPostBlit()
877 sdv->dtor->functionSemantic(); in buildPostBlit()
1018 if (!sdv->dtor) in buildDtor()
1020 sdv->dtor->functionSemantic(); in buildDtor()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dclone.c234 StructDeclaration *sdv = ((TypeStruct *)tv)->sym; in buildOpAssign() local
808 if (!sdv->postblit) in buildPostBlit()
810 assert(!sdv->isUnionDeclaration()); in buildPostBlit()
811 sdv->postblit->functionSemantic(); in buildPostBlit()
813 stc = mergeFuncAttrs(stc, sdv->postblit); in buildPostBlit()
814 stc = mergeFuncAttrs(stc, sdv->dtor); in buildPostBlit()
870 if (!sdv->dtor) in buildPostBlit()
872 sdv->dtor->functionSemantic(); in buildPostBlit()
1008 if (!sdv->dtor) in buildDtor()
1010 sdv->dtor->functionSemantic(); in buildDtor()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dclone.c234 StructDeclaration *sdv = ((TypeStruct *)tv)->sym; in buildOpAssign() local
808 if (!sdv->postblit) in buildPostBlit()
810 assert(!sdv->isUnionDeclaration()); in buildPostBlit()
811 sdv->postblit->functionSemantic(); in buildPostBlit()
813 stc = mergeFuncAttrs(stc, sdv->postblit); in buildPostBlit()
814 stc = mergeFuncAttrs(stc, sdv->dtor); in buildPostBlit()
875 if (!sdv->dtor) in buildPostBlit()
877 sdv->dtor->functionSemantic(); in buildPostBlit()
1018 if (!sdv->dtor) in buildDtor()
1020 sdv->dtor->functionSemantic(); in buildDtor()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dclone.c231 StructDeclaration *sdv = ((TypeStruct *)tv)->sym; in buildOpAssign() local
806 if (!sdv->postblit) in buildPostBlit()
808 assert(!sdv->isUnionDeclaration()); in buildPostBlit()
809 sdv->postblit->functionSemantic(); in buildPostBlit()
811 stc = mergeFuncAttrs(stc, sdv->postblit); in buildPostBlit()
812 stc = mergeFuncAttrs(stc, sdv->dtor); in buildPostBlit()
868 if (!sdv->dtor) in buildPostBlit()
870 sdv->dtor->functionSemantic(); in buildPostBlit()
1006 if (!sdv->dtor) in buildDtor()
1008 sdv->dtor->functionSemantic(); in buildDtor()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dclone.c234 StructDeclaration *sdv = ((TypeStruct *)tv)->sym; in buildOpAssign() local
808 if (!sdv->postblit) in buildPostBlit()
810 assert(!sdv->isUnionDeclaration()); in buildPostBlit()
811 sdv->postblit->functionSemantic(); in buildPostBlit()
813 stc = mergeFuncAttrs(stc, sdv->postblit); in buildPostBlit()
814 stc = mergeFuncAttrs(stc, sdv->dtor); in buildPostBlit()
870 if (!sdv->dtor) in buildPostBlit()
872 sdv->dtor->functionSemantic(); in buildPostBlit()
1008 if (!sdv->dtor) in buildDtor()
1010 sdv->dtor->functionSemantic(); in buildDtor()
[all …]
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DMDWavefunctionStepper.cpp55 SlaterDet* sdv = wfv_->sd(isp_loc,ikp_loc); in update() local
57 double* cptrm = (double*) sdv->c().valptr(); in update()
88 sd->riccati(*sdv); in update()
111 SlaterDet* sdv = wfv_->sd(isp_loc,ikp_loc); in compute_wfm() local
114 double* cptrv = (double*) sdv->c().valptr(); in compute_wfm()
138 sdv->riccati(*sd); in compute_wfm()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/gbuild/
H A DGallery.mk73 $(call gb_Gallery_get_workdir,%).sdv :
120 $(call gb_Package_add_file,$(2),$(gb_Gallery_INSTDIR)/$(1).sdv,$(1).sdv)
141 $(call gb_Gallery_get_workdir,$(1))/$(1).sdv \
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.censored.R505 ell1 <- -log(sdv[cen0]) -
519 sdv <- eta2theta(eta[, 2], .lsd ) functionVar
521 all(is.finite(sdv)) && all(0 < sdv)
533 sdv <- eta2theta(eta[, 2], .lsd ) functionVar
535 dl.dmu <- (y-mum) / sdv^2
536 dl.dsd <- (((y-mum)/sdv)^2 - 1) / sdv
543 temp21L <- mumL[cenL] / sdv[cenL]
573 temp21L <- mumL / sdv
576 temp31L <- ((1-PhiL) * sdv)^2
579 mumL * phiL / sdv) / (sdv * temp31L)
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/gbuild/
H A DGallery.mk79 $(call gb_Gallery_get_workdir,%).sdv :
126 $(call gb_Package_add_file,$(2),$(gb_Gallery_INSTDIR)/$(1).sdv,$(1).sdv)
147 $(call gb_Gallery_get_workdir,$(1))/$(1).sdv \

12345678910>>...12