Home
last modified time | relevance | path

Searched refs:dt2 (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fgas/include/
Dfx_datetime.h297 const CFX_DateTime& dt2) {
299 dt.FromUnitime(dt1.ToUnitime() + dt2.ToUnitime());
303 const FX_DATETIME& dt2) {
305 dt.FromUnitime(dt1.ToUnitime() + ((const CFX_DateTime&)dt2).ToUnitime());
309 const CFX_DateTime& dt2) {
311 dt.FromUnitime(((const CFX_DateTime&)dt1).ToUnitime() + dt2.ToUnitime());
315 const CFX_DateTime& dt2) {
317 dt.FromUnitime(dt1.ToUnitime() - dt2.ToUnitime());
321 const FX_DATETIME& dt2) {
323 dt.FromUnitime(dt1.ToUnitime() - ((const CFX_DateTime&)dt2).ToUnitime());
[all …]
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp132 CPDFSDK_DateTime dt2 = datetime.ToGMT(); in operator >() local
138 (((int)dt2.dt.year) << 16) | (((int)dt2.dt.month) << 8) | (int)dt2.dt.day; in operator >()
139 int d4 = (((int)dt2.dt.hour) << 16) | (((int)dt2.dt.minute) << 8) | in operator >()
140 (int)dt2.dt.second; in operator >()
151 CPDFSDK_DateTime dt2 = datetime.ToGMT(); in operator >=() local
157 (((int)dt2.dt.year) << 16) | (((int)dt2.dt.month) << 8) | (int)dt2.dt.day; in operator >=()
158 int d4 = (((int)dt2.dt.hour) << 16) | (((int)dt2.dt.minute) << 8) | in operator >=()
159 (int)dt2.dt.second; in operator >=()
170 CPDFSDK_DateTime dt2 = datetime.ToGMT(); in operator <() local
176 (((int)dt2.dt.year) << 16) | (((int)dt2.dt.month) << 8) | (int)dt2.dt.day; in operator <()
[all …]
/external/clang/tools/scan-build/share/scan-build/
Dsorttable.js281 dt2 = y+m+d;
282 if (dt1==dt2) return 0;
283 if (dt1<dt2) return -1;
296 dt2 = y+m+d;
297 if (dt1==dt2) return 0;
298 if (dt1<dt2) return -1;
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
DContinuousOutputModel.java313 final double dt2 = time - tMed; in setInterpolatedTime() local
315 final double iLagrange = ((dt2 * dt3 * d23) * iMax - in setInterpolatedTime()
317 (dt1 * dt2 * d12) * iMin) / in setInterpolatedTime()
/external/opencv3/doc/tutorials/calib3d/real_time_pose/
Dreal_time_pose.markdown598 // [1 0 0 dt 0 0 dt2 0 0 0 0 0 0 0 0 0 0 0]
599 // [0 1 0 0 dt 0 0 dt2 0 0 0 0 0 0 0 0 0 0]
600 // [0 0 1 0 0 dt 0 0 dt2 0 0 0 0 0 0 0 0 0]
607 // [0 0 0 0 0 0 0 0 0 1 0 0 dt 0 0 dt2 0 0]
608 // [0 0 0 0 0 0 0 0 0 0 1 0 0 dt 0 0 dt2 0]
609 // [0 0 0 0 0 0 0 0 0 0 0 1 0 0 dt 0 0 dt2]
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp3602 UDate dt2 = date(2008-1900, UCAL_JUNE, 10, 12, 00); in Test6338() local
3604 str2 = fmt2->format(dt2, str2); in Test6338()
/external/guice/extensions/struts2/lib/
Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0. ...