/external/eigen/test/eigen2/ |
product.h | 56 OtherMajorMatrixType tm1 = m1; local 110 tm1 = m1; 111 VERIFY_IS_APPROX(tm1.transpose() * v1, m1.transpose() * v1); 112 VERIFY_IS_APPROX(v1.transpose() * tm1, v1.transpose() * m1);
|
/external/eigen/test/ |
product.h | 52 OtherMajorMatrixType tm1 = m1; local 116 tm1 = m1; 117 VERIFY_IS_APPROX(tm1.transpose() * v1, m1.transpose() * v1); 118 VERIFY_IS_APPROX(v1.transpose() * tm1, v1.transpose() * m1);
|
product_extra.cpp | 36 OtherMajorMatrixType tm1 = m1; local
|
/external/wpa_supplicant_8/src/utils/ |
os_win32.c | 53 struct tm tm, *tm1; local 73 tm1 = localtime(&t_local); 74 if (tm1) { 75 t1 = mktime(tm1); 76 tm1 = gmtime(&t_local); 77 if (tm1) { 78 t2 = mktime(tm1);
|
os_unix.c | 66 struct tm tm, *tm1; local 86 tm1 = localtime(&t_local); 87 if (tm1) { 88 t1 = mktime(tm1); 89 tm1 = gmtime(&t_local); 90 if (tm1) { 91 t2 = mktime(tm1);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ |
o_time.c | 348 struct tm tm1, tm2; local 353 OPENSSL_gmtime(&t1, &tm1); 354 OPENSSL_gmtime_adj(&tm1, 0, offset); 355 if ((tm1.tm_year == tm2.tm_year) && 356 (tm1.tm_mon == tm2.tm_mon) && 357 (tm1.tm_mday == tm2.tm_mday) && 358 (tm1.tm_hour == tm2.tm_hour) && 359 (tm1.tm_min == tm2.tm_min) && 360 (tm1.tm_sec == tm2.tm_sec)) 367 tm1.tm_mday, tm1.tm_mon + 1, tm1.tm_year + 1900 [all...] |
/external/openssl/crypto/ |
o_time.c | 348 struct tm tm1, tm2; local 353 OPENSSL_gmtime(&t1, &tm1); 354 OPENSSL_gmtime_adj(&tm1, 0, offset); 355 if ((tm1.tm_year == tm2.tm_year) && 356 (tm1.tm_mon == tm2.tm_mon) && 357 (tm1.tm_mday == tm2.tm_mday) && 358 (tm1.tm_hour == tm2.tm_hour) && 359 (tm1.tm_min == tm2.tm_min) && 360 (tm1.tm_sec == tm2.tm_sec)) 367 tm1.tm_mday, tm1.tm_mon + 1, tm1.tm_year + 1900 [all...] |