Home
last modified time | relevance | path

Searched refs:cdfp (Results 1 – 25 of 28) sorted by relevance

12

/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dimport_cdf.c304 if (cdfp) in impcdfgroup()
320 if (cdfp) in impcdfgroup()
933 &((*cdfp)->maxRec), &((*cdfp)->numVars), in openCDF()
989 off1 = cdfp->dimSizes[1] * cdfp->dimSizes[2]; in conCol2Row()
1008 off1 = cdfp->dimSizes[1] * cdfp->dimSizes[2] * cdfp->dimSizes[3]; in conCol2Row()
1009 off2 = cdfp->dimSizes[2]*cdfp->dimSizes[3]; in conCol2Row()
1080 off2 = cdfp->dimSizes[1] * (cdfp->dimSizes[0] - cdfp->rotate[0]) * in cdfrotate()
1111 off1 = cdfp->dimSizes[2] * cdfp->dimSizes[1] * in cdfrotate()
1113 off2 = cdfp->dimSizes[2] * cdfp->dimSizes[1] * in cdfrotate()
1125 off2 = cdfp->dimSizes[2] * (cdfp->dimSizes[1] - cdfp->rotate[1]) in cdfrotate()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libthread/
H A Diorw.c27 int *cdfp, fd; in _iodial() local
32 cdfp = va_arg(*arg, int*); in _iodial()
34 fd = dial(addr, local, dir, cdfp); in _iodial()
38 iodial(Ioproc *io, char *addr, char *local, char *dir, int *cdfp) in iodial() argument
40 return iocall(io, _iodial, addr, local, dir, cdfp); in iodial()
/dports/biology/ncbi-toolkit/ncbi/biostruc/cdd/
H A Dthrdatd.c1363 Cor_Def* cdfp; in NewCorDef() local
1376 return(cdfp); in NewCorDef()
1384 MemFree(cdfp->sll.rfpt); in FreeCorDef()
1385 MemFree(cdfp->sll.nomn); in FreeCorDef()
1386 MemFree(cdfp->sll.nomx); in FreeCorDef()
1387 MemFree(cdfp->sll.comn); in FreeCorDef()
1388 MemFree(cdfp->sll.comx); in FreeCorDef()
1389 MemFree(cdfp->lll.llmn); in FreeCorDef()
1390 MemFree(cdfp->lll.llmx); in FreeCorDef()
1391 MemFree(cdfp->lll.lrfs); in FreeCorDef()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/structure/threader/
H A Dthrdatd.c1296 Cor_Def* cdfp; in NewCorDef() local
1309 return(cdfp); in NewCorDef()
1317 free(cdfp->sll.rfpt); in FreeCorDef()
1318 free(cdfp->sll.nomn); in FreeCorDef()
1319 free(cdfp->sll.nomx); in FreeCorDef()
1320 free(cdfp->sll.comn); in FreeCorDef()
1321 free(cdfp->sll.comx); in FreeCorDef()
1322 free(cdfp->lll.llmn); in FreeCorDef()
1323 free(cdfp->lll.llmx); in FreeCorDef()
1324 free(cdfp->lll.lrfs); in FreeCorDef()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/nctest/
H A Dadd.c170 errvar(cdfp, varp) in errvar() argument
171 struct netcdf *cdfp; in errvar()
205 (long)cdfp->dims[varp->dims[id]].size,
/dports/science/hdf/hdf-4.2.15/mfhdf/nctest/
H A Dadd.c179 errvar(cdfp, varp) in errvar() argument
180 struct netcdf *cdfp; in errvar()
214 (int)cdfp->dims[varp->dims[id]].size,
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/nctest/
H A Dadd.c170 errvar(cdfp, varp) in errvar() argument
171 struct netcdf *cdfp; in errvar()
205 (long)cdfp->dims[varp->dims[id]].size,
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/stat/distuv/
H A Dcategorical_test.go139 cdfp := dist.CDF(float64(i) + 0.5)
140 if cdfp != cdf {
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/stat/distuv/
H A Dcategorical_test.go196 cdfp := dist.CDF(float64(i) + 0.5)
197 if cdfp != cdf {
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDGlobalReliability.cpp976 Real cdfz, pdfz, cdfp, pdfp, cdfm, pdfm; in expected_feasibility() local
980 cdfm = cdfp = cdfz = (snvz > 0.) ? 1. : 0.; in expected_feasibility()
987 cdfp = Pecos::NormalRandomVariable::std_cdf(snvp); in expected_feasibility()
992 Real ef = (mean - zbar)*(2.*cdfz - cdfm - cdfp) //exploit in expected_feasibility()
994 - alpha*cdfp + alpha*cdfm); in expected_feasibility()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dcdmodule.c549 char *cdfp; in CD_parseframe() local
553 if (!PyArg_ParseTuple(args, "s#:parseframe", &cdfp, &length)) in CD_parseframe()
561 p = (CDFRAME *) cdfp; in CD_parseframe()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dcdmodule.c549 char *cdfp; in CD_parseframe() local
553 if (!PyArg_ParseTuple(args, "s#:parseframe", &cdfp, &length)) in CD_parseframe()
561 p = (CDFRAME *) cdfp; in CD_parseframe()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dthread.h160 int iodial(Ioproc *io, char *addr, char *local, char *dir, int *cdfp);
/dports/biology/infernal/infernal-1.1.3/src/
H A Dcmbuild.c220 FILE *cdfp; /* if --cdump, output file handle for dumping clustered MSAs */ member
303 cfg.cdfp = NULL; in main()
361 ….escfp || cfg.tblfp || cfg.efp || cfg.gfp || cfg.gtblfp || cfg.tfp || cfg.cdfp || cfg.refinefp || … in main()
396 if (cfg.cdfp != NULL) { in main()
398 fclose(cfg.cdfp); in main()
504 if((status = esl_msafile_Write(cfg->cdfp, msa, eslMSAFILE_STOCKHOLM)) != eslOK) in master()
937 if ((cfg->cdfp = fopen(esl_opt_GetString(go, "--cdump"), "w")) == NULL) in init_cfg()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StrictMath/
H A DLog10Tests.java377 {0x1.3fffffffffcdfp-143, -0x1.579a607f5e73p5}, in testLog10()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/StrictMath/
H A DLog10Tests.java377 {0x1.3fffffffffcdfp-143, -0x1.579a607f5e73p5}, in testLog10()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/StrictMath/
H A DLog10Tests.java377 {0x1.3fffffffffcdfp-143, -0x1.579a607f5e73p5}, in testLog10()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/StrictMath/
H A DLog10Tests.java377 {0x1.3fffffffffcdfp-143, -0x1.579a607f5e73p5}, in testLog10()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/StrictMath/
H A DLog10Tests.java377 {0x1.3fffffffffcdfp-143, -0x1.579a607f5e73p5}, in testLog10()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/StrictMath/
H A DLog10Tests.java377 {0x1.3fffffffffcdfp-143, -0x1.579a607f5e73p5}, in testLog10()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/StrictMath/
H A DLog10Tests.java377 {0x1.3fffffffffcdfp-143, -0x1.579a607f5e73p5}, in testLog10()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/StrictMath/
H A DLog10Tests.java377 {0x1.3fffffffffcdfp-143, -0x1.579a607f5e73p5}, in testLog10()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/StrictMath/
H A DLog10Tests.java377 {0x1.3fffffffffcdfp-143, -0x1.579a607f5e73p5}, in testLog10()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/StrictMath/
H A DLog10Tests.java377 {0x1.3fffffffffcdfp-143, -0x1.579a607f5e73p5}, in testLog10()
/dports/biology/ncbi-toolkit/ncbi/sequin/
H A Dsequin3.c19727 CdsDelFormPtr cdfp; in RemoveNthCDS_AcceptCallback() local
19734 cdfp = GetObjectExtra (b); in RemoveNthCDS_AcceptCallback()
19735 if (NULL == cdfp) { in RemoveNthCDS_AcceptCallback()
19741 if (cdfp->number == 0) { in RemoveNthCDS_AcceptCallback()
19743 MemFree (cdfp); in RemoveNthCDS_AcceptCallback()
19753 MemFree (cdfp); in RemoveNthCDS_AcceptCallback()
19783 MemFree (cdfp); in RemoveNthCDS_AcceptCallback()
19797 CdsDelFormPtr cdfp; in GetN_Callback() local
19801 if (cdfp == NULL) in GetN_Callback()
19831 cdfp->form = (ForM) w; in CreateGetNWindow()
[all …]

12