Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h127 #define F32_SIGN ((uint32_t)1 << 31) macro
135 res.u = (a.u & ~F32_SIGN) | ((((x) ? a.u in fsgnj32()
136 : (n) ? F32_SIGN in fsgnj32()
139 F32_SIGN); in fsgnj32()

Completed in 3 milliseconds