Searched defs:sgl_value (Results 1 – 3 of 3) sorted by relevance
/linux/arch/parisc/math-emu/ |
H A D | sgl_float.h | 61 #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 65 #define Sgl_decrement(sgl_value) Sall(sgl_value) -= 1 argument 67 #define Sgl_isone_sign(sgl_value) (Is_ssig argument 68 Sgl_isone_hiddenoverflow(sgl_value) global() argument 70 Sgl_isone_lowmantissa(sgl_value) global() argument 71 Sgl_isone_signaling(sgl_value) global() argument 72 Sgl_is_signalingnan(sgl_value) global() argument 73 Sgl_isnotzero(sgl_value) global() argument 74 Sgl_isnotzero_hiddenhigh7mantissa(sgl_value) global() argument 76 Sgl_isnotzero_low4(sgl_value) global() argument 77 Sgl_isnotzero_exponent(sgl_value) global() argument 78 Sgl_isnotzero_mantissa(sgl_value) global() argument 79 Sgl_isnotzero_exponentmantissa(sgl_value) global() argument 81 Sgl_iszero(sgl_value) global() argument 82 Sgl_iszero_signaling(sgl_value) global() argument 83 Sgl_iszero_hidden(sgl_value) global() argument 84 Sgl_iszero_hiddenoverflow(sgl_value) global() argument 86 Sgl_iszero_hiddenhigh3mantissa(sgl_value) global() argument 88 Sgl_iszero_hiddenhigh7mantissa(sgl_value) global() argument 90 Sgl_iszero_sign(sgl_value) global() argument 91 Sgl_iszero_exponent(sgl_value) global() argument 92 Sgl_iszero_mantissa(sgl_value) global() argument 93 Sgl_iszero_exponentmantissa(sgl_value) global() argument 95 Sgl_isinfinity_exponent(sgl_value) global() argument 97 Sgl_isnotinfinity_exponent(sgl_value) global() argument 99 Sgl_isinfinity(sgl_value) global() argument 102 Sgl_isnan(sgl_value) global() argument 105 Sgl_isnotnan(sgl_value) global() argument 117 Sgl_leftshiftby8(sgl_value) global() argument 119 Sgl_leftshiftby4(sgl_value) global() argument 121 Sgl_leftshiftby3(sgl_value) global() argument 123 Sgl_leftshiftby2(sgl_value) global() argument 125 Sgl_leftshiftby1(sgl_value) global() argument 127 Sgl_rightshiftby1(sgl_value) global() argument 129 Sgl_rightshiftby4(sgl_value) global() argument 131 Sgl_rightshiftby8(sgl_value) global() argument 144 Sgl_set_quiet(sgl_value) global() argument 145 Sgl_set_exponent(sgl_value,exp) global() argument 152 Sgl_setinfinity_exponent(sgl_value) global() argument 154 Sgl_setinfinity_exponentmantissa(sgl_value) global() argument 157 Sgl_setinfinitypositive(sgl_value) global() argument 159 Sgl_setinfinitynegative(sgl_value) global() argument 162 Sgl_setinfinity(sgl_value,sign) global() argument 165 Sgl_sethigh4bits(sgl_value,extsign) global() argument 167 Sgl_set_sign(sgl_value,sign) global() argument 168 Sgl_invert_sign(sgl_value) global() argument 170 Sgl_setone_sign(sgl_value) global() argument 171 Sgl_setone_lowmantissa(sgl_value) global() argument 172 Sgl_setzero_sign(sgl_value) global() argument 173 Sgl_setzero_exponent(sgl_value) global() argument 174 Sgl_setzero_mantissa(sgl_value) global() argument 175 Sgl_setzero_exponentmantissa(sgl_value) global() argument 176 Sgl_setzero(sgl_value) global() argument 177 Sgl_setnegativezero(sgl_value) global() argument 182 Sgl_setwrapped_exponent(sgl_value,exponent,op) global() argument 185 Sgl_setlargestpositive(sgl_value) global() argument 188 Sgl_setlargestnegative(sgl_value) global() argument 193 Sgl_setnegativeinfinity(sgl_value) global() argument 196 Sgl_setlargest(sgl_value,sign) global() argument 200 Sgl_setlargest_exponentmantissa(sgl_value) global() argument 216 Sgl_hiddenhigh3mantissa(sgl_value) global() argument 217 Sgl_hidden(sgl_value) global() argument 218 Sgl_lowmantissa(sgl_value) global() argument [all...] |
H A D | cnv_float.h | 46 #define Sgl_isinexact_to_fix(sgl_value,exponent) \ argument 52 #define Sgl_roundnearest_from_int(int_value,sgl_value) \ argument 60 #define Sgl_roundnearest_from_dint(dint_valueA,dint_valueB,sgl_value) \ argument 73 #define Sgl_isone_roundbit(sgl_value,exponent) \ argument 76 Sgl_isone_stickybit(sgl_value,exponent) global() argument 202 Int_from_sgl_mantissa(sgl_value,exponent) global() argument 216 Dint_from_sgl_mantissa(sgl_value,exponent,dresultA,dresultB) global() argument 309 Sgl_roundnearest_from_suint(suint_value,sgl_value) global() argument 317 Sgl_roundnearest_from_duint(duint_valueA,duint_valueB,sgl_value) global() argument 333 Sgl_isinexact_to_unsigned(sgl_value,exponent) global() argument 336 Duint_from_sgl_mantissa(sgl_value,exponent,dresultA,dresultB) global() argument [all...] |
H A D | decode_exc.c | 75 # define Sgl_decrement(sgl_value) Sall(sgl_value)-- argument
|