Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch64/
H A Dtest-simulator-aarch64.cc1138 // Deriving int_d_min in this way (rather than just checking INT64_MIN and in TestFPToS()
1141 const int64_t int_d_min = -(int_d_max)-1; in TestFPToS() local
1143 if (results[d] == int_d_min) { in TestFPToS()
1303 // Deriving int_d_min in this way (rather than just checking INT64_MIN and in TestFPToFixedS()
1306 const int64_t int_d_min = -(int_d_max)-1; in TestFPToFixedS() local
1308 if (results[d] == int_d_min) { in TestFPToFixedS()

Completed in 7 milliseconds