OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asll
(Results
1 - 1
of
1
) sorted by null
/external/skia/tests/
Sk64Test.cpp
21
static SkLONGLONG
asLL
(const Sk64& a)
108
SkLONGLONG aa =
asLL
(a);
109
SkLONGLONG bb =
asLL
(b);
119
REPORTER_ASSERT(reporter,
asLL
(c) == aa + bb);
121
REPORTER_ASSERT(reporter,
asLL
(c) == aa - bb);
123
REPORTER_ASSERT(reporter,
asLL
(c) == bb - aa);
125
REPORTER_ASSERT(reporter,
asLL
(c) == -aa);
129
REPORTER_ASSERT(reporter,
asLL
(c) == (aa << bits));
131
REPORTER_ASSERT(reporter,
asLL
(c) == (aa >> bits));
139
REPORTER_ASSERT(reporter,
asLL
(c) == (tmp >> bits))
[
all
...]
Completed in 35 milliseconds