Home
last modified time | relevance | path

Searched refs:tt1 (Results 176 – 200 of 2505) sorted by relevance

12345678910>>...101

/dports/devel/py-pendulum/pendulum-2.1.1/pendulum/tz/zoneinfo/
H A Dtimezone.py64 tt1 = tr1.ttype
67 std = tt1
69 dst = tt1
94 tt1 = tr1.ttype
110 tr = Transition(jan1_time + tr1_offset - tt0.offset, tt1, tr)
114 tr = Transition(jan1_time + tr0_offset - tt1.offset, tt0, tr)
/dports/graphics/xd3d/xd3d-8.3.1/src/d3d/
H A Dhecht.f892 tt1 = nu(a1,t1)
894 t2 = tt1/(2**3)
948 nu(a1 ,t1) = tt1
949 if(tt1.gt.0) then
950 tt=tt1/(2**3)
957 nu(a2 ,t2) = tt1
958 if(tt1.gt.0) then
959 tt=tt1/(2**3)
960 aa=tt1-(2**3)*tt
1362 tt1 = nu(a1,t1)
[all …]
/dports/devel/ga/ga-5.8/pario/dra/
H A Dtest_mxm.F69 double precision tt0, tt1
121 tt1 = MP_TIMER() -tt0
124 write(6,100)mbytes,tt1,mbytes/tt1
151 tt1 = MP_TIMER() -tt0
154 write(6,100)mbytes,tt1,mbytes/tt1
175 tt1 = MP_TIMER() -tt0
176 if(me.eq.0)print *,'time=',tt1,' MFLOPS=', 2d-6*n*n*nrhs/tt1
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/ndbcluster/
H A Dtemp_tables.test15 CREATE TEMPORARY TABLE tt1 AS SELECT * FROM t1;
16 SHOW CREATE TABLE tt1;
21 CREATE TEMPORARY TABLE tt1 LIKE t1;
28 CREATE TEMPORARY TABLE tt1 LIKE t1;
35 CREATE TEMPORARY TABLE tt1 LIKE t1;
/dports/astro/libgal/libgal-0.5.0/date_time/
H A Dgal_tai2tt_test.c41 double tt1, tt2 ; in gal_tai2tt_test() local
49 gal_tai2tt ( 2451545.0, 0.0, &tt1, &tt2 ) ; in gal_tai2tt_test()
50 gal_vdv ( tt1, 2451545.0 , 0.0, "gal_tai2tt", "tt1" ) ; in gal_tai2tt_test()
H A Dgal_mtc2tt.c64 double *tt1, in gal_mtc2tt() argument
77 *tt1 = floor ( tt ) ; in gal_mtc2tt()
78 *tt2 = tt - *tt1 ; in gal_mtc2tt()
H A Dgal_utc2tt_test.c42 double tt1, tt2 ; in gal_utc2tt_test() local
50 j = gal_utc2tt ( 2451545.0, 0.0, &tt1, &tt2 ) ; in gal_utc2tt_test()
51 gal_vdv ( tt1, 2451545.0 , 0.0, "gal_utc2tt", "tt1" ) ; in gal_utc2tt_test()
/dports/math/R-cran-maps/maps/src/
H A Dconvert.awk14 if ($1<0) {sg = -1; $1 += 6.28318530718; tt1 = 6.28318530718;} else {sg = 1; tt1 = 0.0}
15 print sprintf(" %11.8f %11.8f", tt1, tt2);
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/tests/
H A Dtest_octree_data_fixed.cxx20 typedef rgtl_compact_tree_data_fixed<2, int, float> tt1; typedef
21 template class rgtl_compact_tree<tt1::derived_arg0,
22 tt1::derived_arg1,
23 tt1::derived_arg2>;
/dports/net-im/libaccounts-glib/libaccounts-glib-886a80b3ba975d8a59a6500ade2b1debb552660c/libaccounts-glib/
H A Dag-debug.h59 struct timespec tt0, tt1; \
67 clock_gettime(CLOCK_THREAD_CPUTIME_ID, &tt1); \
70 ms_tdiff = (tt1.tv_sec - tt0.tv_sec) * 1000 + \
71 (tt1.tv_nsec - tt0.tv_nsec) / 1000000; \
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Drandpool.cpp53 word64 tt1 = 0, tt2 = (word64)t; in GenerateIntoBufferedTransformation() local
54 memcpy(&tt1, m_seed.data()+8, 8); in GenerateIntoBufferedTransformation()
55 memcpy(m_seed.data()+8, &(tt2 += tt1), 8); in GenerateIntoBufferedTransformation()
59 *((volatile word64*)&tt1) = 0; in GenerateIntoBufferedTransformation()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr94882-2.c58 unsigned tt1 = tt + 1; in c1() local
59 return t - tt1; in c1()
76 unsigned tt1 = tt + 1; in d1() local
77 return t - tt1; in d1()
H A Dpr94882-3.c59 unsigned char tt1 = (unsigned char) (tt + 1); in c1() local
60 return t - tt1; in c1()
77 unsigned char tt1 = (unsigned char) (tt + 1); in d1() local
78 return (unsigned char) (t - tt1); in d1()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr94882-3.c59 unsigned char tt1 = (unsigned char) (tt + 1); in c1() local
60 return t - tt1; in c1()
77 unsigned char tt1 = (unsigned char) (tt + 1); in d1() local
78 return (unsigned char) (t - tt1); in d1()
H A Dpr94882-2.c58 unsigned tt1 = tt + 1; in c1() local
59 return t - tt1; in c1()
76 unsigned tt1 = tt + 1; in d1() local
77 return t - tt1; in d1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr94882-3.c59 unsigned char tt1 = (unsigned char) (tt + 1); in c1() local
60 return t - tt1; in c1()
77 unsigned char tt1 = (unsigned char) (tt + 1); in d1() local
78 return (unsigned char) (t - tt1); in d1()
H A Dpr94882-2.c58 unsigned tt1 = tt + 1; in c1() local
59 return t - tt1; in c1()
76 unsigned tt1 = tt + 1; in d1() local
77 return t - tt1; in d1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr94882-2.c58 unsigned tt1 = tt + 1; in c1() local
59 return t - tt1; in c1()
76 unsigned tt1 = tt + 1; in d1() local
77 return t - tt1; in d1()
H A Dpr94882-3.c59 unsigned char tt1 = (unsigned char) (tt + 1); in c1() local
60 return t - tt1; in c1()
77 unsigned char tt1 = (unsigned char) (tt + 1); in d1() local
78 return (unsigned char) (t - tt1); in d1()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/test/regress/expected/
H A Dcreate_view.out335 \d+ tt1
380 where exists (select 1 from tt1 where temp_view_test.tt1.y1 = tt1.f1);
391 tt1.f3
423 tt1.f3
439 tt1.f3
456 tt1.f3
488 tt1.f3
504 tt1.f3
569 tt1.f3
634 tt1.f3
[all …]

12345678910>>...101