HomeSort by relevance Sort by last modified time
    Searched full:unaligned_double (Results 1 - 1 of 1) sorted by null

  /art/runtime/
stack.h 212 typedef const double unaligned_double __attribute__ ((aligned (4))); typedef
213 return *reinterpret_cast<unaligned_double*>(vreg);
277 typedef double unaligned_double __attribute__ ((aligned (4))); typedef
278 *reinterpret_cast<unaligned_double*>(vreg) = val;

Completed in 476 milliseconds