Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc1078 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fcsr_round64_error() local
1098 if (rounded >= max_int64 || rounded < min_int64) { in set_fcsr_round64_error()
1177 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fpu_register_invalid_result64() local
1182 } else if (rounded < min_int64) { in set_fpu_register_invalid_result64()
1224 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fpu_register_invalid_result64() local
1229 } else if (rounded < min_int64) { in set_fpu_register_invalid_result64()
1243 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fcsr_round64_error() local
1263 if (rounded >= max_int64 || rounded < min_int64) { in set_fcsr_round64_error()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc1102 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fcsr_round64_error() local
1123 if (rounded >= max_int64 || rounded < min_int64) { in set_fcsr_round64_error()
1216 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fpu_register_invalid_result64() local
1221 } else if (rounded < min_int64) { in set_fpu_register_invalid_result64()
1275 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fpu_register_invalid_result64() local
1280 } else if (rounded < min_int64) { in set_fpu_register_invalid_result64()
1297 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fcsr_round64_error() local
1318 if (rounded >= max_int64 || rounded < min_int64) { in set_fcsr_round64_error()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc1171 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fpu_register_invalid_result64() local
1176 } else if (rounded < min_int64) { in set_fpu_register_invalid_result64()
1230 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fpu_register_invalid_result64() local
1235 } else if (rounded < min_int64) { in set_fpu_register_invalid_result64()
1290 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fcsr_round64_error() local
1311 if (rounded >= max_int64 || rounded < min_int64) { in set_fcsr_round64_error()
1368 double min_int64 = std::numeric_limits<int64_t>::min(); in set_fcsr_round64_error() local
1389 if (rounded >= max_int64 || rounded < min_int64) { in set_fcsr_round64_error()

Completed in 24 milliseconds