Home
last modified time | relevance | path

Searched refs:tz0 (Results 1 – 25 of 98) sorted by relevance

1234

/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1323.c163 double tx0,ty0,tz0; /* Local version of point on axis */ local
214 tz0 = etop[2];
219 temp = (tx0*twx*twx + twx*(ty0*twy+tz0*twz))/tcost2 - tx0;
227 temp = (ty0*twy*twy + twy*(tz0*twz+tx0*twx))/tcost2 - ty0;
235 temp = (tz0*twz*twz + twz*(tx0*twx+ty0*twy))/tcost2 - tz0;
242 temp = tx0*tx0 + ty0*ty0 + tz0*tz0
243 - ( tx0*tx0*twx*twx + ty0*ty0*twy*twy + tz0*tz0*twz*twz
244 + (double)2.0*tx0*ty0*twx*twy + (double)2.0*ty0*tz0*twy*twz
245 + (double)2.0*tz0*tx0*twz*twx )/tcost2;
H A Ds1322.c135 double tx0,ty0,tz0; /* Local version of point on axis */ local
189 tz0 = epoint[2];
193 temp = tx0*(twx*twx-(double)1.0) + twx*(ty0*twy+tz0*twz);
200 temp = ty0*(twy*twy-(double)1.0) + twy*(tz0*twz+tx0*twx);
207 temp = tz0*(twz*twz-(double)1.0) + twz*(tx0*twx+ty0*twy);
215 + tz0*tz0*((double)1.0-twz*twz) - (double)2.0*tx0*ty0*twx*twy
216 - (double)2.0*ty0*tz0*twy*twz - (double)2.0*tz0*tx0*twz*twx
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A D_octree_raytracing.hpp280 void proc_subtree(const F tx0, const F ty0, const F tz0,
294 tList.push_back(std::max(std::max(tx0, ty0), tz0));
307 tzm = (tz0 + tz1) * 0.5;
309 unsigned char iNode = first_node(tx0, ty0, tz0, txm, tym, tzm);
317 … proc_subtree(tx0, ty0, tz0, txm, tym, tzm, n->children[a], a, keyList, tList, lvl+1);
325 … proc_subtree(tx0, tym, tz0, txm, ty1, tzm, n->children[2^a], a, keyList, tList, lvl+1);
353 inline unsigned char first_node(const F tx0, const F ty0, const F tz0,
356 if (tx0 >= std::max(ty0, tz0)) { // enters YZ plane
359 } else if (ty0 >= std::max(tx0, tz0)) { // enters XZ plane
363 if (txm < tz0) index |= 0b100;
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bsgm/
H A Dbsgm_align_pointsets_3d.hxx31 bool bsgm_align_pointsets_3d<T>::search(T rad, T inc, T tx0, T ty0, T tz0, T con_tol, in search() argument
40 for (T tz = tz0-rad; tz <= tz0+rad; tz += inc) { in search()
77 T tx0 = T(0), ty0 = T(0), tz0 = T(0); in find_translation() local
79 …if(!search(c_rad, c_inc, tx0, ty0, tz0, c_con_tol, max_tx, max_ty, max_tz, max_consensus, verbose)) in find_translation()
H A Dbsgm_prob_align_pointsets_3d.hxx59 bool bsgm_prob_align_pointsets_3d<T>::search(T rad, T inc, T tx0, T ty0, T tz0, T con_tol, in search() argument
68 for (T tz = tz0-rad; tz <= tz0+rad; tz += inc) { in search()
103 T tx0 = T(0), ty0 = T(0), tz0 = T(0); in find_translation() local
105 if(!search(c_rad, c_inc, tx0, ty0, tz0, c_con_tol, max_tx, max_ty, max_tz, max_prob, verbose)) in find_translation()
/dports/print/freetype/freetype-1.3.1/test/
H A Dfttimer.c233 long t, t0, tz0; in main() local
368 tz0 = Get_Time(); in main()
430 tz0 = Get_Time() - tz0; in main()
444 printf( "total timing = %f s\n", (double)tz0 / 1000 ); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/zip/
H A DTestLocalTime.java37 private static TimeZone tz0 = TimeZone.getDefault(); field in TestLocalTime
72 TimeZone.setDefault(tz0); in main()
91 TimeZone.setDefault(tz0); in testWithTZ()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/zip/
H A DTestLocalTime.java37 private static TimeZone tz0 = TimeZone.getDefault(); field in TestLocalTime
72 TimeZone.setDefault(tz0); in main()
91 TimeZone.setDefault(tz0); in testWithTZ()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/zip/
H A DTestLocalTime.java37 private static TimeZone tz0 = TimeZone.getDefault(); field in TestLocalTime
72 TimeZone.setDefault(tz0); in main()
91 TimeZone.setDefault(tz0); in testWithTZ()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/zip/
H A DTestLocalTime.java37 private static TimeZone tz0 = TimeZone.getDefault(); field in TestLocalTime
72 TimeZone.setDefault(tz0); in main()
91 TimeZone.setDefault(tz0); in testWithTZ()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/zip/
H A DTestLocalTime.java37 private static TimeZone tz0 = TimeZone.getDefault(); field in TestLocalTime
72 TimeZone.setDefault(tz0); in main()
91 TimeZone.setDefault(tz0); in testWithTZ()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/zip/
H A DTestLocalTime.java37 private static TimeZone tz0 = TimeZone.getDefault();
72 TimeZone.setDefault(tz0);
91 TimeZone.setDefault(tz0);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/zip/
H A DTestLocalTime.java37 private static TimeZone tz0 = TimeZone.getDefault(); field in TestLocalTime
72 TimeZone.setDefault(tz0); in main()
91 TimeZone.setDefault(tz0); in testWithTZ()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/zip/
H A DTestLocalTime.java37 private static TimeZone tz0 = TimeZone.getDefault(); field in TestLocalTime
72 TimeZone.setDefault(tz0); in main()
91 TimeZone.setDefault(tz0); in testWithTZ()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjp3d/
H A Dpi.c200 for (pi->z = pi->tz0; pi->z < pi->tz1; pi->z += pi->dz - (pi->z % pi->dz)) { in pi_next_rpcl()
219 trz0 = int_ceildiv(pi->tz0, comp->dz << levelnoz); in pi_next_rpcl()
242 if ((!(pi->z % (comp->dz << rpz) == 0) || (pi->z == pi->tz0 && in pi_next_rpcl()
311 for (pi->z = pi->tz0; pi->z < pi->tz1; pi->z += pi->dz - (pi->z % pi->dz)) { in pi_next_pcrl()
333 trz0 = int_ceildiv(pi->tz0, comp->dz << levelnoz); in pi_next_pcrl()
356 if ((!(pi->z % (comp->dz << rpz) == 0) || (pi->z == pi->tz0 && in pi_next_pcrl()
424 for (pi->z = pi->tz0; pi->z < pi->tz1; pi->z += pi->dz - (pi->z % pi->dz)) { in pi_next_cprl()
444 trz0 = int_ceildiv(pi->tz0, comp->dz << levelnoz); in pi_next_cprl()
539 pi[pino].tz0 = int_max(cp->tz0 + r * cp->tdz, volume->z0); in pi_create()
542 pi[pino].tz1 = int_min(cp->tz0 + (r + 1) * cp->tdz, volume->z1); in pi_create()
[all …]
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/test/fast/
H A DDateParsingFastTest.java32 TimeZone tz0 = TimeZone.getTimeZone( "GMT+00:00" ); in getTimeGMT() local
34 calAns.setTimeZone( tz0 ); in getTimeGMT()
/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dstat_linux.c55 struct timezone tz0; local
62 gettimeofday(&tv0, &tz0);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/chrono-tz-0.6.0/tz/
H A Dchecktab.awk72 && tz0 == "Europe/Simferopol")) {
78 tz0 = tz
/dports/devel/R-cran-tzdb/tzdb/inst/tzdata/
H A Dchecktab.awk73 && tz0 == "Europe/Simferopol")) {
79 tz0 = tz
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/chrono-tz-0.5.3/tz/
H A Dchecktab.awk72 && tz0 == "Europe/Simferopol")) {
78 tz0 = tz
/dports/devel/grcov/grcov-0.8.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dchecktab.awk72 && tz0 == "Europe/Simferopol")) {
78 tz0 = tz
/dports/devel/tokei/tokei-12.1.2/cargo-crates/chrono-tz-0.5.2/tz/
H A Dchecktab.awk72 && tz0 == "Europe/Simferopol")) {
78 tz0 = tz
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/chrono-tz-0.5.3/tz/
H A Dchecktab.awk72 && tz0 == "Europe/Simferopol")) {
78 tz0 = tz
/dports/www/zola/zola-0.15.2/cargo-crates/chrono-tz-0.6.0/tz/
H A Dchecktab.awk72 && tz0 == "Europe/Simferopol")) {
78 tz0 = tz
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dtri.c89 int tz0, tz1; in gl_wtriangle() local
96 tz0 = ((2 * z0 + z1 + z2) << SHLB) / 4; in gl_wtriangle()
99 z0 = tz0; in gl_wtriangle()

1234