OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:long2
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/Sema/
conversion-64-32.c
10
typedef long long
long2
__attribute__((__vector_size__(16)));
typedef
12
int4 test1(
long2
a) {
/frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h
44
typedef long
long2
__attribute__((ext_vector_type(2)));
typedef
rsCpuRuntimeStubs.cpp
53
typedef long long
long2
__attribute__((ext_vector_type(2)));
typedef
180
static void SC_debugL2(const char *s, const
long2
*ll) {
181
ALOGD("
long2
%s {%lld, %lld} 0x%llx 0x%llx", s, ll->x, ll->y, ll->x, ll->y);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py
587
class
long2
(long):
class in function:LongTest.test_misc
589
x =
long2
(1L<<100)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py
587
class
long2
(long):
class in function:LongTest.test_misc
589
x =
long2
(1L<<100)
[
all
...]
/frameworks/rs/driver/
rsdRuntimeStubs.cpp
61
typedef long long
long2
__attribute__((ext_vector_type(2)));
typedef
765
ELEMENT_AT(
long2
, RS_TYPE_SIGNED_64, 2)
[
all
...]
Completed in 356 milliseconds