Home
last modified time | relevance | path

Searched refs:normd (Results 1 – 25 of 40) sorted by relevance

12

/dports/databases/tile38/tile38-1.12.0/index/
H A Dnorm.go38 return mins, maxs, normd
44 swLat, neLat, normd = neLat, swLat, true
78 mins, maxs, normd = normRectStep(swLat, 180+(180+swLon), neLat, 180, mins, maxs, normd)
79 mins, maxs, normd = normRectStep(swLat, -180, neLat, neLon, mins, maxs, normd)
81 mins, maxs, normd = normRectStep(swLat, swLon, neLat, 180, mins, maxs, normd)
82 mins, maxs, normd = normRectStep(swLat, -180, neLat, -180+(neLon-180), mins, maxs, normd)
107 mins, maxs, normd = normRectStep(swLat, swLon, 90, neLon, mins, maxs, normd)
108 mins, maxs, normd = normRectStep(90-(neLat-90), swLon-180, 90, neLon-180, mins, maxs, normd)
110 mins, maxs, normd = normRectStep(-90, swLon, neLat, neLon, mins, maxs, normd)
111 mins, maxs, normd = normRectStep(-90, swLon-180, -90-(90+swLat), neLon-180, mins, maxs, normd)
[all …]
H A Dindex.go53 x, y, normd := normPoint(minY, minX)
54 if normd {
63 mins, maxs, normd := normRect(minY, minX, maxY, maxX)
64 if normd {
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/xmlpatternssdk/
H A DGlobal.cpp68 const QString normd(value.simplified()); in readBoolean() local
70 if(normd == QLatin1String("true") || in readBoolean()
71 normd == QLatin1String("1")) in readBoolean()
73 else if(normd.isEmpty() || in readBoolean()
74 normd == QLatin1String("false") || in readBoolean()
75 normd == QLatin1String("0")) in readBoolean()
/dports/biology/migrate/migrate-3.6.11/src/
H A Dcombroyden2.c201 MYREAL normd = 0.; in estimateParameter() local
304 world->normd = nr->normd; in estimateParameter()
1290 *normd20 = normd; in guard_broyden()
1389 nr->normd = normd; in maximize()
1448 nr->normd = normd = norm (gxv, nnn); in maximize()
1556 tyme[0][loci].normd = normd; in finish_broyden()
1559 nr->normd = normd; in finish_broyden()
1568 tyme[world->repstop][world->locus].normd = normd; in finish_broyden()
1577 tyme[world->rep][world->locus].normd = normd; in finish_broyden()
1598 nr->normd = normd; in finish_broyden()
[all …]
H A Dprofile.c67 MYREAL *mlparam, MYREAL *normd, nr_fmt * nr);
1032 MYREAL prob, normd, maxlike, testlike, minparam = 0, maxparam = 0; in profile_max_percentiles() local
1110 &likes[i], which, world, QD, QD2, mlparam, &normd, in profile_max_percentiles()
1132 MYREAL prob, normd, maxlike, testlike; in profile_max_spline() local
1189 normd = nr->normd; in profile_max_spline()
1257 do_profiles (nr->world, nr, likes, &normd, PROFILE, in profile_max_spline()
1261 normd = nr->normd; in profile_max_spline()
1615 MYREAL *mlparam, MYREAL *normd, nr_fmt * nr) in find_profilelike() argument
1637 *normd = -1; in find_profilelike()
1738 *normd = nr->normd; in find_profilelike()
[all …]
H A Dcombroyden.h83 MYREAL *normd, long kind, long rep, long repkind);
H A Daic.c316 MYREAL normd = 0; in fast_aic_score() local
347 (void) do_profiles (nr->world, nr, &likes, &normd, PROFILE, in fast_aic_score()
505 MYREAL normd = 0; in aic_score() local
536 (void) do_profiles (nr->world, nr, &likes, &normd, PROFILE, in aic_score()
H A Dmigration.h803 MYREAL normd; member
1182 MYREAL normd; member
1291 MYREAL normd; member
/dports/graphics/embree/embree-3.13.2/tutorials/collide/
H A Dconstraints.cpp37 auto normd = 1.f / d; in solvePositionConstraint() local
46 jac.x = normd * (x1.x - x0.x); in solvePositionConstraint()
47 jac.y = normd * (x1.y - x0.y); in solvePositionConstraint()
48 jac.z = normd * (x1.z - x0.z); in solvePositionConstraint()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/
H A DdaeRSkinning.cpp392 osg::Vec3dArray* normd = NULL; in processSkin() local
403 normd = static_cast<osg::Vec3dArray*>(norm); in processSkin()
404 for (size_t i = 0; i < normd->size(); ++i) in processSkin()
406 (*normd)[i] = osg::Matrix::transform3x3((*normd)[i], bindMatrix); in processSkin()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dae/
H A DdaeRSkinning.cpp392 osg::Vec3dArray* normd = NULL; in processSkin() local
403 normd = static_cast<osg::Vec3dArray*>(norm); in processSkin()
404 for (size_t i = 0; i < normd->size(); ++i) in processSkin()
406 (*normd)[i] = osg::Matrix::transform3x3((*normd)[i], bindMatrix); in processSkin()
/dports/science/PETSc/petsc-3.14.1/src/tao/complementarity/impls/ssls/
H A Dssils.c39 PetscReal psi, ndpsi, normd, innerd, t=0; in TaoSolve_SSILS() local
81 ierr = VecNorm(tao->stepdirection,NORM_2,&normd);CHKERRQ(ierr); in TaoSolve_SSILS()
85 if (innerd <= delta*PetscPowReal(normd, rho)) { in TaoSolve_SSILS()
H A Dssfls.c31 PetscReal psi, ndpsi, normd, innerd, t=0; in TaoSolve_SSFLS() local
79 ierr = VecNorm(ssls->w,NORM_2,&normd);CHKERRQ(ierr); in TaoSolve_SSFLS()
83 if (innerd >= -delta*PetscPowReal(normd, rho)) { in TaoSolve_SSFLS()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageIntensity/test/
H A DitkComplexToModulusFilterAndAdaptorTest.cxx122 double normd = std::sqrt( input.real() * input.real() + in itkComplexToModulusFilterAndAdaptorTest() local
125 const auto norm = static_cast<OutputImageType::PixelType>( normd ); in itkComplexToModulusFilterAndAdaptorTest()
/dports/science/py-dipy/dipy-1.4.1/dipy/tracking/
H A Dpropspeed.pyx179 double normd
224 normd = new_direction[0]**2 + new_direction[1]**2 + new_direction[2]**2
225 normd = 1 / sqrt(normd)
227 direction[i] = new_direction[i] * normd
/dports/science/PETSc/petsc-3.14.1/src/tao/complementarity/impls/asls/
H A Dasfls.c132 PetscReal psi,ndpsi, normd, innerd, t=0; in TaoSolve_ASFLS() local
265 ierr = VecNorm(asls->w, NORM_2, &normd);CHKERRQ(ierr); in TaoSolve_ASFLS()
268 if (innerd >= -asls->delta*PetscPowReal(normd, asls->rho)) { in TaoSolve_ASFLS()
H A Dasils.c131 PetscReal psi,ndpsi, normd, innerd, t=0; in TaoSolve_ASILS() local
260 ierr = VecNorm(tao->stepdirection, NORM_2, &normd);CHKERRQ(ierr); in TaoSolve_ASILS()
263 if (innerd <= asls->delta*PetscPowReal(normd, asls->rho)) { in TaoSolve_ASILS()
/dports/databases/xtrabackup/boost_1_59_0/libs/tr1/test/
H A Dtest_random.cpp330 std::tr1::normal_distribution<> normd; in main() local
331 check_random_distribution(&normd); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/tr1/test/
H A Dtest_random.cpp330 std::tr1::normal_distribution<> normd; in main() local
331 check_random_distribution(&normd); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/tr1/test/
H A Dtest_random.cpp330 std::tr1::normal_distribution<> normd; in main() local
331 check_random_distribution(&normd); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/tr1/test/
H A Dtest_random.cpp330 std::tr1::normal_distribution<> normd; in main() local
331 check_random_distribution(&normd); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/tr1/test/
H A Dtest_random.cpp330 std::tr1::normal_distribution<> normd; in main() local
331 check_random_distribution(&normd); in main()
/dports/math/libflame/libflame-5.2.0/src/blas/3/gemm/front/flamec/test/fla/
H A Dtest_Gemm.c74 FLA_Obj alpha0d, alpha0z, alpha1d, alpha1z, normd, normz; in main() local
/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/progs.d/
H A Dmakefile31 ${BIN}/normrun: normd.o normp1.o normp2.o chb.o permfns.o morepermfns.o
/dports/science/PETSc/petsc-3.14.1/src/tao/leastsquares/impls/pounders/
H A Dpounders.c357 PetscReal normd; in morepoints() local
389 ierr = VecNorm(mfqP->workxvec,NORM_2,&normd);CHKERRQ(ierr); in morepoints()
390 normd /= mfqP->delta; in morepoints()
391 if (normd > mfqP->c2) { in morepoints()
584 PetscReal proj,normd; in affpoints() local
596 normd = BLASnrm2_(&blasn,mfqP->work,&ione); in affpoints()
597 if (normd <= c) { in affpoints()

12