Searched refs:int_d_max (Results 1 - 1 of 1) sorted by relevance

/external/vixl/test/
H A Dtest-simulator-a64.cc919 const int64_t int_d_max = (UINT64_C(1) << (d_bits - 1)) - 1; local
920 const int64_t int_d_min = -(int_d_max) - 1;
923 printf(" -INT%u_C(%" PRId64 ") - 1,\n", d_bits, int_d_max);
1057 const int64_t int_d_max = (UINT64_C(1) << (d_bits - 1)) - 1; local
1058 const int64_t int_d_min = -(int_d_max) - 1;
1061 printf(" -INT%u_C(%" PRId64 ") - 1,\n", d_bits, int_d_max);

Completed in 82 milliseconds