Home
last modified time | relevance | path

Searched refs:longit (Results 1 – 25 of 39) sorted by relevance

12

/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Devaluate-cardiac-motion.cc110 _Longit->GetTuple(ptId, longit); in operator ()()
124 v_pc[0] -= dp * longit[0]; in operator ()()
125 v_pc[1] -= dp * longit[1]; in operator ()()
126 v_pc[2] -= dp * longit[2]; in operator ()()
135 cs = abs(vtkMath::Dot(radial, longit)) / (vtkMath::Norm(radial) * vtkMath::Norm(longit)); in operator ()()
146 radial[0] -= dp * longit[0]; in operator ()()
147 radial[1] -= dp * longit[1]; in operator ()()
148 radial[2] -= dp * longit[2]; in operator ()()
204 body._Longit = longit; in Run()
421 longit->SetName("Dir_Longit"); in main()
[all …]
/dports/www/domoticz/domoticz-2020.2/main/
H A DSunRiseSet.cpp123 bool SunRiseSet::GetSunRiseSet(const double latit, const double longit, _tSubRiseSetResults& result) in GetSunRiseSet() argument
134 return GetSunRiseSet(latit, longit, year, month, day, result); in GetSunRiseSet()
138 bool SunRiseSet::GetSunRiseSet(const double latit, const double longit, const int year, const int m… in GetSunRiseSet() argument
141 result.longit = longit; in GetSunRiseSet()
153 daylen = day_length(year, month, day, longit, latit); in GetSunRiseSet()
165 rs = sun_rise_set(year, month, day, longit, latit, &rise, &set); in GetSunRiseSet()
166 civ = civil_twilight(year, month, day, longit, latit, &civ_start, &civ_end); in GetSunRiseSet()
167 naut = nautical_twilight(year, month, day, longit, latit, &naut_start, &naut_end); in GetSunRiseSet()
168 astr = astronomical_twilight(year, month, day, longit, latit, &astr_start, &astr_end); in GetSunRiseSet()
H A DSunRiseSet.h9 double longit; member
39 static bool GetSunRiseSet(const double latit, const double longit, _tSubRiseSetResults &result);
40 …static bool GetSunRiseSet(const double latit, const double longit, const int year, const int month…
/dports/math/R-cran-VGAM/VGAM/R/
H A Dfamily.circular.R149 longit <- log(0.5) / log1p(-(mediany^colati)) functionVar
151 sum(c(w) * dvMF3(y, colati = colati, longit = longit,
169 ll.vMF3 <- function(concenval, colati, longit, argument
174 longit = longit, log = TRUE))
209 longit
241 ll.elts <- c(w) * dvMF3(x = y, colati, longitude = longit,
254 all(is.finite(longit)) && # all(0 < longit) &&
269 longit = longit, concen = concen)
285 cos(y[, c(FALSE, TRUE)] - longit) +
291 cos(y[, c(FALSE, TRUE)] - longit) -
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/place/
H A D_withinarea.py116 latit, longit = conv_lat_lon(lat, lon, "D.D8")
117 if latit is None or longit is None:
120 float(self.longitude)-float(longit))
/dports/astro/xtide/xtide-2.15.3/libxtide/
H A DSkycal.cc196 static double lst(double jd, double longit) in lst() argument
224 sid_g = sid_g + 1.0027379093 * ut - longit/24.; in lst()
265 static double altitude (double jd, double lat, double longit, bool lunar) { in altitude() argument
268 sid = lst(jd,longit); in altitude()
274 return altit(dec, lst(jd,longit)-ra, lat); in altitude()
306 alt2 = altitude (jdguess, lat, longit, lunar); in jd_alt()
308 alt3 = altitude (jdguess, lat, longit, lunar); in jd_alt()
321 alt3 = altitude (jdguess, lat, longit, lunar); in jd_alt()
334 alt2 = altitude (jdguess, lat, longit, lunar); in jd_alt()
889 find_next_rise_or_set (double &jd, double lat, double longit, bool lunar, in find_next_rise_or_set() argument
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bwm/video/exe/
H A Dbwm_video_corr_proc_gt.cxx30 double lat, longit, alt, heading, tilt, roll, focal_length, ni, nj, lvcs_lat, lvcs_longit; in process_camera_from_photo_overlay() local
34 pfs >> dummy; pfs >> lat; pfs >> dummy; pfs >> longit; pfs >> dummy; pfs >> alt; in process_camera_from_photo_overlay()
39 std::cout << "read params: " << lat << ' ' << longit << ' ' << alt << ' ' in process_camera_from_photo_overlay()
47 lvcs->global_to_local(longit, lat, alt, lvcs->get_cs_name(), x,y,z); in process_camera_from_photo_overlay()
52 lvcs->global_to_local(longit, lat+1, alt, lvcs->get_cs_name(), x,y,z); in process_camera_from_photo_overlay()
104 double latt, double longit, std::string const& output_site_path) in process_conv() argument
111 std::cout << " LVCS coords: latitude: " << latt << " longitude: " << longit << std::endl; in process_conv()
118 vpgl_lvcs_sptr lvcs = new vpgl_lvcs(latt, longit); in process_conv()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dtypo-correction-no-hang.cpp23 int longit() const; //expected-note{{'longit' declared here}}
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dtypo-correction-no-hang.cpp23 int longit() const; //expected-note{{'longit' declared here}}
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dtypo-correction-no-hang.cpp23 int longit() const; //expected-note{{'longit' declared here}}
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Dtypo-correction-no-hang.cpp23 int longit() const; //expected-note{{'longit' declared here}}
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dtypo-correction-no-hang.cpp23 int longit() const; //expected-note{{'longit' declared here}}
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dtypo-correction-no-hang.cpp23 int longit() const; //expected-note{{'longit' declared here}}
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dtypo-correction-no-hang.cpp23 int longit() const; //expected-note{{'longit' declared here}}
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dtypo-correction-no-hang.cpp23 int longit() const; //expected-note{{'longit' declared here}}
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dtypo-correction-no-hang.cpp23 int longit() const; //expected-note{{'longit' declared here}}
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dtypo-correction-no-hang.cpp23 int longit() const; //expected-note{{'longit' declared here}}
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dplanets.cpp13 ld longit = 0, latit = 0; variable
331 h = cspin(1, 2, latit*degree) * cspin(0, 2, -longit*degree) * h; in draw_earth()
468 add_edit(longit); in show()
507 param_f(longit, "moon_long") in __anon7c93ddbe0b02()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/BsdSocketLib/
H A Dres_debug.c738 u_int32_t latit = 0, longit = 0, alt = 0; in loc_aton() local
757 longit = lltemp2; in loc_aton()
759 longit = lltemp1; in loc_aton()
834 PUTLONG(longit,bcp); in loc_aton()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dres_debug.c722 u_int32_t latit = 0, longit = 0, alt = 0; local
741 longit = lltemp2;
743 longit = lltemp1;
818 PUTLONG(longit,bcp);
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Dres_debug.c796 u_int32_t latit = 0, longit = 0, alt = 0; local
815 longit = lltemp2;
817 longit = lltemp1;
892 PUTLONG(longit,bcp);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dres_debug.c722 u_int32_t latit = 0, longit = 0, alt = 0; local
741 longit = lltemp2;
743 longit = lltemp1;
818 PUTLONG(longit,bcp);
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/
H A Dclock.h102 void calculateSun( double latit, double longit, wxDateTime &sunrise, wxDateTime &sunset );
/dports/dns/libbind/libbind-6.0/resolv/
H A Dres_debug.c924 u_int32_t latit = 0, longit = 0, alt = 0; local
943 longit = lltemp2;
945 longit = lltemp1;
1020 PUTLONG(longit,bcp);
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/resolv/
H A Dres_debug.c937 u_int32_t latit = 0, longit = 0, alt = 0; in loc_aton() local
956 longit = lltemp2; in loc_aton()
958 longit = lltemp1; in loc_aton()
1033 PUTLONG(longit,bcp); in loc_aton()

12