Home
last modified time | relevance | path

Searched refs:nDT (Results 1 – 25 of 34) sorted by relevance

12

/dports/math/spooles-mpich/spooles.2.2_SHARED/Chv/drivers/
H A Ddo_update11 set nDT = 5
20 set nDT = 7
34 $ncolT $nDT $ncolU $nrowD $nentU $offset $seed
H A Dtest_update.c27 int irow, msglvl, ncolT, nDT, ncolU, nentT, nentU, nrowD, in main() local
71 nDT = atoi(argv[7]) ; in main()
91 ncolT, nDT, ncolU, nrowD, nentU, offset, seed) ; in main()
132 Chv_init(chvT, 0, nDT, ncolT - nDT, ncolT - nDT, type, symflag) ; in main()
153 for ( irow = 0 ; irow < nDT ; irow++ ) { in main()
/dports/math/spooles-mpich/spooles.2.2/Chv/drivers/
H A Ddo_update11 set nDT = 5
20 set nDT = 7
34 $ncolT $nDT $ncolU $nrowD $nentU $offset $seed
H A Dtest_update.c27 int irow, msglvl, ncolT, nDT, ncolU, nentT, nentU, nrowD, in main() local
71 nDT = atoi(argv[7]) ; in main()
91 ncolT, nDT, ncolU, nrowD, nentU, offset, seed) ; in main()
132 Chv_init(chvT, 0, nDT, ncolT - nDT, ncolT - nDT, type, symflag) ; in main()
153 for ( irow = 0 ; irow < nDT ; irow++ ) { in main()
/dports/math/spooles/spooles.2.2_SHARED/Chv/drivers/
H A Ddo_update11 set nDT = 5
20 set nDT = 7
34 $ncolT $nDT $ncolU $nrowD $nentU $offset $seed
H A Dtest_update.c27 int irow, msglvl, ncolT, nDT, ncolU, nentT, nentU, nrowD, in main() local
71 nDT = atoi(argv[7]) ; in main()
91 ncolT, nDT, ncolU, nrowD, nentU, offset, seed) ; in main()
132 Chv_init(chvT, 0, nDT, ncolT - nDT, ncolT - nDT, type, symflag) ; in main()
153 for ( irow = 0 ; irow < nDT ; irow++ ) { in main()
/dports/math/spooles/spooles.2.2/Chv/drivers/
H A Ddo_update11 set nDT = 5
20 set nDT = 7
34 $ncolT $nDT $ncolU $nrowD $nentU $offset $seed
H A Dtest_update.c27 int irow, msglvl, ncolT, nDT, ncolU, nentT, nentU, nrowD, in main() local
71 nDT = atoi(argv[7]) ; in main()
91 ncolT, nDT, ncolU, nrowD, nentU, offset, seed) ; in main()
132 Chv_init(chvT, 0, nDT, ncolT - nDT, ncolT - nDT, type, symflag) ; in main()
153 for ( irow = 0 ; irow < nDT ; irow++ ) { in main()
/dports/www/beehive/beehive-0.4.0/vendor/github.com/PuerkitoBio/goquery/
H A Dutilities_test.go34 nDT := n0.FirstChild
48 {nDT, html.DoctypeNode, "html"},
91 nDT := n0.FirstChild
104 {nDT, nil, "<!DOCTYPE html>"}, // render makes DOCTYPE all caps
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/PuerkitoBio/goquery/
H A Dutilities_test.go34 nDT := n0.FirstChild
48 {nDT, html.DoctypeNode, "html"},
91 nDT := n0.FirstChild
104 {nDT, nil, "<!DOCTYPE html>"}, // render makes DOCTYPE all caps
/dports/www/aquatone/aquatone-1.7.0/vendor/github.com/PuerkitoBio/goquery/
H A Dutilities_test.go34 nDT := n0.FirstChild
48 {nDT, html.DoctypeNode, "html"},
91 nDT := n0.FirstChild
104 {nDT, nil, "<!DOCTYPE html>"}, // render makes DOCTYPE all caps
/dports/www/wuzz/wuzz-0.5.0/vendor/github.com/PuerkitoBio/goquery/
H A Dutilities_test.go34 nDT := n0.FirstChild
48 {nDT, html.DoctypeNode, "html"},
91 nDT := n0.FirstChild
104 {nDT, nil, "<!DOCTYPE html>"}, // render makes DOCTYPE all caps
/dports/www/miniflux/v2-2.0.35/vendor/github.com/PuerkitoBio/goquery/
H A Dutilities_test.go34 nDT := n0.FirstChild
48 {nDT, html.DoctypeNode, "html"},
91 nDT := n0.FirstChild
104 {nDT, nil, "<!DOCTYPE html>"}, // render makes DOCTYPE all caps
/dports/www/colly/colly-2.1.0/vendor/github.com/PuerkitoBio/goquery/
H A Dutilities_test.go34 nDT := n0.FirstChild
48 {nDT, html.DoctypeNode, "html"},
91 nDT := n0.FirstChild
104 {nDT, nil, "<!DOCTYPE html>"}, // render makes DOCTYPE all caps
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/PuerkitoBio/goquery/goquery-1.5.0/
H A Dutilities_test.go34 nDT := n0.FirstChild
48 {nDT, html.DoctypeNode, "html"},
91 nDT := n0.FirstChild
104 {nDT, nil, "<!DOCTYPE html>"}, // render makes DOCTYPE all caps
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwriterwordglue.cxx734 nDT <<= 9; in DateTime2DTTM()
735 nDT += ( rDT.GetYear() - 1900 ) & 0x1ff; in DateTime2DTTM()
736 nDT <<= 4; in DateTime2DTTM()
737 nDT += rDT.GetMonth() & 0xf; in DateTime2DTTM()
738 nDT <<= 5; in DateTime2DTTM()
739 nDT += rDT.GetDay() & 0x1f; in DateTime2DTTM()
740 nDT <<= 5; in DateTime2DTTM()
741 nDT += rDT.GetHour() & 0x1f; in DateTime2DTTM()
742 nDT <<= 6; in DateTime2DTTM()
743 nDT += rDT.GetMin() & 0x3f; in DateTime2DTTM()
[all …]
H A Dww8par5.cxx1705 SvNumFormatType nDT = GetTimeDatePara(rStr, nFormat, nLang, pF->nId); in Read_F_DocInfo() local
1706 switch (nDT) in Read_F_DocInfo()
1804 SvNumFormatType nDT = GetTimeDatePara(rStr, nFormat, nLang, ww::eDATE, bHijri); in Read_F_DateTime() local
1806 if( SvNumFormatType::UNDEFINED == nDT ) // no D/T-Formatstring in Read_F_DateTime()
1810 nDT = SvNumFormatType::TIME; in Read_F_DateTime()
1816 nDT = SvNumFormatType::DATE; in Read_F_DateTime()
1822 if (nDT & SvNumFormatType::DATE || nDT == SvNumFormatType::TIME) in Read_F_DateTime()
1826 nDT & SvNumFormatType::DATE ? DATEFLD : TIMEFLD, nFormat); in Read_F_DateTime()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwriterwordglue.cxx740 nDT <<= 9; in DateTime2DTTM()
741 nDT += ( rDT.GetYear() - 1900 ) & 0x1ff; in DateTime2DTTM()
742 nDT <<= 4; in DateTime2DTTM()
743 nDT += rDT.GetMonth() & 0xf; in DateTime2DTTM()
744 nDT <<= 5; in DateTime2DTTM()
745 nDT += rDT.GetDay() & 0x1f; in DateTime2DTTM()
746 nDT <<= 5; in DateTime2DTTM()
747 nDT += rDT.GetHour() & 0x1f; in DateTime2DTTM()
748 nDT <<= 6; in DateTime2DTTM()
749 nDT += rDT.GetMin() & 0x3f; in DateTime2DTTM()
[all …]
H A Dww8par5.cxx1717 SvNumFormatType nDT = GetTimeDatePara(rStr, nFormat, nLang, pF->nId); in Read_F_DocInfo() local
1718 switch (nDT) in Read_F_DocInfo()
1816 SvNumFormatType nDT = GetTimeDatePara(rStr, nFormat, nLang, ww::eDATE, bHijri); in Read_F_DateTime() local
1818 if( SvNumFormatType::UNDEFINED == nDT ) // no D/T-Formatstring in Read_F_DateTime()
1822 nDT = SvNumFormatType::TIME; in Read_F_DateTime()
1828 nDT = SvNumFormatType::DATE; in Read_F_DateTime()
1834 if (nDT & SvNumFormatType::DATE) in Read_F_DateTime()
1841 else if (nDT == SvNumFormatType::TIME) in Read_F_DateTime()
/dports/math/openturns/openturns-1.18/validation/src/
H A DValidInverseIsoprobabilisticTransformationEllipticalCopula.mws17 \nS:=array(1..3):\nX:=[QDF1,CDF2,CDF3]:\nDT:=array(1..3,1..3):\nD2T:=a
H A DValidIsoProbabilisicTransformationEllipticalCopula.mws25 T:=array(1..3):\nU:=[CDF1,CDF2,CDF3]:\nDT:=array(1..3,1..3):\nD2T:=arr
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalclientserver.cpp2500 int nDT; in GDALServerLoop() local
2511 !GDALPipeRead(p, &nDT) || in GDALServerLoop()
2546 (GDALDataType)nDT, in GDALServerLoop()
3231 int nDT; in GDALServerLoop() local
3239 !GDALPipeRead(p, &nDT) || in GDALServerLoop()
3243 (GDALDataType)nDT, papszOptions); in GDALServerLoop()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gpkg/
H A Dogrgeopackagetablelayer.cpp313 GIntBig nDT = CPLYMDHMSToUnixTime(&brokendowntime); in FeatureBindParameters() local
315 nDT -= TZOffset * 60; in FeatureBindParameters()
316 CPLUnixTimeToYMDHMS(nDT, &brokendowntime); in FeatureBindParameters()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gpkg/
H A Dogrgeopackagetablelayer.cpp313 GIntBig nDT = CPLYMDHMSToUnixTime(&brokendowntime); in FeatureBindParameters() local
315 nDT -= TZOffset * 60; in FeatureBindParameters()
316 CPLUnixTimeToYMDHMS(nDT, &brokendowntime); in FeatureBindParameters()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gpkg/
H A Dogrgeopackagetablelayer.cpp313 GIntBig nDT = CPLYMDHMSToUnixTime(&brokendowntime); in FeatureBindParameters() local
315 nDT -= TZOffset * 60; in FeatureBindParameters()
316 CPLUnixTimeToYMDHMS(nDT, &brokendowntime); in FeatureBindParameters()

12