OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unaligned_double
(Results
1 - 1
of
1
) sorted by null
/art/runtime/
stack.h
213
typedef const double
unaligned_double
__attribute__ ((aligned (4)));
typedef
214
return *reinterpret_cast<
unaligned_double
*>(vreg);
278
typedef double
unaligned_double
__attribute__ ((aligned (4)));
typedef
279
*reinterpret_cast<
unaligned_double
*>(vreg) = val;
Completed in 1615 milliseconds