Home
last modified time | relevance | path

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

/linux-3.4.99/arch/parisc/math-emu/
Dsgl_float.h74 #define Sgl_isone_hidden(sgl_value) (Shidden(sgl_value)) argument
75 #define Sgl_increment(sgl_value) Sall(sgl_value) += 1 argument
76 #define Sgl_increment_mantissa(sgl_value) \ argument
77 Deposit_smantissa(sgl_value,sgl_value+1)
78 #define Sgl_decrement(sgl_value) Sall(sgl_value) -= 1 argument
80 #define Sgl_isone_sign(sgl_value) (Is_ssign(sgl_value)!=0) argument
81 #define Sgl_isone_hiddenoverflow(sgl_value) \ argument
82 (Is_shiddenoverflow(sgl_value)!=0)
83 #define Sgl_isone_lowmantissa(sgl_value) (Is_slow(sgl_value)!=0) argument
84 #define Sgl_isone_signaling(sgl_value) (Is_ssignaling(sgl_value)!=0) argument
[all …]
Dcnv_float.h59 #define Sgl_isinexact_to_fix(sgl_value,exponent) \ argument
61 (Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) : FALSE)
65 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument
67 if ((int_value << 34 - SGL_EXP_LENGTH) || Slow(sgl_value)) \
68 Sall(sgl_value)++
73 #define Sgl_roundnearest_from_dint(dint_valueA,dint_valueB,sgl_value) \ argument
76 Dintp2(dint_valueB) || Slow(sgl_value)) Sall(sgl_value)++
86 #define Sgl_isone_roundbit(sgl_value,exponent) \ argument
87 ((Sall(sgl_value) << (SGL_EXP_LENGTH + 1 + exponent)) >> 31)
89 #define Sgl_isone_stickybit(sgl_value,exponent) \ argument
[all …]
Ddecode_exc.c88 # define Sgl_decrement(sgl_value) Sall(sgl_value)-- argument