Home
last modified time | relevance | path

Searched refs:sgl_value (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/parisc/math-emu/
Dsgl_float.h61 #define Sgl_isone_hidden(sgl_value) (Shidden(sgl_value)) argument
62 #define Sgl_increment(sgl_value) Sall(sgl_value) += 1 argument
63 #define Sgl_increment_mantissa(sgl_value) \ argument
64 Deposit_smantissa(sgl_value,sgl_value+1)
65 #define Sgl_decrement(sgl_value) Sall(sgl_value) -= 1 argument
67 #define Sgl_isone_sign(sgl_value) (Is_ssign(sgl_value)!=0) argument
68 #define Sgl_isone_hiddenoverflow(sgl_value) \ argument
69 (Is_shiddenoverflow(sgl_value)!=0)
70 #define Sgl_isone_lowmantissa(sgl_value) (Is_slow(sgl_value)!=0) argument
71 #define Sgl_isone_signaling(sgl_value) (Is_ssignaling(sgl_value)!=0) argument
[all …]
Dcnv_float.h46 #define Sgl_isinexact_to_fix(sgl_value,exponent) \ argument
48 (Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) : FALSE)
52 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument
54 if (((int_value << 34 - SGL_EXP_LENGTH) != 0) || Slow(sgl_value)) \
55 Sall(sgl_value)++
60 #define Sgl_roundnearest_from_dint(dint_valueA,dint_valueB,sgl_value) \ argument
63 Dintp2(dint_valueB) || Slow(sgl_value)) Sall(sgl_value)++
73 #define Sgl_isone_roundbit(sgl_value,exponent) \ argument
74 ((Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) >> 31)
76 #define Sgl_isone_stickybit(sgl_value,exponent) \ argument
[all …]
Ddecode_exc.c75 # define Sgl_decrement(sgl_value) Sall(sgl_value)-- argument