Home
last modified time | relevance | path

Searched refs:tdist (Results 251 – 275 of 540) sorted by relevance

1...<<11121314151617181920>>...22

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1905.c124 double tdist; /* Distance between first and last point. */ local
230 tdist = s6dist(econd1+kl*idim,econd1+kj*idim,idim);
234 if (DNEQUAL(tdist+tref,tref))
H A Ds1908.c139 double tdist; /* Distance between first and last point. */ local
261 tdist = s6dist(econd1+kl*idim,econd1+kj*idim,idim);
265 if (DNEQUAL(tdist+tref,tref))
H A Dsh1790.c134 double tdist; /* Distance between boxes. */ local
280 tdist = t2 - t3;
288 else if (t3 < t2 && (tdist > teps2 || !kpttest))
H A Ds1383.c163 double tdist; /* Distance */ local
410 tdist = s6dist(sder,smidd,kdims);
419 if (fabs(tdist) > aepsge || fabs(tang) > ANGULAR_TOLERANCE)
438 tfak = MAX(tdist/aepsge,(double)1.0);
H A Ds1313.c233 double tdist; /* Error at middle of current Bezier segement*/ local
926 tdist = -1;
962 tdist = s6dist(simiddpnt,smidd,3);
969 if (kstat == 2 || (fabs(tdist) > aepsge ||
1324 if (tdist<DZERO)
1330 tfak = MAX(tdist/aepsge,(double)1.0);
1686 double tdist,tang; /* Distance and angle error */ local
1857 tdist = fabs(s1309(sder,snorm,eimpli,ideg,&kstat));
1866 if (DNEQUAL(tdist+tmax,tmax))
H A Ds1789.c128 double tdist; /* Distance */ local
380 tdist = s6dist(ppoint->ecoef,sders,kdims);
382 if (tdist>aepsge)
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/scicos_sundials/src/ida/
H A Dida_ic.c162 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
206 tdist = ABS(tout1 - tn); in IDACalcIC()
208 if (tdist < troundoff) in IDACalcIC()
225 IDA_mem->ida_tscale = tdist; in IDACalcIC()
253 hic = PT001 * tdist; in IDACalcIC()
/dports/devel/upp/upp/bazaar/plugin/sundials/src/ida/
H A Dida_ic.c114 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
151 tdist = SUNRabs(tout1 - IDA_mem->ida_tn); in IDACalcIC()
153 if(tdist < troundoff) { in IDACalcIC()
169 IDA_mem->ida_tscale = tdist; in IDACalcIC()
192 hic = PT001*tdist; in IDACalcIC()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/ida/
H A Dida_ic.c114 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
151 tdist = SUNRabs(tout1 - IDA_mem->ida_tn); in IDACalcIC()
153 if(tdist < troundoff) { in IDACalcIC()
169 IDA_mem->ida_tscale = tdist; in IDACalcIC()
192 hic = PT001*tdist; in IDACalcIC()
/dports/math/sundials/sundials-5.7.0/src/ida/
H A Dida_ic.c114 realtype tdist, troundoff, minid, hic, ypnorm; in IDACalcIC() local
151 tdist = SUNRabs(tout1 - IDA_mem->ida_tn); in IDACalcIC()
153 if(tdist < troundoff) { in IDACalcIC()
169 IDA_mem->ida_tscale = tdist; in IDACalcIC()
192 hic = PT001*tdist; in IDACalcIC()
/dports/graphics/opencv/opencv-4.5.3/modules/calib3d/test/
H A Dtest_homography_decomp.cpp119 double tdist = cvtest::norm(*titer, _t, NORM_INF); in containsValidMotion() local
123 && tdist < max_error in containsValidMotion()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dcannon.c459 double tdist, tdx, tdy; in Cannon_aim() local
471 tdist = LENGTH(tdx, tdy); in Cannon_aim()
472 if (tdist > visualrange in Cannon_aim()
497 if (tdist < range in Cannon_aim()
502 if (tdist < closest) { in Cannon_aim()
509 if (tdist < range) { in Cannon_aim()
510 double a, t = tdist / speed; /* time */ in Cannon_aim()
534 closest = tdist; in Cannon_aim()
/dports/databases/grass7/grass-7.8.6/lib/vector/Vlib/
H A Dnet_analyze.c727 double *tdist) in find_shortest_path_coor() argument
763 if (tdist) in find_shortest_path_coor()
764 *tdist = 0; in find_shortest_path_coor()
791 &(tcosts[1]), tPoints[0], tPoints[1], tdist); in find_shortest_path_coor()
1030 double *tdist) in Vect_net_shortest_path_coor() argument
1034 FPoints, TPoints, fdist, tdist); in Vect_net_shortest_path_coor()
1066 double *tdist) in Vect_net_ttb_shortest_path_coor() argument
1070 NodesList, FPoints, TPoints, fdist, tdist); in Vect_net_ttb_shortest_path_coor()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/tachyon/src/
H A Dextvol.cpp155 flt t, tdist, dt, ddt, sum, tt; in ext_volume_texture() local
215 tdist = xvol->samples; in ext_volume_texture()
217 tt = (xvol->opacity / tdist); in ext_volume_texture()
223 dt = 1.0 / tdist; in ext_volume_texture()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/tachyon/src/
H A Dextvol.cpp155 flt t, tdist, dt, ddt, sum, tt; in ext_volume_texture() local
215 tdist = xvol->samples; in ext_volume_texture()
217 tt = (xvol->opacity / tdist); in ext_volume_texture()
223 dt = 1.0 / tdist; in ext_volume_texture()
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/tachyon/src/
H A Dextvol.cpp155 flt t, tdist, dt, ddt, sum, tt; in ext_volume_texture() local
243 tdist = xvol->samples; in ext_volume_texture()
245 tt = (xvol->opacity / tdist); in ext_volume_texture()
251 dt = 1.0 / tdist; in ext_volume_texture()
/dports/graphics/tachyon/tachyon/src/
H A Dvol.c144 flt t, tdist, dt, sum, tt; in scalar_volume_texture() local
213 tdist=sqrt(vol->xres*vol->xres + vol->yres*vol->yres + vol->zres*vol->zres); in scalar_volume_texture()
214 tt = (vol->opacity / tdist); in scalar_volume_texture()
220 dt=sqrt(bln.x*bln.x + bln.y*bln.y + bln.z*bln.z) / tdist; in scalar_volume_texture()
H A Dextvol.c113 flt t, tdist, dt, ddt, sum, tt; in ext_volume_texture() local
173 tdist = xvol->samples; in ext_volume_texture()
175 tt = (xvol->opacity / tdist); in ext_volume_texture()
181 dt = 1.0 / tdist; in ext_volume_texture()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/
H A Di_video_xshm.c1626 int best, tdist, i; in VID_GetModeForSize() local
1635 if( bestdist > tdist ) in VID_GetModeForSize()
1637 bestdist = tdist; in VID_GetModeForSize()
1639 if( tdist == 0 ) break; // found exact match in VID_GetModeForSize()
1656 tdist = abs(vmm->hdisplay - rw) + abs(vmm->vdisplay - rh); in VID_GetModeForSize()
1658 if( bestdist > tdist ) in VID_GetModeForSize()
1660 bestdist = tdist; in VID_GetModeForSize()
1662 if( tdist == 0 ) break; // found exact match in VID_GetModeForSize()
1675 if( bestdist > tdist ) in VID_GetModeForSize()
1677 bestdist = tdist; in VID_GetModeForSize()
[all …]
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/djgppdos/
H A DVid_vesa.c286 int tdist = INT_MAX; in VID_GetModeForSize() local
299 tdist = abs(pv->width - rw) + abs(pv->height - rh); in VID_GetModeForSize()
301 if( bestdist > tdist ) in VID_GetModeForSize()
303 bestdist = tdist; in VID_GetModeForSize()
305 if( tdist == 0 ) break; // found exact match in VID_GetModeForSize()
/dports/graphics/opencv/opencv-4.5.3/modules/core/src/
H A Dkmeans.cpp103 float* dist = &_dist[0], *tdist = dist + N, *tdist2 = tdist + N; in generateCentersPP() local
143 std::swap(tdist, tdist2); in generateCentersPP()
150 std::swap(dist, tdist); in generateCentersPP()
/dports/math/vtk9/VTK-9.1.0/IO/AMR/
H A DvtkAMRVelodyneReader.cxx139 double tdist = (this->timeList[cnt] - requestedTime > requestedTime - this->timeList[cnt]) in RequestData() local
142 if (minDist < 0 || tdist < minDist) in RequestData()
144 minDist = tdist; in RequestData()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dppmtoacad.c205 long tdist = dr * dr + dg * dg + db * db; local
207 if (tdist < dist) {
208 dist = tdist;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/test/
H A Dboost_test_dist.cpp204 Pecos::students_t_dist tdist(10); in print_comparison() local
205 PCout << std::setw(16) << "Boost " << bmth::quantile(tdist,cdf_value) << '\n'; in print_comparison()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxana/
H A Dnsfactor.cpp256 gmx::UniformIntDistribution<int> tdist(0, isize - 1); in calc_radial_distribution_histogram() local
265 i = tdist(trng[tid]); // [0,isize-1] in calc_radial_distribution_histogram()
266 j = tdist(trng[tid]); // [0,isize-1] in calc_radial_distribution_histogram()

1...<<11121314151617181920>>...22