Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc5029 #define M_MIN_INT(x) static_cast<int64_t>(-(1LL << ((x)-1))) macro
5032 res = static_cast<T>(ws_i64 < M_MIN_INT(m + 1)
5033 ? M_MIN_INT(m + 1)
5037 #undef M_MIN_INT macro
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc4742 #define M_MIN_INT(x) static_cast<int64_t>(-(1LL << ((x)-1))) macro
4745 res = static_cast<T>(ws_i64 < M_MIN_INT(m + 1)
4746 ? M_MIN_INT(m + 1)
4750 #undef M_MIN_INT macro

Completed in 19 milliseconds