Home
last modified time | relevance | path

Searched refs:DP_SIGN_BIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/mips/math-emu/
H A Ddp_cmp.c36 vx = -vx ^ DP_SIGN_BIT; in ieee754dp_cmp()
38 vy = -vy ^ DP_SIGN_BIT; in ieee754dp_cmp()
H A Dieee754dp.h25 #define DP_SIGN_BIT DP_MBIT(63) macro