Home
last modified time | relevance | path

Searched refs:temp_phi (Results 1 – 9 of 9) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/algo/
H A Dbwm_utm_lat_lon.cxx176 double con,temp_phi; // temporary angles in transform() local
218 temp_phi = con; in transform()
222 ((con + e12 * std::sin(2.0*temp_phi) - e22 * std::sin(4.0*temp_phi) + e32 * in transform()
223 std::sin(6.0*temp_phi)) / e02) - temp_phi; in transform()
227 temp_phi += delta_phi; in transform()
235 if (vnl_math::abs(temp_phi) < vnl_math::pi_over_2) in transform()
237 sin_phi = std::sin(temp_phi); in transform()
238 cos_phi = std::cos(temp_phi); in transform()
239 tan_phi = std::tan(temp_phi); in transform()
250 temp_phi - (n * tan_phi * ds / r) * in transform()
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_utm.cxx201 double con, temp_phi; // temporary angles in transform() local
243 temp_phi = con; in transform()
247 …((con + e12 * std::sin(2.0 * temp_phi) - e22 * std::sin(4.0 * temp_phi) + e32 * std::sin(6.0 * tem… in transform()
249 temp_phi; in transform()
253 temp_phi += delta_phi; in transform()
262 if (vnl_math::abs(temp_phi) < vnl_math::pi_over_2) in transform()
264 sin_phi = std::sin(temp_phi); in transform()
265 cos_phi = std::cos(temp_phi); in transform()
266 tan_phi = std::tan(temp_phi); in transform()
276 phi = temp_phi - (n * tan_phi * ds / r) * in transform()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A DlinearPolar.cl28 unsigned temp_phi=phi + local_0;
29 if (temp_phi < height)
31 l_double[local_0] = cp_sp[temp_phi];
H A DlogPolar.cl28 unsigned temp_phi = phi + local_0;
29 if (temp_phi < height)
31 l_double[local_0] = cp_sp[temp_phi];
/dports/misc/xgboost/xgboost-1.5.1/gputreeshap/GPUTreeShap/
H A Dgpu_treeshap.h1260 double_vector temp_phi(phis_end - phis_begin, 0.0); in GPUTreeShap()
1266 auto d_temp_phi = temp_phi.data().get(); in GPUTreeShap()
1282 temp_phi.data().get()); in GPUTreeShap()
1283 thrust::copy(temp_phi.begin(), temp_phi.end(), phis_begin); in GPUTreeShap()
1344 double_vector temp_phi(phis_end - phis_begin, 0.0); in GPUTreeShapInteractions()
1350 auto d_temp_phi = temp_phi.data().get(); in GPUTreeShapInteractions()
1368 thrust::copy(temp_phi.begin(), temp_phi.end(), phis_begin); in GPUTreeShapInteractions()
1435 double_vector temp_phi(phis_end - phis_begin, 0.0); in GPUTreeShapTaylorInteractions()
1441 auto d_temp_phi = temp_phi.data().get(); in GPUTreeShapTaylorInteractions()
1460 thrust::copy(temp_phi.begin(), temp_phi.end(), phis_begin); in GPUTreeShapTaylorInteractions()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/geotrans/
H A Domerc.c522 double temp_phi = 0.0; in Convert_Oblique_Mercator_To_Geodetic() local
562 while (fabs(phi - temp_phi) > 1.0e-10) in Convert_Oblique_Mercator_To_Geodetic()
564 temp_phi = phi; in Convert_Oblique_Mercator_To_Geodetic()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimObliqueMercatorProjection.cpp630 double temp_phi = 0.0;
670 while (fabs(phi - temp_phi) > 1.0e-10)
672 temp_phi = phi;
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_photon.c2392 PhImage_t *temp_phi = NULL; in gui_ph_toolbar_load_icon() local
2394 temp_phi = PxLoadImage(iconfile, NULL); in gui_ph_toolbar_load_icon()
2395 if (temp_phi != NULL) in gui_ph_toolbar_load_icon()
2399 temp_phi->flags |= Ph_RELEASE_IMAGE_ALL; in gui_ph_toolbar_load_icon()
2400 memcpy(&external_icon, temp_phi, sizeof(external_icon)); in gui_ph_toolbar_load_icon()
2401 free(temp_phi); in gui_ph_toolbar_load_icon()
2403 temp_phi = &external_icon; in gui_ph_toolbar_load_icon()
2405 return temp_phi; in gui_ph_toolbar_load_icon()
/dports/misc/lastools/LAStools-8ff2694/src/
H A Dgeoprojectionconverter.cpp9304 double temp_phi = 0.0; in convertToGeodetic() local
9346 while (fabs(phi - temp_phi) > 1.0e-10 && count) in convertToGeodetic()
9348 temp_phi = phi; in convertToGeodetic()