Home
last modified time | relevance | path

Searched defs: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
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
4750 #undef M_MIN_INT macro

Completed in 17 milliseconds