Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc1140 const int64_t int_d_max = (UINT64_C(1) << (d_bits - 1)) - 1; in TestFPToS() local
1141 const int64_t int_d_min = -(int_d_max)-1; in TestFPToS()
1144 printf(" -INT%u_C(%" PRId64 ") - 1,\n", d_bits, int_d_max); in TestFPToS()
1305 const int64_t int_d_max = (UINT64_C(1) << (d_bits - 1)) - 1; in TestFPToFixedS() local
1306 const int64_t int_d_min = -(int_d_max)-1; in TestFPToFixedS()
1309 printf(" -INT%u_C(%" PRId64 ") - 1,\n", d_bits, int_d_max); in TestFPToFixedS()

Completed in 8 milliseconds