Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h142 #define F64_SIGN ((uint64_t)1 << 63) macro
150 res.u = (a.u & ~F64_SIGN) | ((((x) ? a.u in fsgnj64()
151 : (n) ? F64_SIGN in fsgnj64()
154 F64_SIGN); in fsgnj64()

Completed in 4 milliseconds