Home
last modified time | relevance | path

Searched defs:absolute_value (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/numbers/
H A Dinteger-literal.h16 IntegerLiteral(bool negative, uint64_t absolute_value) in IntegerLiteral() argument
25 uint64_t absolute_value() const { return absolute_value_; } in absolute_value() function in v8::internal::IntegerLiteral
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc917 uint64_t absolute_value; in YieldIntegerLiteral() local
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc2921 Node* absolute_value = __ Int64Sub(__ Word64Xor(value, sign_mask), sign_mask); in LowerChangeInt64ToBigInt() local

Completed in 18 milliseconds