HomeSort by relevance Sort by last modified time
    Searched defs:tm1 (Results 1 - 8 of 8) sorted by null

  /external/eigen/test/eigen2/
product.h 53 OtherMajorMatrixType tm1 = m1; local
107 tm1 = m1;
108 VERIFY_IS_APPROX(tm1.transpose() * v1, m1.transpose() * v1);
109 VERIFY_IS_APPROX(v1.transpose() * tm1, v1.transpose() * m1);
  /external/eigen/test/
product.h 51 OtherMajorMatrixType tm1 = m1; local
115 tm1 = m1;
116 VERIFY_IS_APPROX(tm1.transpose() * v1, m1.transpose() * v1);
117 VERIFY_IS_APPROX(v1.transpose() * tm1, v1.transpose() * m1);
product_extra.cpp 35 OtherMajorMatrixType tm1 = m1; local
  /external/toybox/toys/posix/
date.c 63 struct tm tm1; local
66 if (t == -1 || !localtime_r(&t, &tm1) ||
67 tm0.tm_sec != tm1.tm_sec || tm0.tm_min != tm1.tm_min ||
68 tm0.tm_hour != tm1.tm_hour || tm0.tm_mday != tm1.tm_mday ||
69 tm0.tm_mon != tm1.tm_mon) {
74 strftime(toybuf + len, sizeof(toybuf) - len, fmt, &tm1);
  /external/testng/src/main/java/org/testng/reporters/
TestHTMLReporter.java 341 ITestNGMethod tm1= o1.getMethod(); local
343 return annotationValue(tm2) - annotationValue(tm1);
  /external/wpa_supplicant_8/src/utils/
os_win32.c 65 struct tm tm, *tm1; local
85 tm1 = localtime(&t_local);
86 if (tm1) {
87 t1 = mktime(tm1);
88 tm1 = gmtime(&t_local);
89 if (tm1) {
90 t2 = mktime(tm1);
os_unix.c 128 struct tm tm, *tm1; local
148 tm1 = localtime(&t_local);
149 if (tm1) {
150 t1 = mktime(tm1);
151 tm1 = gmtime(&t_local);
152 if (tm1) {
153 t2 = mktime(tm1);
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 129 milliseconds