Home
last modified time | relevance | path

Searched defs:unsignedT (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/utils/
Dutils.h80 using unsignedT = typename std::make_unsigned<T>::type; in Abs() local
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc1096 using unsignedT = typename std::make_unsigned<T>::type; in ShiftOperand() typedef
1127 using unsignedT = typename std::make_unsigned<T>::type; in ExtendValue() typedef
2641 using unsignedT = typename std::make_unsigned<T>::type; in DataProcessing2Source() typedef
2764 using unsignedT = typename std::make_unsigned<T>::type; in BitfieldHelper() typedef
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc4224 using unsignedT = typename std::make_unsigned<T>::type; in ShiftByRegister() typedef