Searched refs:unaligned_float (Results 1 – 1 of 1) sorted by relevance
144 typedef const float unaligned_float __attribute__ ((aligned (1))); in PrintLiteral() typedef151 sizeof(unaligned_float), sizeof(unaligned_double)}; in PrintLiteral()193 os() << *reinterpret_cast<unaligned_float*>(literal_addr); in PrintLiteral()