Home
last modified time | relevance | path

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

/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1001 const int64_t int_d_max = (UINT64_C(1) << (d_bits - 1)) - 1; in TestFPToS() local
1002 const int64_t int_d_min = -(int_d_max)-1; in TestFPToS()
1005 printf(" -INT%u_C(%" PRId64 ") - 1,\n", d_bits, int_d_max); in TestFPToS()
1161 const int64_t int_d_max = (UINT64_C(1) << (d_bits - 1)) - 1; in TestFPToFixedS() local
1162 const int64_t int_d_min = -(int_d_max)-1; in TestFPToFixedS()
1165 printf(" -INT%u_C(%" PRId64 ") - 1,\n", d_bits, int_d_max); in TestFPToFixedS()