Home
last modified time | relevance | path

Searched refs:tD (Results 1 – 25 of 1280) sorted by relevance

12345678910>>...52

/dports/finance/R-cran-timeDate/timeDate/R/
H A Dcalendar-align.R98 tD <- align(x) functionVar
100 tD <- align(x)
101 tD <- tD[isWeekday(tD)]
105 tD
131 tD <- timeLastDayInMonth(x) functionVar
133 tD <- timeLastDayInMonth(x)
134 tD[isWeekend(tD)] <- tD[isWeekend(tD)] - 24*3600
138 tD
162 tD <- timeLastDayInQuarter(x) functionVar
165 tD[isWeekend(tD)] <- tD[isWeekend(tD)] - 24*3600
[all …]
/dports/finance/R-cran-timeSeries/timeSeries/inst/extensionsTests/
H A DendpointsWrappers.R32 tD <- timeCurrentYear(2011) globalVar
51 LastDayInWeek <- timeNdayInWeek(tD)
92 LastNYBizdayInWeek <- timeLastBizdayInWeek(tD, holidays=holidayNYSE)
100 charvec = timeLastBizdayInWeek(tD),
125 LastNYBizdayInMonth <- timeLastBizdayInMonth(tD, holidays=holidayNYSE(),
154 LastDayInQuarter <- timeLastDayInQuarter(tD, unique=TRUE)
173 LastFridayInQuarter <- timeLastNdayInQuarter(tD, nday=5, unique=TRUE)
190 LastNYBizdayInQuarter <- timeLastBizdayInQuarter(tD, holidayNYSE(), unique=TRUE)
210 SecondTuesdayInLastQuarterMonth <- timeNthNdayInQuarter(tD, nth=2, nday=2,
217 SecondTuesdayInFirstQuarterMonth <- timeNthNdayInQuarter(tD, nth=2, nday=2,
[all …]
H A DxtsWrappers.R159 tD <- timeCurrentYear(2011) globalVar
190 tD <- time(x.tS) globalVar
191 tD <- tD[dayOfWeek(tD) == "Fri"] globalVar
192 by <- timeSequence(from=start(tD), to=end(tD), by = "week")
198 tD <- time(x.tS[-(1:5), ]) globalVar
199 by <- timeSequence(from=start(tD), to=end(tD), by = "week")
214 tD <- timeSequence(from=start(tD), to=end(tD), by = "week") globalVar
219 by <- unique(timeLastDayInQuarter(tD))
343 tD <- Sys.timeDate() + 1:1000 globalVar
344 timeDate::align(tD, by="10s")
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dclientdata_prop_b.h24 typedef D tD; typedef
25 typedef tD t2D;
32 void test_tD(tD *d) {} in test_tD()
37 tD * new_tD () { return new tD (); } in new_tD()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/copyleft/cgal/
H A Dsegment_segment_squared_distance.cpp53 const auto tc=D, tN=D, tD = D; // tc = tN / tD, default tD = D >= 0 in segment_segment_squared_distance() local
64 tD = c; in segment_segment_squared_distance()
75 tD = c; in segment_segment_squared_distance()
80 tD = c; in segment_segment_squared_distance()
100 }else if (tN > tD) in segment_segment_squared_distance()
103 tN = tD; in segment_segment_squared_distance()
119 tc = (abs(tN) == 0 ? 0.0 : tN / tD); in segment_segment_squared_distance()
/dports/graphics/wings/libigl-2.1.0/include/igl/copyleft/cgal/
H A Dsegment_segment_squared_distance.cpp53 const auto tc=D, tN=D, tD = D; // tc = tN / tD, default tD = D >= 0 in segment_segment_squared_distance() local
64 tD = c; in segment_segment_squared_distance()
75 tD = c; in segment_segment_squared_distance()
80 tD = c; in segment_segment_squared_distance()
100 }else if (tN > tD) in segment_segment_squared_distance()
103 tN = tD; in segment_segment_squared_distance()
119 tc = (abs(tN) == 0 ? 0.0 : tN / tD); in segment_segment_squared_distance()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/General/
H A DCecilHelper.vb87 tD = FindDefinition(Type)
89 …ic.Collection(Of MemberReference)(tD.Events.Count + tD.Methods.Count + tD.Properties.Count + tD.Ne…
142 If tD IsNot Nothing Then Return GetCorrectMember(tD, Type)
147 If tD IsNot Nothing Then
153 tD = FindDefinition(Member)
780 If Helper.CompareName(tD.NestedTypes(i).Name, Name) Then Return tD.NestedTypes(i)
927 Return tD IsNot Nothing AndAlso tD.GenericParameters.Count > 0
1086 bT = tD.BaseType
1158 Return tD.IsClass
1200 result = tD.BaseType
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Dwhere3.test147 } {tA {} tB * tC * tD *}
153 } {tA {} tB * tC * tD *}
159 } {tA {} tB * tC * tD *}
165 } {tA {} tB * tC * tD *}
171 } {tA {} tB * tC * tD *}
177 } {tA {} tB * tC * tD *}
183 } {tB {} tA * tC * tD *}
189 } {tB {} tA * tC * tD *}
195 } {tC {} tA * tB * tD *}
201 } {tA {} tC * tB * tD *}
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_transf_difs_grid_v3.cpp155 double tD = zc.x - round(zc.x); in FormulaCode() local
159 tD = fabs(tD) - fractal->transformCommon.offsetA0; in FormulaCode()
163 tD = sqrt(tD * tD + zc.z * zc.z); in FormulaCode()
164 tD = max(tD, fabs(zc.z) + fractal->transformCommon.offsetB0); in FormulaCode()
168 tD = max(fabs(tD), fabs(zc.z) - fractal->transformCommon.offsetB0); in FormulaCode()
170 tD -= fractal->transformCommon.offsetp05; in FormulaCode()
177 double d = min(plD, tD / (aux.DE + fractal->analyticDE.offset0)); in FormulaCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/MachO/
H A Dlink-search-order.s3 ################ Place dynlib in %tD, and archive in %tA
4 # RUN: rm -rf %t %tA %tD
5 # RUN: mkdir -p %t %tA %tD
11 # RUN: %lld -dylib -install_name @executable_path/libgoodbye.dylib %t/goodbye.o -o %tD/libgoodbye.d…
18 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o
23 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
26 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
32 # RUN: -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
37 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
40 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/test/MachO/
H A Dlink-search-order.s3 ################ Place dynlib in %tD, and archive in %tA
4 # RUN: rm -rf %t %tA %tD
5 # RUN: mkdir -p %t %tA %tD
11 # RUN: %lld -dylib -install_name @executable_path/libgoodbye.dylib %t/goodbye.o -o %tD/libgoodbye.d…
18 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o
23 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
26 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
32 # RUN: -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
37 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
40 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/test/MachO/
H A Dlink-search-order.s3 ################ Place dynlib in %tD, and archive in %tA
4 # RUN: rm -rf %t %tA %tD
5 # RUN: mkdir -p %t %tA %tD
11 # RUN: %lld -dylib -install_name @executable_path/libgoodbye.dylib %t/goodbye.o -o %tD/libgoodbye.d…
18 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o
23 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
26 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
32 # RUN: -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
37 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
40 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dstructs.c40 #ifndef tD
41 typedef tC tD; typedef
44 typedef tD tE;
89 struct struct4 {tA a; tB b; tC c; tD d; };
90 struct struct5 {tA a; tB b; tC c; tD d; tE e; };
91 struct struct6 {tA a; tB b; tC c; tD d; tE e; tF f; };
92 struct struct7 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; };
93 struct struct8 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; };
94 struct struct9 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; };
95 struct struct10 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; };
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dstructs.c39 #ifndef tD
40 typedef tC tD; typedef
43 typedef tD tE;
88 struct struct4 {tA a; tB b; tC c; tD d; };
89 struct struct5 {tA a; tB b; tC c; tD d; tE e; };
90 struct struct6 {tA a; tB b; tC c; tD d; tE e; tF f; };
91 struct struct7 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; };
92 struct struct8 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; };
93 struct struct9 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; };
94 struct struct10 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; };
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dstructs.c39 #ifndef tD
40 typedef tC tD; typedef
43 typedef tD tE;
88 struct struct4 {tA a; tB b; tC c; tD d; };
89 struct struct5 {tA a; tB b; tC c; tD d; tE e; };
90 struct struct6 {tA a; tB b; tC c; tD d; tE e; tF f; };
91 struct struct7 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; };
92 struct struct8 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; };
93 struct struct9 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; };
94 struct struct10 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; };
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dstructs.c43 #ifndef tD
44 typedef tC tD; typedef
47 typedef tD tE;
92 struct struct4 {tA a; tB b; tC c; tD d; };
93 struct struct5 {tA a; tB b; tC c; tD d; tE e; };
94 struct struct6 {tA a; tB b; tC c; tD d; tE e; tF f; };
95 struct struct7 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; };
96 struct struct8 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; };
97 struct struct9 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; };
98 struct struct10 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; };
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dstructs.c43 #ifndef tD
44 typedef tC tD; typedef
47 typedef tD tE;
92 struct struct4 {tA a; tB b; tC c; tD d; };
93 struct struct5 {tA a; tB b; tC c; tD d; tE e; };
94 struct struct6 {tA a; tB b; tC c; tD d; tE e; tF f; };
95 struct struct7 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; };
96 struct struct8 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; };
97 struct struct9 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; };
98 struct struct10 {tA a; tB b; tC c; tD d; tE e; tF f; tG g; tH h; tI i; tJ j; };
[all …]
/dports/biology/star/STAR-2.7.9a/source/
H A DSoloFeature_quantTranscript.cpp119 vector<transcriptDistProbStruct> tD; in quantTranscript() local
120 tD.reserve(nTr); in quantTranscript()
127 tD.push_back( {tr1, trDistFun[d1] + trDistFunTrFactor[tr1]} ); in quantTranscript()
130 if (tD.size()==0) in quantTranscript()
133 …std::sort(tD.begin(), tD.end(), [](const transcriptDistProbStruct &t1, const transcriptDistProbStr… in quantTranscript()
139 mapTrDist[cbCl][umi]=tD; in quantTranscript()
148 …while (inew < tD.size() && mapTrDist[cbCl][umi][iold].tr>tD[inew].tr) //move through the sorted li… in quantTranscript()
151 if (inew == tD.size() ) //end of tD reached in quantTranscript()
154 if (mapTrDist[cbCl][umi][iold].tr == tD[inew].tr) {//found match old_trID==new_trID in quantTranscript()
155 …tD1.push_back({ tD[inew].tr, mapTrDist[cbCl][umi][iold].d + tD[inew].d });//add new log probabil… in quantTranscript()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/MachO/
H A Dlink-search-order.s3 ################ Place dynlib in %tD, and archive in %tA
4 # RUN: rm -rf %t %tA %tD
5 # RUN: mkdir -p %t %tA %tD
11 # RUN: %lld -dylib -install_name @executable_path/libgoodbye.dylib %t/goodbye.o -o %tD/libgoodbye.d…
18 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o \
24 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
27 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
33 # RUN: -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
38 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first \
42 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/MachO/
H A Dlink-search-order.s3 ################ Place dynlib in %tD, and archive in %tA
4 # RUN: rm -rf %t %tA %tD
5 # RUN: mkdir -p %t %tA %tD
11 # RUN: %lld -dylib -install_name @executable_path/libgoodbye.dylib %t/goodbye.o -o %tD/libgoodbye.d…
18 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o \
24 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
27 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
33 # RUN: -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
38 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first \
42 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/MachO/
H A Dlink-search-order.s3 ################ Place dynlib in %tD, and archive in %tA
4 # RUN: rm -rf %t %tA %tD
5 # RUN: mkdir -p %t %tA %tD
11 # RUN: %lld -dylib -install_name @executable_path/libgoodbye.dylib %t/goodbye.o -o %tD/libgoodbye.d…
18 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o \
24 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
27 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
33 # RUN: -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
38 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first \
42 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/MachO/
H A Dlink-search-order.s3 ################ Place dynlib in %tD, and archive in %tA
4 # RUN: rm -rf %t %tA %tD
5 # RUN: mkdir -p %t %tA %tD
11 # RUN: %lld -dylib -install_name @executable_path/libgoodbye.dylib %t/goodbye.o -o %tD/libgoodbye.d…
18 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o \
24 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
27 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
33 # RUN: -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_paths_first
38 # RUN: -L%tA -L%tD -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first \
42 # RUN: -L%tD -L%tA -L%t -lhello -lgoodbye -lSystem %t/test.o -search_dylibs_first
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_difs_grid_v3.cl145 REAL tD = zc.x - round(zc.x);
149 tD = fabs(tD) - fractal->transformCommon.offsetA0;
153 tD = native_sqrt(tD * tD + zc.z * zc.z);
154 tD = max(tD, fabs(zc.z) + fractal->transformCommon.offsetB0);
158 tD = max(fabs(tD), fabs(zc.z) - fractal->transformCommon.offsetB0);
160 tD -= fractal->transformCommon.offsetp05;
167 REAL d = min(plD, tD / (aux->DE + fractal->analyticDE.offset0));
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/random-fu-0.2.7.7/src/Data/Random/Distribution/
H A DT.hs46 tD = realToFrac t function
47 u = sqrt (tD*tD + v)
48 x = (tD + u) / (u + u)
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhqxdsp.c29 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_col() local
55 tD = (s4 >> 1) * 2 + tC; in idct_col()
57 tF = tD - (tB >> 1); in idct_col()
75 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, tA, tB, tC, tD, tE, tF; in idct_row() local
91 tD = blk[4] * 2 + tC; in idct_row()
93 tF = tD - tB; in idct_row()

12345678910>>...52