OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tm1
(Results
1 - 5
of
5
) sorted by null
/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
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/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/chromium_org/third_party/skia/third_party/lua/src/
lvm.c
188
const TValue *
tm1
= fasttm(L, mt1, event);
local
190
if (
tm1
== NULL) return NULL; /* no metamethod */
191
if (mt1 == mt2) return
tm1
; /* same metatables => same metamethods */
194
if (luaV_rawequalobj(
tm1
, tm2)) /* same metamethods? */
195
return
tm1
;
Completed in 259 milliseconds