Home
last modified time | relevance | path

Searched refs:tvec (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dstr2et.c43 static doublereal tvec[8]; in str2et_() local
862 *et = tvec[0]; in str2et_()
943 moved_(tvec, &c__6, tvecm); in str2et_()
1140 *et = tvec[0]; in str2et_()
1145 *et = tvec[0]; in str2et_()
1195 *et = tvec[0]; in str2et_()
1307 tvec[3] = hoff + 23.; in str2et_()
1308 tvec[4] = moff + 59.; in str2et_()
1309 tvec[5] = 0.; in str2et_()
1314 year = i_dnnt(tvec); in str2et_()
[all …]
H A Dtcheck.c327 if (tvec) { in tcheck_0_()
420 doy = tvec[1]; in tcheck_0_()
421 if (tvec[1] >= dinyr + 1. || tvec[1] < 1.) { in tcheck_0_()
448 } else if (tvec[1] < 1. || tvec[1] > 12.) { in tcheck_0_()
482 doy += tvec[2]; in tcheck_0_()
487 if (tvec[hour - 1] >= hubnd || tvec[hour - 1] < hlbnd) { in tcheck_0_()
493 } else if (tvec[minute - 1] >= 60. || tvec[minute - 1] < 0.) { in tcheck_0_()
502 if (tvec[second - 1] >= 60. || tvec[second - 1] < 0.) { in tcheck_0_()
506 if (tvec[second - 1] < 61. && tvec[second - 1] > 0. && tvec[minute - in tcheck_0_()
512 } else if (tvec[second - 1] < 61. && tvec[second - 1] > 0. && tvec[ in tcheck_0_()
[all …]
H A Dtparse.c22 doublereal tvec[10]; in tparse_() local
531 tvec[5] = tvec[4]; in tparse_()
532 tvec[4] = tvec[3]; in tparse_()
533 tvec[3] = tvec[2]; in tparse_()
534 tvec[2] = tvec[1]; in tparse_()
535 tvec[1] = 1.; in tparse_()
540 year = i_dnnt(tvec); in tparse_()
541 month = i_dnnt(&tvec[1]); in tparse_()
542 day = i_dnnt(&tvec[2]); in tparse_()
583 *sp2000 = ((doublereal) day - .5) * spd_() + tvec[3] * 3600. + tvec[4] in tparse_()
[all …]
H A Dttrans.c1223 secs = tvec[1]; in ttrans_()
1226 secs = tvec[1]; in ttrans_()
1300 secs = tvec[4] * 3600. + tvec[5] * 60. + tvec[6]; in ttrans_()
1499 tvec[3] = hours; in ttrans_()
1500 tvec[4] = mins; in ttrans_()
1501 tvec[5] = tsecs; in ttrans_()
1506 tvec[3] = mins; in ttrans_()
1529 tvec[1] = secs; in ttrans_()
1532 tvec[1] = secs; in ttrans_()
1547 tvec[4] = mins; in ttrans_()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dstr2et.c43 static doublereal tvec[8]; in str2et_() local
862 *et = tvec[0]; in str2et_()
943 moved_(tvec, &c__6, tvecm); in str2et_()
1140 *et = tvec[0]; in str2et_()
1145 *et = tvec[0]; in str2et_()
1195 *et = tvec[0]; in str2et_()
1307 tvec[3] = hoff + 23.; in str2et_()
1308 tvec[4] = moff + 59.; in str2et_()
1309 tvec[5] = 0.; in str2et_()
1314 year = i_dnnt(tvec); in str2et_()
[all …]
H A Dtcheck.c327 if (tvec) { in tcheck_0_()
420 doy = tvec[1]; in tcheck_0_()
421 if (tvec[1] >= dinyr + 1. || tvec[1] < 1.) { in tcheck_0_()
448 } else if (tvec[1] < 1. || tvec[1] > 12.) { in tcheck_0_()
482 doy += tvec[2]; in tcheck_0_()
487 if (tvec[hour - 1] >= hubnd || tvec[hour - 1] < hlbnd) { in tcheck_0_()
493 } else if (tvec[minute - 1] >= 60. || tvec[minute - 1] < 0.) { in tcheck_0_()
502 if (tvec[second - 1] >= 60. || tvec[second - 1] < 0.) { in tcheck_0_()
506 if (tvec[second - 1] < 61. && tvec[second - 1] > 0. && tvec[minute - in tcheck_0_()
512 } else if (tvec[second - 1] < 61. && tvec[second - 1] > 0. && tvec[ in tcheck_0_()
[all …]
H A Dtparse.c22 doublereal tvec[10]; in tparse_() local
531 tvec[5] = tvec[4]; in tparse_()
532 tvec[4] = tvec[3]; in tparse_()
533 tvec[3] = tvec[2]; in tparse_()
534 tvec[2] = tvec[1]; in tparse_()
535 tvec[1] = 1.; in tparse_()
540 year = i_dnnt(tvec); in tparse_()
541 month = i_dnnt(&tvec[1]); in tparse_()
542 day = i_dnnt(&tvec[2]); in tparse_()
583 *sp2000 = ((doublereal) day - .5) * spd_() + tvec[3] * 3600. + tvec[4] in tparse_()
[all …]
H A Dttrans.c1223 secs = tvec[1]; in ttrans_()
1226 secs = tvec[1]; in ttrans_()
1300 secs = tvec[4] * 3600. + tvec[5] * 60. + tvec[6]; in ttrans_()
1499 tvec[3] = hours; in ttrans_()
1500 tvec[4] = mins; in ttrans_()
1501 tvec[5] = tsecs; in ttrans_()
1506 tvec[3] = mins; in ttrans_()
1529 tvec[1] = secs; in ttrans_()
1532 tvec[1] = secs; in ttrans_()
1547 tvec[4] = mins; in ttrans_()
[all …]
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreAbstract/Tests/
H A DTestTimeSampling.cpp265 TimeVector tvec; in testCyclicTime1() local
291 TimeVector tvec; in testCyclicTime2() local
316 TimeVector tvec; in testCyclicTime3() local
350 TimeVector tvec; in testCyclicTime4() local
373 TimeVector tvec; in testUniformTime1() local
397 TimeVector tvec; in testUniformTime2() local
420 TimeVector tvec; in testUniformTime3() local
444 TimeVector tvec; in testDefaultTime1() local
464 TimeVector tvec; in testAcyclicTime1() local
494 TimeVector tvec; in testAcyclicTime2() local
[all …]
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dcost_functions.h64 projection[0] += tvec[0]; in operator()
65 projection[1] += tvec[1]; in operator()
66 projection[2] += tvec[2]; in operator()
100 tx_(tvec(0)), in BundleAdjustmentConstantPoseCostFunction()
101 ty_(tvec(1)), in BundleAdjustmentConstantPoseCostFunction()
102 tz_(tvec(2)), in BundleAdjustmentConstantPoseCostFunction()
183 T tvec[3]; in operator() local
185 tvec[0] += rel_tvec[0]; in operator()
186 tvec[1] += rel_tvec[1]; in operator()
187 tvec[2] += rel_tvec[2]; in operator()
[all …]
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Draytri.c52 IGL_RAY_TRI_SUB(tvec, orig, vert0); in intersect_triangle()
60 IGL_RAY_TRI_CROSS(qvec, tvec, edge1); in intersect_triangle()
96 IGL_RAY_TRI_SUB(tvec, orig, vert0); in intersect_triangle1()
99 *u = IGL_RAY_TRI_DOT(tvec, pvec); in intersect_triangle1()
118 *u = IGL_RAY_TRI_DOT(tvec, pvec); in intersect_triangle1()
165 IGL_RAY_TRI_SUB(tvec, orig, vert0); in intersect_triangle2()
171 *u = IGL_RAY_TRI_DOT(tvec, pvec); in intersect_triangle2()
187 *u = IGL_RAY_TRI_DOT(tvec, pvec); in intersect_triangle2()
230 IGL_RAY_TRI_SUB(tvec, orig, vert0); in intersect_triangle3()
237 *u = IGL_RAY_TRI_DOT(tvec, pvec); in intersect_triangle3()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Draytri.c52 IGL_RAY_TRI_SUB(tvec, orig, vert0); in intersect_triangle()
60 IGL_RAY_TRI_CROSS(qvec, tvec, edge1); in intersect_triangle()
96 IGL_RAY_TRI_SUB(tvec, orig, vert0); in intersect_triangle1()
99 *u = IGL_RAY_TRI_DOT(tvec, pvec); in intersect_triangle1()
118 *u = IGL_RAY_TRI_DOT(tvec, pvec); in intersect_triangle1()
165 IGL_RAY_TRI_SUB(tvec, orig, vert0); in intersect_triangle2()
171 *u = IGL_RAY_TRI_DOT(tvec, pvec); in intersect_triangle2()
187 *u = IGL_RAY_TRI_DOT(tvec, pvec); in intersect_triangle2()
230 IGL_RAY_TRI_SUB(tvec, orig, vert0); in intersect_triangle3()
237 *u = IGL_RAY_TRI_DOT(tvec, pvec); in intersect_triangle3()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/serialization/test/
H A Dtest_set_hashed.cpp124 std::vector<A> tvec, tvec1; in test_hash_set() local
125 tvec.clear(); in test_hash_set()
128 std::sort(tvec.begin(), tvec.end()); in test_hash_set()
131 BOOST_CHECK(tvec == tvec1); in test_hash_set()
155 std::vector<A> tvec, tvec1; in test_hash_multiset() local
156 tvec.clear(); in test_hash_multiset()
159 std::sort(tvec.begin(), tvec.end()); in test_hash_multiset()
204 tvec.clear(); in test_unordered_set()
207 std::sort(tvec.begin(), tvec.end()); in test_unordered_set()
235 tvec.clear(); in test_unordered_multiset()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/serialization/test/
H A Dtest_set.cpp124 std::vector<A> tvec, tvec1; in test_hash_set() local
125 tvec.clear(); in test_hash_set()
128 std::sort(tvec.begin(), tvec.end()); in test_hash_set()
131 BOOST_CHECK(tvec == tvec1); in test_hash_set()
155 std::vector<A> tvec, tvec1; in test_hash_multiset() local
156 tvec.clear(); in test_hash_multiset()
159 std::sort(tvec.begin(), tvec.end()); in test_hash_multiset()
204 tvec.clear(); in test_unordered_set()
207 std::sort(tvec.begin(), tvec.end()); in test_unordered_set()
235 tvec.clear(); in test_unordered_multiset()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/serialization/test/
H A Dtest_set.cpp124 std::vector<A> tvec, tvec1; in test_hash_set() local
125 tvec.clear(); in test_hash_set()
128 std::sort(tvec.begin(), tvec.end()); in test_hash_set()
131 BOOST_CHECK(tvec == tvec1); in test_hash_set()
155 std::vector<A> tvec, tvec1; in test_hash_multiset() local
156 tvec.clear(); in test_hash_multiset()
159 std::sort(tvec.begin(), tvec.end()); in test_hash_multiset()
204 tvec.clear(); in test_unordered_set()
207 std::sort(tvec.begin(), tvec.end()); in test_unordered_set()
235 tvec.clear(); in test_unordered_multiset()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/serialization/test/
H A Dtest_set.cpp124 std::vector<A> tvec, tvec1; in test_hash_set() local
125 tvec.clear(); in test_hash_set()
128 std::sort(tvec.begin(), tvec.end()); in test_hash_set()
131 BOOST_CHECK(tvec == tvec1); in test_hash_set()
155 std::vector<A> tvec, tvec1; in test_hash_multiset() local
156 tvec.clear(); in test_hash_multiset()
159 std::sort(tvec.begin(), tvec.end()); in test_hash_multiset()
204 tvec.clear(); in test_unordered_set()
207 std::sort(tvec.begin(), tvec.end()); in test_unordered_set()
235 tvec.clear(); in test_unordered_multiset()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/serialization/test/
H A Dtest_set.cpp124 std::vector<A> tvec, tvec1; in test_hash_set() local
125 tvec.clear(); in test_hash_set()
128 std::sort(tvec.begin(), tvec.end()); in test_hash_set()
131 BOOST_CHECK(tvec == tvec1); in test_hash_set()
155 std::vector<A> tvec, tvec1; in test_hash_multiset() local
156 tvec.clear(); in test_hash_multiset()
159 std::sort(tvec.begin(), tvec.end()); in test_hash_multiset()
204 tvec.clear(); in test_unordered_set()
207 std::sort(tvec.begin(), tvec.end()); in test_unordered_set()
235 tvec.clear(); in test_unordered_multiset()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/serialization/test/
H A Dtest_set.cpp124 std::vector<A> tvec, tvec1; in test_hash_set() local
125 tvec.clear(); in test_hash_set()
128 std::sort(tvec.begin(), tvec.end()); in test_hash_set()
131 BOOST_CHECK(tvec == tvec1); in test_hash_set()
155 std::vector<A> tvec, tvec1; in test_hash_multiset() local
156 tvec.clear(); in test_hash_multiset()
159 std::sort(tvec.begin(), tvec.end()); in test_hash_multiset()
204 tvec.clear(); in test_unordered_set()
207 std::sort(tvec.begin(), tvec.end()); in test_unordered_set()
235 tvec.clear(); in test_unordered_multiset()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/serialization/test/
H A Dtest_set_hashed.cpp124 std::vector<A> tvec, tvec1; in test_hash_set() local
125 tvec.clear(); in test_hash_set()
128 std::sort(tvec.begin(), tvec.end()); in test_hash_set()
131 BOOST_CHECK(tvec == tvec1); in test_hash_set()
155 std::vector<A> tvec, tvec1; in test_hash_multiset() local
156 tvec.clear(); in test_hash_multiset()
159 std::sort(tvec.begin(), tvec.end()); in test_hash_multiset()
204 tvec.clear(); in test_unordered_set()
207 std::sort(tvec.begin(), tvec.end()); in test_unordered_set()
235 tvec.clear(); in test_unordered_multiset()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/serialization/test/
H A Dtest_set_hashed.cpp124 std::vector<A> tvec, tvec1; in test_hash_set() local
125 tvec.clear(); in test_hash_set()
128 std::sort(tvec.begin(), tvec.end()); in test_hash_set()
131 BOOST_CHECK(tvec == tvec1); in test_hash_set()
155 std::vector<A> tvec, tvec1; in test_hash_multiset() local
156 tvec.clear(); in test_hash_multiset()
159 std::sort(tvec.begin(), tvec.end()); in test_hash_multiset()
204 tvec.clear(); in test_unordered_set()
207 std::sort(tvec.begin(), tvec.end()); in test_unordered_set()
235 tvec.clear(); in test_unordered_multiset()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/serialization/test/
H A Dtest_set_hashed.cpp124 std::vector<A> tvec, tvec1; in test_hash_set() local
125 tvec.clear(); in test_hash_set()
128 std::sort(tvec.begin(), tvec.end()); in test_hash_set()
131 BOOST_CHECK(tvec == tvec1); in test_hash_set()
155 std::vector<A> tvec, tvec1; in test_hash_multiset() local
156 tvec.clear(); in test_hash_multiset()
159 std::sort(tvec.begin(), tvec.end()); in test_hash_multiset()
204 tvec.clear(); in test_unordered_set()
207 std::sort(tvec.begin(), tvec.end()); in test_unordered_set()
235 tvec.clear(); in test_unordered_multiset()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_read_vecmat.c13 THD_dfvec3 tvec ; in THD_read_dvecmat() local
19 LOAD_DFVEC3(tvec,0.0,0.0,0.0) ; in THD_read_dvecmat()
22 dvm.vv = tvec ; dvm.mm = tmat ; RETURN(dvm) ; in THD_read_dvecmat()
45 THD_dicom_card_xform(dset, &tmat, &tvec); in THD_read_dvecmat()
47 THD_dicom_real_xform(dset, &tmat, &tvec); in THD_read_dvecmat()
88 LOAD_DFVEC3(tvec,0,0,0) ; in THD_read_dvecmat()
166 tvec = dvm.vv ; tmat = dvm.mm ; in THD_read_dvecmat()
194 dvm.vv = tvec ; dvm.mm = tmat ; RETURN(dvm) ; in THD_read_dvecmat()
205 LOAD_DFVEC3(tvec,dar[3],dar[7],dar[11]) ; in THD_read_dvecmat()
218 tvec = ivec ; NEGATE_DFVEC3(tvec) ; /* negate vector */ in THD_read_dvecmat()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/src/fortran/
H A Dforblk.f22 subroutine forblk(flag,nevprt,t,xd,x,nx,z,nz,tvec,ntvec, argument
29 double precision t,xd(*),x(*),z(*),tvec(*),rpar(*),u(*),y(*) local
44 tvec(1)=t-1.d0
45 tvec(2)=t+ttol/2.0d0
47 tvec(1)=t-1.d0
48 tvec(2)=t-1.d0
55 tvec(1)=t+ttol/2.0d0
56 tvec(2)=t-1.d0
58 tvec(1)=t-1.d0
59 tvec(2)=t+ttol/2.0d0
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Du_time.c406 && dest->tvec[i].beg == beg in timevec_add()
407 && dest->tvec[i].end == end ) in timevec_add()
558 int beg = tv->tvec[i].beg; in timevec_check()
559 int end = tv->tvec[i].end; in timevec_check()
586 tv->tvec[i].beg / 60, tv->tvec[i].beg % 60, in timevec_string()
587 tv->tvec[i].end / 60, tv->tvec[i].end % 60); in timevec_string()
589 else if( tv->tvec[i].day_beg == tv->tvec[i].day_end ) in timevec_string()
592 tv->tvec[i].beg / 60, tv->tvec[i].beg % 60, in timevec_string()
593 tv->tvec[i].end / 60, tv->tvec[i].end % 60); in timevec_string()
598 tv->tvec[i].day_beg, tv->tvec[i].beg / 60, tv->tvec[i].beg % 60, in timevec_string()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/transform/
H A Dtransform_mode_translate.c60 char tvec[NUM_STR_REP_LEN * 3]; in headerTranslation() local
145 &tvec[0], in headerTranslation()
155 &tvec[0], in headerTranslation()
166 &tvec[0], in headerTranslation()
181 &tvec[0], in headerTranslation()
191 &tvec[0], in headerTranslation()
262 float tvec[3]; in applyTranslationValue() local
320 copy_v3_v3(tvec, vec); in applyTranslationValue()
323 mul_m3_v3(td->smtx, tvec); in applyTranslationValue()
336 mul_v3_fl(tvec, td->factor); in applyTranslationValue()
[all …]

12345678910>>...40